2. Sending e-mail using SMTP servers of Gmail, Hotmail or Yahoo with PHP
Updated on: 2013-11-05
Posted on: 2009-04-15
This is just a quick note about another article posted in the MIME message class blog that teaches how to send e-mail messages relaying on SMTP servers or either Gmail, Hotmail, or Yahoo.
More ... Post a comment See comments (1) Trackbacks (0)
More ... Post a comment See comments (1) Trackbacks (0)
1. Sending messages to many recipients via SMTP in PHP
Updated on: 2013-04-21
Posted on: 2009-04-09
Once in a while, PHP developers ask me how to send messages via SMTP to many recipients using the same connection.
This article explains how to do it properly and warns about the eventuality of having your messages classified as spam when it is not done the right way.
It also gives tips of how to improve the performance on delivering newsletters to many recipients without having your messages confused with spam.
More ... Post a comment See comments (9) Trackbacks (0)
This article explains how to do it properly and warns about the eventuality of having your messages classified as spam when it is not done the right way.
It also gives tips of how to improve the performance on delivering newsletters to many recipients without having your messages confused with spam.
More ... Post a comment See comments (9) Trackbacks (0)