>> Uklahouse.com - PHP Mass/Bulk Emailer
1. Input subject of email to send out
*personalized variables can be input to subject field
2. Input email body
Send email out as:
HTML
Plain Text
>> preview email body in new window
*not all HTML tags work on all mail clients,
you should test your HTML body first by sending mails to your test email addresses
*to prepare the body for personalized email
click here to see instructions
1. Put tags {var_1}, {var_2}, {var_3},...,{var_X} and so on into the body
2. Example:
Hello <b>{var_1}</b>, your email is <b>{var_2}</b>
<br>This personalized message is just for you: <b>{var_3}</b>
<br>Hope to see you soon, <b>{var_1}</b>.
3. Input
Sender
information,
which will appear on receiver's inbox
Sender name:
name of sender as will appear on reciever's inbox
Reply-to address:
the email will be seen as it was sending from this email
**should be a valid email address on the server so mails won't get pickup as spam
Return-Path address:
(optional)
bounced emails (mails that can not reach the recipient) will be sent back to this address
if not specified then bounced emails will be sent to Reply-to address instead
**this parameter only works on a server that support it
4. Mail server
PHP Mail()
default option, works on most servers
5. Script information
sending out
email(s) every
seconds
ex. for list of 300 mails, sending out 30 mails per interval of 10 seconds each
will allow the script to finish sending out all emails within 5 minutes
6. Input recipient emails
you can paste emails directly into textbox
or upload text file containing all emails
Option 1:
Input recipient emails into textbox, separated by ';;' separator or line breaks
Option 2:
Upload mailing list as a text file
*recommended for list larger than 5,000 emails
recipient1@domain1.com;;recipient2@domain2.com recipient3@domain3.com recipient3@domain4.com
Specify a custom separator here:
Text file contain recipient emails:
*emails in .txt ARE SEPARATED BY LINE BREAKS ONLY max file size is 5mb
example .txt for:
normal mails
and
personalized mails
*make sure the mailer folder have enough permission so files can be uploaded - usually 775 or 777 will do
*uploaded file will be deleted after the script finish running,
this is to prevent potential .txt scans from robots and crawlers
*to prepare the recipient list for personalized email
click here to see instructions
1. Append each recipient's email by variables separated by ||
2. Example of recipient list for mail body with 3 variables:
recipient1@domain1.com||Person One||recipient1@domain1.com||Ant;;
recipient2@domain2.com||Customer Two||recipient2@domain2.com||Boy;;
recipient3@domain3.com||Tony Three||recipient3@domain3.com||Cat
7. Input password
and click on 'Continue' to start
sending out emails
Password:
the mailer will open in new window so you won't lose information on this page
Check back regulary for updates:
Uklahouse.com
© 2009