How to send and receive mails on native mobile application?

-1
Hello everyone :)  We are trying to use the email connector to send and receive the emails but while clicking the finish button ,I am facing system administrator error  in native mobile application,can anyone help me out from this.
asked
3 answers
0

Hi Harikrishna,

can you pls upload the error you are receiving as well as any other console/error logs that you are seeing. Also pls mention which Mx and Email connector version you are using.

 

Thanks!

answered
0

Hi Harikrishna,

are you using basic authentication while configuring or using OAuth configuration? Are you sure that the client id/secret are correct if using OAuth. Also if you are using basic creds then pls refer the document - as basic (username/password) are not supported anymore and you would need to generate app password if you are trying to configure gmail.

regards,

Mahendra.

answered
0

Hi harikrishna ,

You can use the  Email connector also in a native mobile project. For this download the Email Connector from marketplace then you can Java action named as 'Send Email' when you will use send email it will require two parameters one as 'account' and other one as 'message'. in account it will require the data of account from which you need to send messange so you can retrieve the Email_Connector.EmailAccount then you will get the account information and for message create object of email message and fill the details such as - to , body,content.

image.png

image.png

 

image.png

Regards,

.

answered