playMaker

Author Topic: How to send mail with playmaker ?  (Read 1943 times)

blackant

  • Hero Member
  • *****
  • Posts: 521
  • http://blackantmaster.com
    • blackantmaster.com
How to send mail with playmaker ?
« on: August 07, 2014, 04:58:49 PM »
after retrieving inputs from NGUI inputs and saved them into Strings,

i checked if the strings are different from empty, and saved result to bools

if all bools are true, then send it by mail....

well, it looks really simple, but
- how can i check if mail is valide ?
- how can i send them by mail, there is no actions for it, if i'm right ?

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: How to send mail with playmaker ?
« Reply #1 on: August 08, 2014, 07:41:37 AM »
Hi,

 nothing really build in:

http://sendgrid.com/blog/send-email-unity-game/

 or

http://answers.unity3d.com/questions/46752/unity-3-sending-email-with-c.html

I STRONGLY recommand you use something like sendgrid or any other Saas serving only that purpose, because sending mail manually, is prone to being treated a spam, it's like 99% guaranteed, and the standards for clean mail protocole is so ever evolving that you will spend your time trying to comply with all the mailbots and anti spam around... not the most excited and rewarding thing you can do with your time...

 Bye,

 Jean