PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I may be off, but I seem to remember that you must use Cc: and Bcc: not CC: and BCC: And I would probably remove the actual email addresses from your post.
mysql_function(): WARNING: This extension is deprecated as of PHP 5.5.0, and will be removed in the future. Instead, the MySQLi or PDO_MySQLextension should be used. See also MySQL: choosing an API guide and related FAQ for more information.
Do yourself a massive favor. Use a mail protocol library such as the famous http://swiftmailer.org . It handles all the intricacies involved in mailing you for, and believe me, there is a lot of weirdness that can happen.
AbraCadaver wrote:I may be off, but I seem to remember that you must use Cc: and Bcc: not CC: and BCC: And I would probably remove the actual email addresses from your post.
Thanks!
Though i figured out the problem.
The cc and bcc was called $headers and not $header.
Worked on that problem for to hours now. I hate when that happens
AbraCadaver wrote:I may be off, but I seem to remember that you must use Cc: and Bcc: not CC: and BCC: And I would probably remove the actual email addresses from your post.
Thanks!
Though i figured out the problem.
The cc and bcc was called $headers and not $header.
Worked on that problem for to hours now. I hate when that happens
Damn, I missed that! But listen to John.
mysql_function(): WARNING: This extension is deprecated as of PHP 5.5.0, and will be removed in the future. Instead, the MySQLi or PDO_MySQLextension should be used. See also MySQL: choosing an API guide and related FAQ for more information.