Web Hosting Talk







View Full Version : E-Mail Help


certify
08-06-2001, 10:37 AM
With this setting my users will received email as info@ceritfyexpress.com as the sender


$admin_email="info\@certifyexpress.com";


But I want my users to received the email as CertifyExpress.com

Any advice?

kunal
08-06-2001, 11:39 AM
try using this :

$admin_email="CertifyExpress.com <info\@certifyexpress.com>";