webmaster359615
03-24-2009, 03:54 PM
A lot of tho WebAssist Web Developer Suite extensions suggest a testing server, so I set one up on my local machine using XAMPP. Everything works just great except Universal Email. For some reason, errors like the following pop up on top of the pages (the first is from a Contact Form Solutions Pack page):
Warning: mail() [function.mail]: Failed to connect to mailserver at "yourmailserver.yourdomain.com" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in C:\xampp\htdocs\pd\httpdocs\WA_Universal_Email\Mai l_for_Linux_PHP.php on line 257
Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\pd\httpdocs\WA_Universal_Email\Mai l_for_Linux_PHP.php:257) in C:\xampp\htdocs\pd\httpdocs\contact.php on line 34
*
AND THIS
*
Warning: mail() [function.mail]: SMTP server response: 553 We do not relay non-local mail, sorry. in C:\xampp\htdocs\pd\httpdocs\WA_Universal_Email\mai l_PHP.php on line 254
Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\pd\httpdocs\WA_Universal_Email\mai l_PHP.php:254) in C:\xampp\htdocs\pd\httpdocs\orderform.php on line 53
*
I should note that the mail seems to be working fine when I use the test form provided in the XAMPP interface.
Warning: mail() [function.mail]: Failed to connect to mailserver at "yourmailserver.yourdomain.com" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in C:\xampp\htdocs\pd\httpdocs\WA_Universal_Email\Mai l_for_Linux_PHP.php on line 257
Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\pd\httpdocs\WA_Universal_Email\Mai l_for_Linux_PHP.php:257) in C:\xampp\htdocs\pd\httpdocs\contact.php on line 34
*
AND THIS
*
Warning: mail() [function.mail]: SMTP server response: 553 We do not relay non-local mail, sorry. in C:\xampp\htdocs\pd\httpdocs\WA_Universal_Email\mai l_PHP.php on line 254
Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\pd\httpdocs\WA_Universal_Email\mai l_PHP.php:254) in C:\xampp\htdocs\pd\httpdocs\orderform.php on line 53
*
I should note that the mail seems to be working fine when I use the test form provided in the XAMPP interface.