PHP Script To Send Simple Messages - Programming - Nairaland
Nairaland Forum › Science/Technology › Programming › PHP Script To Send Simple Messages (1741 Views)
| PHP Script To Send Simple Messages by winwinx(op): 3:42am On Nov 25, 2011 |
Hello Friends, I wish to send multiple email at same time to my contacts without each contact recipient having the address of the other. I am really confused on how to do it correctly. I have tried my gmail and yahoo contact list address, but I found out that all the addresses of all the recipients appears to all. I will appreciate to know how to send massive emails in a professional manner. I will kindly appreciate all your good ideas. |
| Re: PHP Script To Send Simple Messages by engprodigy: 9:58am On Nov 25, 2011 |
@winwix I have an email script that can do that. It only cost a token. contact me at kolbello@yahoo.com |
| Re: PHP Script To Send Simple Messages by bakenda(m): 5:33pm On Nov 25, 2011 |
You can store the email addresses in a db table or an array, and write a mailing script that sends to the addresses in the table/array one at a time using a loop, if you are not happy with that approach, look into how to use the Bcc header in your mail() function. Goodluck. |
| Re: PHP Script To Send Simple Messages by Nobody: 7:16pm On Nov 26, 2011 |
bakenda:yes, thats it something like this if getting recipients from database $r=mysql_query("select email from ur_table"if getting recipients from array $arr=array("email1@yahoo.com", "email2@yahoo.com", "3rdmail@nairaland.com"hope it helps |
How Can I Connect Php Script To Active Directory With XAMPP Server • How Do I A dd Free Sms Script To My Site • Show Me The Script To Automatically Refresh A Webpage • 2 • 3 • 4
Help With This Php Code. • Becoming A Database Administrator. • How Do I Convert Finger Print Image To Binary Stream?..help Pls
;