How can I implement e-mail addresses in a Trigger.io app to (externally) open the Mail application for sending an e-mail?
The basic attribute seems not work out of the box and I didn’t find anything in the official Trigger.io docs.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Just using plain HTML works fine for my Trigger.io app:
You can even add a predefined subject, just add
?subject=email-subjectat the end of thehrefattribute. Check out the mailto syntax for more examples.