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
: webmaster@mywebsite.com";
what about ASP?
Set objMessage = Server.CreateObject("CDO.M
essage")
objMessage.Subject = topic
objMessage.BodyPart.Charse
t = "utf-8"
objMessage.Sender = "myacctualemailaddress@.co
m"
objMessage.From = "
www.mywebsite.com
"
objMessage.To = mymail
'objMessage.Cc = "mymail@mymail.com"
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 = "me@gmail.com"
Random Solutions
ESXi compatible hardware
How do I delete some lines in a text file?
Can't Import javax.tv.Xlet within Java ME project class
Microsoft access 2010 pegs the CPU
publishing websites in TMG 2010
create xml script using coldfusion
IIS Web site works in all browsers except Safari on Mac
notification
Http dynamic Compression not work if We using text/html
parse url in JavaScript