Archive for the ‘Tutorials’ Category
PHP sendmail CC and BCC not working
I’m running a web site with a cool page I designed that gets input in Flash, with Flash Actionscript 3.0, it exports that data to a PHP file, the PHP files runs the fields, sends the data via email to the person that filled out the form and to the admin (via mail CC) who will input that reservation.
Suddenly, it stopped working.
First, I went in, changed code around, took some code out, to make sure it’s working, ran phpinfo on the server to which version and if there were any reported bugs, can’t find any, I read through some how-tos online to double check, make sure I’m doing it right including reading the manual itself. http://php.net/manual/en/function.mail.php
So, no answers, I will post my solution here when I figure this out.