harshitsidhwa / php-bulk-mailer

Simple php script to send mail in bulk to recipents for some small ocassions/event

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHP Bulk Mailk Sender

  • A simple php script to send mail to recipents for some small ocassions/event.
  • Good to send mail when number of recipients are less in number.
  • Send custom HTML format for the emails.
  • Provide the credentials of the account from which you wish to send the emails in "mail.php".

Run from terminal as:

php mail.php file_contain_recipeient_data template.html mail_subject

Format for the data file is as:

Some Name,someoneelse@example.com

The script uses PHPMailer. A classic email sending library for PHP. Link: https://github.com/PHPMailer/PHPMailer

About

Simple php script to send mail in bulk to recipents for some small ocassions/event


Languages

Language:PHP 76.9%Language:CSS 15.6%Language:JavaScript 5.9%Language:HTML 1.6%