Unable to send Mail.
I am trying to send a Mail. If i type the email ID directly in the addaddress, it is fine. Where as if I mention a variable name which has email ID, I am getting an error ' you must provide at least one recipient email address .
My code is
$emailid='[email protected]'
$mail->addAddress($emailid, 'ABC');
My code is
$emailid='[email protected]'
$mail->addAddress($emailid, 'ABC');