Skip to content

A php script sending newsletters using mailgun with deliverytime.

Notifications You must be signed in to change notification settings

koutantos/php-mailgun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Set YOUR_DOMAIN_NAME,YOUR_API_KEY,EMAIL_FROM,EMAIL_NAME_FROM at index.php

  • check content.html has the text to be sent
  • check subject.txt has the subject to be sent
  • check folder files that has attachments pdf,doc,jpg to be sent
  • check emails.txt that has emails separated by comma.

Finally,

in index.php set

  • $timeTosend='11:10:00';
  • $dayTosend='2023-03-21';
  • $zone="+0200";// This is for Athens,Greece

That's it.

About

A php script sending newsletters using mailgun with deliverytime.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published