My account won't deliver emails to gmail, hotmail, or yahoo, even though the script says that the mail has been sent. Script worked perfectly up to a week or so ago.
1) cPanel is probably the firewall issue. I'll get with IT in the morning.
2) email appears to have something to do with the way I have the header data formatted:
$hdr = "Content-type: text/html\r\n Reply-To:dbmusic@verizon.net" does -not- appear to work.
$hdr = "Reply-To:dbmusic@verizon.net" -does- appear to work.
Do I need the 'Content-type' header if the message is in HTML?