• Hello,

    I am currently working on a website that utilizes the Mingle plugin; however I have ran into some-what of a brick wall, it appears that when a user signs up to the website, they’re immediately slammed with

    “Invalid address: You must provide at least one recipient email address.”

    Now, I’ve read through conclusions as to what the errors might be and as of which here are the following:

    1.) Checked database to see if email is assigned to the user ( True )
    2.) Tried adding wp-mail to Config ( Didn’t solve much )
    3.) Changed the email type from PHPMailer, to SMTP or SendEmail, neither worked so I reverted back to PHPMailer.

    This appears to be causing more problems with the accounts as it won’t store other information e.g. location, birthday etcetera. I haven’t touched any of this information/code it was only brought upon as a notice from the client.

    I figure this could be something to do with my host, which is https://www.one.com

    If someone would kindly help me with this, I would vastly appreciate the support. Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • which database table to you check for email assign to user true? because i am having this same issue and would like to check that option.

    Thread Starter John.StuartDG

    (@johnstuartdg)

    Hello dmckinney5,

    My issue was that I uploaded an older version of pluggables.php to the includes as I edited a new function inside there. However, in the end we decided to change hosts as one.com is a very bad host.

    I would advice you check that you haven’t uploaded old code over recent plugins/wp!

    Hope this helps

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Invalid address: You must provide at least one recipient email address.’ is closed to new replies.