Hello,
I am using php to send verification links for my website.The registration is a form that sends data to xyz.php(using AJAX) and the response(echo'd part of xyz.php) is returned and shown to the user.
The problem i am facing is that the function "$mail->Send()" is echoing the smtp server response.How can i stop this function from echo'in anything.
Please reply asap.

