Skip to content

mucahid37/send-multiple-e-mail-from-list-with-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

Send Multiple Mail From List With Python

You can send multiple e-mail using HTML themes with Python.

Here is the e-mail information to be sent.

#The mail address and password
sender_address = 'xxxxx@example.com' 
sender_pass = 'xxxxx'

Here you need to enter the smtp information of the mail server you are using.

smtplib.SMTP_SSL('smtp.yandex.com',465)

** You need to edit the information with the editor. ** Continuing to be developed ** Soon you will be able to enter information through the interface and create your list more easily.

See you soon

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published