Search Results

0
votes

PHP Form not showing up in recipient’s mailbox

The From header line is not correct. There is text outside of the quotes: From: "{name}" {phone} <{email}> <{message}> And what's the <{message}> do …
0
votes

Zend Mail Gmail SMTP

Try setting ssl:// as prefix for the hostname and use 465 as port. …