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"}