I would like to create a contact button that let user choose how to send the email :
I would like to have 3 options at least (4 would be great) :
- Desktop email software -> DONE : href="mailto:exemple@mail.com?subject=Contact from..&body=Hello..,"
- Gmail (web) -> DONE : href="https://mail.google.com/mail/?view=cm&fs=1&to=exemple@mail.com&su=Contact from..&body=Hello..,"
- Outlook.com (web as gmail) -> TODO
- Yahoo (web as gmail) -> TODO
1) & 2) are done, works fine, first open user's desktop software and second open in new tab on gmail.com
I now need to make 3) and 4) works but I don't know where to look or it is even possible.
Thank you, Romain.