playMaker

Author Topic: Sending emails in the Android environment[SOLVED]  (Read 2973 times)

qaaz345

  • Playmaker Newbie
  • *
  • Posts: 39
Sending emails in the Android environment[SOLVED]
« on: September 15, 2017, 02:37:00 AM »
http://hutonggames.com/playmakerforum/index.php?topic=15228.msg70377#msg70377

I have read and created this link, successful when I tested it.
but can not work in the APK environment
It's also can not work in the an exe file.

Do I need another way to send email when I build?

I am sorry that I am not good at English.

Have a good day.








« Last Edit: September 15, 2017, 12:51:12 PM by jeanfabre »

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Sending emails in the Android environment
« Reply #1 on: September 15, 2017, 04:09:42 AM »
Hi,

 for this you need to use the Linker wizard because the action you are using works with reflections and Unity doesn't detect any usage of the method you call this way when compiling.

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

Bye,

 Jean

qaaz345

  • Playmaker Newbie
  • *
  • Posts: 39
Re: Sending emails in the Android environment
« Reply #2 on: September 15, 2017, 11:19:44 AM »
Problem solved. Thanks a lot!