Skip to content

PHP Mail Merge application with click-tracking and webversions automatically generated from your template. Well-commented code which works. This was my first PHP project, and I haven't taken the chance to go back over it with security, optimization, or UI/UX in mind. For a few thousand emails, I can tell you it works fine.

Notifications You must be signed in to change notification settings

awasthi/PHP-Mail-Merge

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP-Mail-Merge

Dm/G PHP Mail Merge distributes VARIABLE email campaigns. If you need to send a single templated email to a large number of recipients, but you want each email to be slightly different (say, for example, for branding purposes, or you want to include the recipient's first name or unique promotion code), then PHP Mail Merge can help you. 1) Supply PHP Mail Merge with a template, containing unique variables in the places you need the varying content to go. 2) Supply a comma-delimited list of these variables, so PHP Mail Merge knows what to look for in your template. 3) Supply the list of recipient addresses, and the associated recipient-unique values to replace the variables in your template. PHP Mail Merge will systematically parse through the template looking for each variable, replacing it with the values you supplied, and then send the final email to the address you supplied. Webversions of each email are generated for the recipient to view in their browser if desired and link-click tracking functionality is built-in.

About

PHP Mail Merge application with click-tracking and webversions automatically generated from your template. Well-commented code which works. This was my first PHP project, and I haven't taken the chance to go back over it with security, optimization, or UI/UX in mind. For a few thousand emails, I can tell you it works fine.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 50.3%
  • PHP 34.3%
  • CSS 15.4%