Forum Discussion
AchyutBiswas-22
3 years agoCommunity Member
trigger an email
I want my users to send an email using gmail once they click a button. I did this when I was in my previous org using outlook however in my current org we use gmail.
Once I am clicking on the trigger button its just launching the browser which is chrome.
- Jürgen_Schoene_Community Member
if you use the "mailto: ..." url to open the mail program - the mail program which is defined by the user or admin should be open
there is no way select a special mail program with html or javascript
- MathNotermans-9Community Member
you can use a SMTP server to directly mail. Javascript needed ofcourse to get this done.