Replete Mailer
 Release 3.0 download
|
This is a very easy, self-contained email broadcaster with Inline Substitution
using any number of User Defined Fields, which means, you can taylor the message for each person you send it to.
You put the Message in one file and the Email list with User Defined Fields in another file,
and just press "Send". The message file can be Plain Text or HTML. The format of the file is automatically detected.
screen shot
The Address File contains the User Define Fields separated by a comma.
You can have any number of User Define Fields, however,
the first field must be the Email Address receiving the message.
And the first row of the Address File contains the name of the User Define Fields.
Example:
[email],[LastName],[Title],[Address],[City],[State],[Zip]
bob@replete.com,Jones,Mr.,241 Randolph Rd.,Tampa,FL,33543
mary@yahoo.com,Smith,Mrs.,3214 Stone St,New York,NY,20123
DandJ@msn.com,Donna & Jerry,,675 Main St,Las Vegas,NV,87639
[ if you want to skip a field, you must account for it with commas: see the last row ]
In this Message File example...
Dearest [Title] [LastName],
[Address]
[City], [State] [Zip]
I think the interview went great. I can`t wait to start working for you.
See you later.
Ralph
This first email will be sent to bob@replete.com and will look like this...
Dearest Mr. Jones,
241 Randolph Rd.
Tampa, FL 33543
I think the interview went great. I can`t wait to start working for you.
See you later.
Ralph
This last email will be sent to DandJ@msn.com and will look like this...
Dearest Donna & Jerry,
675 Main St
Las Vegas, NV 87639
I think the interview went great. I can`t wait to start working for you.
See you later.
Ralph
[Requires PHP support from you website - Don't worry, almost all websites support PHP.]
|