Using SMTP with WordPress

by Stefano on August 24, 2009
in Serious

I was asked to change my plugins so they can send email with SMTP than the internal PHP mail() function. So I patched them all to use the mailing function of WordPress (which use PHP mail() by default).

WordPress mailing method can be modified installing one fo the many plugins which configure it to use and external SMTP server.

Read more..