When i try to send an email from my PC using the SMTP of my ISP i receive the following message:
Warning: Bad Message destination in mail/friends.inc on line 5
The code that i use is:
$email=urlencode($email[$i]);
$text=include("mail/friends_text.inc");
mail( "$email", "Pozdravi ot HELP.bg!",
"$text","From:Help.bg<mail@help.bg>\r\nContent-type: text/html");
My php.ini is set as:
SMTP= chicken.orbitel.bg ;for win32 only
sendmail_from = mail@help.bg;for win32 only
;
sendmail_path =
10x a lot !!!!