Microsoft
Software
Hardware
Network
Question : replying html mail which is coming from my web site
I have communication form on my website,
my users send us emails via this form.
the email is coming from my website so I made the from part is like "
www.mywebsite.com
"
but some people tent to reply the mail whose from part is
www.mywebsite.com
.
I know that in PHP there is solution for this, when they reply this email you can give any email address that you want.
in PHP it is like
$headers .= "From:
www.mywebsite.com.\r\nRepl
y-To
:
[email protected]
";
what about ASP?
Set objMessage = Server.CreateObject("CDO.M
essage")
objMessage.Subject = topic
objMessage.BodyPart.Charse
t = "utf-8"
objMessage.Sender = "
[email protected]
m"
objMessage.From = "
www.mywebsite.com
"
objMessage.To = mymail
'objMessage.Cc = "
[email protected]
"
objMessage.Bcc = mymailBCC
objMessage.HTMLBody = msg_txt
Answer : replying html mail which is coming from my web site
try setting the
ReplyTo
property.
1:
objMessage.ReplyTo = "
[email protected]
"
Random Solutions
mcafee EPO script to remove agent and virusscan
Jboss fails to start up with liferay portal application
Office 2010 MSI GPO Installation
How do I trawl through an Excel 2003 range and copy certain cells of certain rows to another worksheet in VBA
INSTALL - SQUID getting "pam_auth.c:133: warning: initialization from incompatible pointer type"
Counting the Character Length of a Long Field - Error
What causes error "0x80070015" when connecting to bluetooth device in window 7?
Security Alert when Opening Outlook
Unix filler
SATA hot swap in windows server 2008 (URGENT)