Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 700 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 700 Bytes

Auto_mail

Send personalized emails to multiple addresses at once

Usage

  • Provide a csv file the consists of names and emails of recepients e.g name,email

    john,john@example.com
    
    mike,mike@try.com
    
  • Provide a text file that contains the email. The personalized content, eg name, the place holder "{name}" should be used.

  • (Optional) Provide a html file. This helps for adding fancy. The personalized content, eg name, the place holder "{name}" should be used.

  • All files provided ,ust be in the same directory with the script

  • Run the script and input your(the sender) email and then your password

  • Input the email subject

  • Then watch the script run

Enjoy 😄