Email from App42 arrive as an attachment called noname. How can I solve that?

0 votes
So, when I send any mail from my app, it arrives, but it comes with no body, and instead an attachment called "noname". I've tried different mime types, but havent figured it out. Can anyone help?
asked Apr 5, 2018 in Unity by nico gaudenzi (10 points)

1 Answer

0 votes

Ok. solved it.

I was using the Unity SDK, and the documentation suggests:

String emailMime="EmailMIME.PLAIN_TEXT_MIME_TYPE";   

It shold be, without the quotes:

 

String emailMIME = EmailMIME.PLAIN_TEXT_MIME_TYPE

since EmailMIME is an enum.

Anyways, you guys should change the documentation

 

answered Apr 5, 2018 by nico gaudenzi (10 points)
Hi Nico,

Thank you for your valuable feedback.

Regards,
Priyanka Singh
App42 Team
Download Widgets
Welcome to ShepHertz Product line forum, where you can ask questions and receive answers from the community. You can also reach out to us on support@shephertz.com
...