Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Anil Kumar 41 posts 202 karma points
    Nov 20, 2021 @ 16:59
    Anil Kumar
    0

    Unable to Send Email Invitations while inviting a Umbraco user

    Email Invitation is Failing while inviting the user even after having valid Amazon SES Credentials in the SMTP Configuration. Amazon SES Credentials are working in other application bit not in the Umbraco. Here is the error while Inviting the user.

    "System.Net.Mail.SmtpException: Transaction failed. The server response was: Message rejected: Email address is not verified. The following identities failed the check in region US-WEST-2: [email protected]\r\n at System.Net.Mail.DataStopCommand.CheckResponse(SmtpStatusCode statusCode, String serverResponse)\r\n at System.Net.Mail.DataStopCommand.Send(SmtpConnection conn)\r\n at System.Net.ClosableStream.Close()\r\n
    at System.Net.Mail.SmtpClient.Complete(Exception exception, IAsyncResult result)\r\n--- End of stack trace from previous location where exception was thrown ---\r\n

  • Corné Hoskam 80 posts 587 karma points MVP 2x c-trib
    Nov 20, 2021 @ 17:45
    Corné Hoskam
    100

    Hi Anil,

    It appears as though your application is trying to use the default email address, being [email protected], to send your mail! Please double check that both your SMTP settings in the web.config are configured properly, and that you have specified the mail that Umbraco should use for sending out notifications in the /config/umbracoSettings.config file!

    Kind regards,

    Corné

  • Anil Kumar 41 posts 202 karma points
    Nov 28, 2021 @ 03:30
    Anil Kumar
    0

    Thansk Corne Hoskam.. I had to use a valid email to make it work.

Please Sign in or register to post replies

Write your reply to:

Draft