I have installed the smtp server and Xampp

Warning: mail() [function.mail]: SMTP server response: 550 Invalid recipient: xxxx@yahoo.com in C:\xampp\htdocs\emailtesting.php on line 4

<?php

ini_set("sendmail_from","xxxx@yahoo.com"); 
mail("xxxx@yahoo.com","Success","Thanks", "From: yyyy@yahoo.com");

?>

Recommended Answers

All 3 Replies

Try removing the default sender (sendmail_from) in your php.ini. That has helped my friends in the past.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.