Post Submitted Successfully – 2 notification e-mails

This topic contains 25 replies, has 3 voices, and was last updated by  Stiofan O’Connor 7 years, 6 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #301501

    Paolo
    Site Admin
    Post count: 31206

    The problem is not wp_mail (which is used mo matter what), the problem is server related, as long as you don’t realise this, you’ll never fix it cause you are looking in the wrong direction.

    P.s. there is no autenticathion email sent by GD

    Thx

    #301507

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    I did a few tests and they seemed to go into the email log but they were never really sent, so i guess its a problem with the server.

    FYI: we ONLY use wp_mail

    Stiofan

    #301546

    giacomo
    Expired Member
    Post count: 235

    OK! thank you!
    we have been working on the server for 1 hours.

    we are about to solve the issue. I’m letting you know tomorrow.

    we have reset the pwd just few minutes ago.

    Ciao giacomo

    #301843

    giacomo
    Expired Member
    Post count: 235
    This reply has been marked as private.
    #302030

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Yes, it seem like you solved the issue? My test is in the theme 404.php file, you can remove it or provide me new wp-admin and i will do it.

    Thanks,

    Stiofan

    #302054

    giacomo
    Expired Member
    Post count: 235

    Hi Stiofan, it seems almost solved. Thanks to Paolo and your advice , we found the problem, It was related to postfix and we installed it. Now the wp_mail function work properly and Curiocity i sending e-mail by using wp_mail
    Anyway we have only one open issue .
    Buddypress sends an Activation account e-mail to cofirm the new user account. Currently we have to send this e-mail manually, while in the other website, museum-advisor.com , the activation e-mail is sent automatically.
    I do not how to fix it, do you have an idea?

    thank you very much for your help.

    Giacomo

    #302075

    Paolo
    Site Admin
    Post count: 31206

    Hi Giacomo,

    did you check their forums? https://buddypress.org/support/

    That wouldn’t be a support request for us…

    Thanks

    #302094

    giacomo
    Expired Member
    Post count: 235

    Thank you Paolo, I know, this in not for you and you did your best to help us.
    I found this
    https://buddypress.org/support/topic/incorrect-activation-email-sender/

    They suggested thet we woul change the function.php

    Try this in your theme/functions.php

    add_action( ‘bp_email’, function( $email_type, $email_obj ) { $email_obj->set_from( “you@yoursite.com”, “Your Site” ); }, 10, 2 );

    I’m a little worried to modify the file

    Ciao giacomo

    #302620

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    I keep getting emails, can u remove that code or provide wp-admin details and i will?

    Thanks,

    Stiofan

    #303254

    giacomo
    Expired Member
    Post count: 235
    This reply has been marked as private.
    #303278

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Thanks 🙂

Viewing 11 posts - 16 through 26 (of 26 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket