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
Cisco Routers - IP SLA notifications
0xefbfbd of encoding "UTF8" has no equivalent in "WIN1252"
Updating Secondary MX Records
access to css 11503 using GUI
Gigabit motherboard but only running 100 Mbps on LAN
Windows XP BSOD 0x0000008e (0xc0000005, 0x805c3133, 0x96fc2a48, 0x00000000)
How do I create a text file?
Convert chinese caracters
VB.net: Problem accesing form elements from other class (probably other thread)
RHCE Exam