Click here to Skip to main content
15,868,162 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have designed a HTML mail message in C# ASP .NET webpage. Once the mail is triggered to the "To" recipient, I wanted a <a> link option to be present in the mail (HTML output) so that by clicking the <a> link, a reply mail should be triggered automatically to the "From" address.

Kindly help me out. Is there a possibility of doing this?
If so, then will it be possible to add some text in the reply mail as well?
Posted
Updated 11-Dec-12 19:53pm
v2
Comments
Kiran Susarla 12-Dec-12 1:58am    
Which mail client does your end users use? Will they use web mail (yahoo/gmail/Hotmail) or will they be using Microsoft Outlook or outlook express?
[no name] 12-Dec-12 2:28am    
MS Outlook is the client.
Is there a possibility of using javascript in the HTML output page, so that I can raise the "Ctrl+R" and "Ctrl+Enter" event which will send a reply mail automatically.
IpsitaMishra 12-Dec-12 7:13am    

1 solution

If your mail client is Microsoft Outlook you can use "mailto". In mailto link you can specify the recipient address, subject.
Please go through the following links:
http://www.w3schools.com/html/tryit.asp?filename=tryhtml_mailto[^]

http://www.quackit.com/html/codes/html_email_code.cfm[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900