Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! 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.