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
What is the best Raid stripe size and Windows allocation unit size for large files?
Lost User Selection on XP start up screen
I have designed an website in flash as well in html, if the browser dont have flash then i want them to be directed to the html version, or else they need to directed to flash version
Unable to open Excel files...recieving error " Repairs to PDFMaker.xla
Winsock error in XP Professional Error 12029 Provider entry MSAFD Could not make an HTTP connection.
Mail folders->knowing what FILE is for what message
How does one preload an entire image directory?
RegisterArrayDeclaration and RegisterClientScriptBlock
Secure Email for HIPAA compliance
Need to monitor specific events in SCOM 2007 R2