2018 Aug 27 11:56 AM
Hello All,
in my requirement when I click the hyper link 'CLICK' the page need to migrated to new mail compose page in outlook with all the contents like recipient , body of the mail etc.
I had provided HTML code for hyper link and it is working fine but how to get the recipient details and body of the mail automatically.
Regards,
Meenakshi
2018 Aug 27 12:07 PM
Hi Meenakshi,
I recommend you to put some efforts before you ask such small things.
However, below is the snippet.
<a href="mailto:someone@example.com?Subject=Hello%20again&Body=Some body text here" target="_top">Send Mail</a>
you can try the same here
Regards,
Ravi
2018 Aug 27 12:18 PM
2018 Aug 27 12:40 PM
Hello Ravi,
The subject line is big for me. It is not getting properly here . So wat can i do it.
Regards,
meenakshi.
2018 Aug 27 1:38 PM
For reference, (search, find and) read The mailto URL scheme (RFC2368) or look at tutorial sites such as w3schools.