Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X
Hi,
Can we dynamically set the from mail id and password in Mail Server Thing.
Thanks in Advance.
As far I know you can set From email address to any when calling a service such as SendMessage irrespective of the connected account. Although I have not tested it, I think you can change account and password by calling SetConfigurationTable on the ConnectionInfo table of your MailThing. Refer this article.
Hi @rjanardan
Thanks for the update. I had readout the mentioned article.I have the few following queries.
1.Can we achieve the SetConfigurationTable service via ThingWorx?
2. If yes means the configuration of mail thing chance dynamically or else it will only change the from mail id from SendMessage snippet.
You can call SetConfigurationTable from ThingWorx.