• Hi.

    Great plugin!
    Installation was smooth, configuration screen is easy to understand.

    I’ve just got one issue:

    I’ve installed a form plugin and I’ve created a contact form.
    For *some* email addresses, once an entry has been submitted, an SES error gets printed to the screen.

    I can sort out the error on my own, but how do I prevent it from being printed to the screen?

    The error looks like this:

    Error:
    Array
    (
        [curl] => 
        [Error] => Array
            (
                [Type] => Sender
                [Code] => MessageRejected
                [Message] => Email address is not verified. The following identities failed the check in region US-EAST-1: [submitters email address]
            )
    
        [RequestId] => ********************************
    )

    Thanks

    • This topic was modified 7 years, 7 months ago by sunilwilliams.
Viewing 1 replies (of 1 total)
  • Plugin Contributor Sylvain Deaure

    (@sylvaindeaure)

    Hi,

    It looks like the error is printed by the form plugin itself.

    It is however important to print it, because it shows that your setup is not right :
    you use a user form to setup the sender email.

    This sender email my not be amazon verified (it has no reason to be), so the mails won’t get sent.

    You should use reply-to header field instead of sender.

Viewing 1 replies (of 1 total)
  • The topic ‘Error output gets printed to screen’ is closed to new replies.