Skip to main content

Hi All,

When we try to send email using print dialog email function. (IFS Application 9)

We are getting the following error.

 

Any idea how why we are getting this and how to fix it?

Thank you,

Jeewan

Hi @khajeewak ,

Are you getting this error only when emailing from print dialog? 

 

Thanks,

Kasun


Hi @khajeewak,

 

That error is coming from your email server. The brief explanation is  “You are not allowed to send mail in the name of your user”. That is happening because you are getting authorized with credentials defined on the mail sender. But the from field is the users email address who orders the report.

There are 2 major solutions, you can grant your mail sender account to send for the name of others or you can use an smtp server which will not require authentication, as relay to override that identity problem.


Thank you @AHMET.GULTEKIN and @Kasun Balasooriya