>> Notice: mail() function no longer available for the online script
As of 11 Febuary 2010, due to abuses - the online script are now have its actual mail() function removed

Forms on this page are to be use as an example on how the script looks like only, no actual emails will be sent from this form.

Howeve, you can still go to Mass/Bulk Emailer page and download the script to test it on your server without this limitation.
Let me know if you need any help in this.
>> 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:

>> 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
External SMTP you won't need this in most case
Host:
SMTP username:
SMTP password:
Port (optional): ex. gmail port is 465
Use SSL ex. gmail SMTP need SSL
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

*hosted script are limit to maximum of 4 mails per 15 seconds interval
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
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
*hosted script are limit to maximum of 20 mails per list
7. Input password
    and click on 'Continue' to start
    sending out emails
Password:

*hosted script's password is "mailer" - you can change this in the installation package

the mailer will open in new window so you won't lose information on this page
Uklahouse.com © 2009