• Resolved philvallender

    (@philvallender)


    Hi there,

    I’m using TML to create great looking admin pages on my site. The problem I’ve just discovered is that I get an error message when testing the Lost Password form:

    Error: Array ( [curl] => [Error] => Array ( [Type] => Sender [Code] => MissingAuthenticationToken [Message] => Request is missing Authentication Token ) [RequestId] => 94e996b4-de04-11e5-a02c-f17f1dad28ae )
    The e-mail could not be sent.
    Possible reason: your host may have disabled the mail() function…

    Since there is mention there of the ‘mail()’ function, I presume this may have something do with the fact that I am using the WP SES plugin to send emails via AWS SES, but this is working fine with all WordPress system emails and those generated by EDD etc.

    I switched on wp_debug and the following is displayed on the page showing the error:

    Notice: Undefined index: access_key in /opt/bitnami/apps/wordpress/htdocs/wp-content/plugins/wp-ses/wp-ses.php on line 676

    Notice: Undefined index: secret_key in /opt/bitnami/apps/wordpress/htdocs/wp-content/plugins/wp-ses/wp-ses.php on line 676

    Notice: Undefined index: return_path in /opt/bitnami/apps/wordpress/htdocs/wp-content/plugins/wp-ses/wp-ses.php on line 533

    Notice: Undefined index: from_name in /opt/bitnami/apps/wordpress/htdocs/wp-content/plugins/wp-ses/wp-ses.php on line 534

    Notice: Undefined index: from_email in /opt/bitnami/apps/wordpress/htdocs/wp-content/plugins/wp-ses/wp-ses.php on line 534
    Error: Array ( [curl] => [Error] => Array ( [Type] => Sender [Code] => MissingAuthenticationToken [Message] => Request is missing Authentication Token ) [RequestId] => 4473ae03-de06-11e5-9e2d-e13f30bf75e6 )

    Any help greatly appreciated.

    Thanks, Phil.

    https://wordpress.org/plugins/theme-my-login/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Email send error when using AWS SES’ is closed to new replies.