Hello friends,
I am experiencing a problem with sending email using PHP.
I have Apache, PHP and Argosoft installed on my computer.
The error I get when I try to send an email via a web form is:
Warning: mail(): SMTP server response: 551 User not local. We don't relay in C:\Users\samijo.people\Documents\Programs\USB Webserver\root\index_reply.php on line 14
The code on line 14 is:
mail($to,$subject,$txt,$headers);
I kindly seek your guidance on how to work around this.