Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X
Hello,
I am trying to enable a mail trigger functionality from within the Studio Experience.
Any thought on how I can achieve this will be really helpful.
Avinash
Solved! Go to Solution.
@agangaiah You will have to implement this on ThingWorx using Mail Extension and configure SMTP. Then create a custom service in TWX which could be called within Studio to send email.
Hope it solves your purpose !
-Durgesh
@agangaiah You will have to implement this on ThingWorx using Mail Extension and configure SMTP. Then create a custom service in TWX which could be called within Studio to send email.
Hope it solves your purpose !
-Durgesh
I"m not quite sure what you mean by a mail trigger and I can see that you've marked this question as answered by going down the ThingWorx service route, but if you want to enable sending an email from within an experience, you could just use the hyperlink widget with the URL mailto:<email address>.
Then someone can just click the URL and that will launch an email to the address using the default mail application.