I (and some folks) need to send a lot of similar e-mail's everyday. Using Outlook 2010 as mail client. Today I want to somehow simplify this process.
Thinking about html page with mailto
links. Like:
<a href="mailto:[email protected]&subject=Subject01&body=textForLetter">Letter to someone</a>
<a href="mailto:[email protected]&subject=Subject02&body=anotherTextForLetter">Letter to someone else</a>
etc...
Problem is come out when I clicked on one of them. Outlooks "New message" window pops up, but without signature. It's only text from mailto
link in body.
Can someone point out what I did wrong?