I found a great article on building an email newsletter, to be sent by gmail, yahoo and/or hotmail. It’s true that these email clients revert to early-nineties rendering to accomodate old table-based documents. Bleh. How To Code HTML Email Newsletters
Posts tagged email
ini_set in PHP
Installed Mail, Auth_SASL, Net_SMTP and Net_Socket in PHP but still getting an error? Find the directories that have the “Mail” and “Net” folders (installed with your PEAR mail packages, probably above your “public_html” or “www” directory) and set your include path to point to that directory for the duration of your script (it resets at [...]