Guys, I forgot how to setup the mail function in PHP, i get errors like headers already sent, and an error that i cant understand becauses it is in bold and text overlaps, its like a line of text and another line of text above it. Do i have to modify the php.ini?
Thanks.
Setting Mail
Moderators: egami, macek, gesf
Thanks man.
Guys, this is the error.
Warning: mail(): SMTP server response: 550 5.7.1 Unable to relay for adbctf@adb.org in c:\inetpub\wwwroot\training\email_inquiryform.php on line 68
Warning: Cannot modify header information - headers already sent by (output started at c:\inetpub\wwwroot\training\email_inquiryform.php:68) in c:\inetpub\wwwroot\training\email_inquiryform.php on line 70
As I can remember i have to edit the php.ini file SMTP server i guess.
Thanks
Guys, this is the error.
Warning: mail(): SMTP server response: 550 5.7.1 Unable to relay for adbctf@adb.org in c:\inetpub\wwwroot\training\email_inquiryform.php on line 68
Warning: Cannot modify header information - headers already sent by (output started at c:\inetpub\wwwroot\training\email_inquiryform.php:68) in c:\inetpub\wwwroot\training\email_inquiryform.php on line 70
As I can remember i have to edit the php.ini file SMTP server i guess.
Thanks
PHP Rules