I'm sending email with phpmailer, everything is fine but when I recieve the email in the part that has email from, I get Webmaster as I set it and in brackets I get the full googlemail email address. (i'm using google mail smtp) to send mail,
I was just wondering if I can hide the googlemail email address somehow.
I'd like the cs@beautylusthaves to show but that doesn't come up.
thanks
$mailer->From = '[email protected]';
$mailer->FromName = 'WebMaster';