Unable to Send Email from EmailServices

0 votes

Hello Team,

We are trying to implement the Send Email feature in our App. We have done following:

1. We have configured Email in AppHQ with Login details, smtp host, port = 465

2. From within the App when we are calling the Email services API by building Email services like :

===============================

EmailService emailService = App42API.BuildEmailService(); 
 

emailService.SendMail (GameUtils.FEEDBACK_RECEIVER_MAIL_ID, GameUtils.FEEDBACK_EMAIL_SUBJECT, userSuggestionTExt, GameUtils.FEEDBACK_SENDER_MAIL_ID, EmailMIME.PLAIN_TEXT_MIME_TYPE, new SendEmailCallBack ());

==============================

We have provided every parameter correctly and still we are getting this error:

SendEmail Exception : com.shephertz.app42.paas.sdk.csharp.App42BadParameterException: {"httpErrorCode":"400", "appErrorCode":"1400", "message":"Bad Request", "details":"The Request parameters are invalid"}

asked Jul 28, 2017 in Unity by HOR Game (10 points)

1 Answer

0 votes
Hello HOR,

 

Apologies for getting late back to you.

The exception which you have shared occurs when you are sending incorrect parameters in the method call? Could you please share your sample project with complete information which replicates this issue at support@shephertz.com. It will help us to provide better support to you.

Regards,

Himanshu Sharma
answered Jul 31, 2017 by hs00105 (2,005 points)
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
...