Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: ilovelessons on May 26, 2017, 03:49:46 PM

Title: Sending emails with Playmaker?
Post by: ilovelessons on May 26, 2017, 03:49:46 PM
Hi,

Does anyway know how to send text to an email address using playmaker? I only see one action in the Action Browser called GUI Layout Email Field.  Is there any I can get from Ecosystem?

Thanks

Title: Re: Sending emails with Playmaker?
Post by: Ateam on May 26, 2017, 06:09:25 PM
You can use https://www.assetstore.unity3d.com/en/#!/content/71483
and with playmaker use the Call Method
Title: Re: Sending emails with Playmaker?
Post by: jeanfabre on September 15, 2017, 04:22:54 AM
Hi,

 if you target mobile, don't forget to use the linker wizard for your callmethod to properly register what class it's calling else it won't be seen by Unity during compilation and feature won't work.

http://hutonggames.com/playmakerforum/index.php?topic=11126.0
 Bye,

 Jean
Title: Re: Sending emails with Playmaker?
Post by: fromfame on March 03, 2019, 01:04:00 PM
If you're having a hard time, here're important missed points:
         SMTP Client:
         smtp.gmail.com, smtp.yahoo.com, etc. That's all.
         SMTP Port:
         587, if console says port is wrong, 465. These are the only two ports for sending               emails.
         Username:
         Email you wanna send from
         User pass:
         Your password for the email you're sending from. (it's to verify)
The rest is self explanatory, I'm currently trying to find a way to get the email asset's public variables to accept TextMeshPro Inputfields but no idea how, so got in touch with the developer.