Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Chad Butler

    (@cbutlerjr)

    wp members don´t send emails since 2-3 days.

    Actually WP-Members doesn’t send emails. Emails are sent using wp_mail() which is a WordPress function.

    So if other WordPress emails are going out, that’s a good start. You just need to figure out why other emails are not getting either sent or received. Emails can be rejected for sending by your host or for receiving by the recipient’s host.

    On the sending side, make sure you are aware of any restrictions your host may place on sending emails via web scripts. This may include things like making sure the “from” address is a legitimate address on the host, or that the outbound email has the “from” address in the email header.

    (You can set a “from” address in the plugin’s emails tab, and you can filter the header with wpmem_email_headers.)

    You can get more robust email reliability by sending email through SMTP. There are quite a few plugins for this. You can also configure it on your own.

    Here is a post that covers these things a little more.

    Thread Starter Kalusha

    (@kalusha)

    Thank you very much for the Answer. So I have it ready! It works….
    but When a new User registered I and the new User don´t become the Emails that I createt under the Menu. The email looks different. Any Idea?

    regards

    Plugin Author Chad Butler

    (@cbutlerjr)

    If you are adding a user through the WP Users > Add New screen, those functions send the WP default emails unless you customize those. Also, if you are using some other process for registration (such as WooCommerce), that’s not going to send the WP-Members emails either. In a default install, the WP-Members registration email is only going to go out if the user registers using the WP-Members registration form.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘wp Members don´t send emails’ is closed to new replies.