How to customize email FROM header with an email from a different domain ?
Posted
by user40763
on Server Fault
See other posts from Server Fault
or by user40763
Published on 2010-04-16T17:06:15Z
Indexed on
2010/04/16
17:13 UTC
Read the original article
Hit count: 599
email-server
|email-bounces
How can I customize the mail FROM header in our Email Marketing Application , to enable our customers to specify their OWN email ( from their domain ) .
Currently the customer specify his own domain and we use it at the Reply-To mail's header.
CURRENTLY From: [email protected] Reply-To: customer_email@customer_domain.com Return-Path: [email protected]
WHAT WE NEED From: customer_email@customer_domain.com Reply-To: customer_email@customer_domain.com Return-Path: [email protected]
We do it this way to avoid getting blacklisted because Mail Servers like Gmail or Hotmail would considers it as a MAIL'S HEADER FORGERY ATTEMPT.
But our customers keeps asking us to make the FROM HEADER customizable.
Can someone help us ?
© Server Fault or respective owner