• Resolved isaacolaleye

    (@isaacolaleye)


    Hi,

    For some reason, when I attempt change the address that the reset email will be sent from in your plugin settings, it says ’email could not be sent’. The email sends fine when there is nothing in the settings box and the default wordpress email is applied.

    However, I think this looks unprofessional and I would want the email to come from ‘[email protected]’. This is also registered with the website and so I can’t see why there is an issue.

    How can I get this to work?

    Thanks

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Wp Enhanced

    (@wpenhanced)

    We use this code

    ? ? if ( wp_mail( $user_email, wp_specialchars_decode( $title ), $message, $headers ) ) {

    It basically checks if the mail is sent using default WordPress wp_mail function with the user_email etc..

    So I am not sure how you adding an email in our settings can effect this.

    Are you using another plugin like SMTP or similar that could be effecting this?

    Does this error happen on any user or just your one?

Viewing 1 replies (of 1 total)
  • The topic ‘Email could not be sent’ is closed to new replies.