0
votes

Outlook : 2013

I need to send mail to client with hyperlink in the body tag.As soon as client clicks on the hyperlink, new mail should be opened with some auto filled details like subject,to address and image in the body (most important thing).

simple use case: sending birthday mailers . as soon as we click on hyperlink, new mail should be opened with toaddress, subject and image in the body auto present so that we can just click the send button.

Can you please let me know how to achieve this ?

1
@soorapadman : Thanks ! But this will not solve my problem since i want it sent as a part of e-mailNK06

1 Answers

0
votes

mailto only handles plan text body and subject. No HTML or attachments.

You can create an EML file (which is text) and make the user open it instead - Outlook will be happy to display the message with all its attachments and HTML body. To make sure Outlook displays the message in the unsent state, set the X-Unsent MIME header to 1.