Skip to main content
5-Regular Member
September 6, 2018
Solved

Mail functionality from within Studio

  • September 6, 2018
  • 2 replies
  • 1598 views

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

This topic has been closed for replies.
Best answer by dupatel

@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

2 replies

dupatel5-Regular MemberAnswer
5-Regular Member
September 6, 2018

@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

16-Pearl
September 7, 2018

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.