Viewing 5 replies - 1 through 5 (of 5 total)
  • How are you sending the emails now? Who is your host?

    P.S. Glad to see you got the redirection problem worked out!

    Thread Starter Julia_B

    (@julia_b)

    Thanks @kts915 (and sorry, I thought I’d already thanked you for your help on the redirect issue, much appreciated).

    The messages are sent by s2Member.

    No thanks necessary — just remembered that you’d been having an issue with bbPress and BuddyPress, and wasn’t sure whether you’d got it all to work.

    So far as my previous question is concerned, I didn’t mean which program is sending out your emails. I meant through which function. I think, though, we can assume from the fact you didn’t realize that that you are probably using the default wp_mail function.

    This is where it matters who your host is. The wp_mail function is very hit and miss with many hosts, so it’s quite common for lots of emails never to be sent out. So trying to re-send by this method won’t help you.

    What I’d do is contact your host and ask about whether they recommend using SMTP instead of wp_mail for emails, and ask them what the relevant settings are.

    Then install a plugin like WP Mail SMTP, which will divert your email through SMTP instead.

    Once you’re sure you have it working, I would also install the Simple User Password Generator plugin.

    You can then send out password details by going into each user’s page, using the password generator button to create a new password (in case any unintended person has got hold of the original one) and use the setting there to email this out to the user.

    Thread Starter Julia_B

    (@julia_b)

    Thanks again @kts915 – you’re a star! ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Resend post-payment registration email’ is closed to new replies.