Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • @matt2012

    Participant

    So I still have this issue. Now using the Postman plugin. Is there a simple config option to work with Postman (no body content) or do you recommend another SMTP plugin. Obviously buddypress should be able to play nicely with popular SMTP plugins?

    @matt2012

    Participant

    Ok so I have managed to fix the issue following your advice by adding a line.

    $must_use_wpmail = apply_filters( ‘bp_email_use_wp_mail’, $wp_html_emails || ! $is_default_wpmail );
    $must_use_wpmail =false; //New Line

    So why is this filter returning true?


    @djpaul

    @matt2012

    Participant

    No I am using mailgun and nothing is being sent.

    @matt2012

    Participant

    $args = array(
    ‘tokens’ => array(
    ‘site.name’ => ‘test’,
    ‘icom.name’ => ‘test’
    )
    );
    $x = bp_send_email( ‘offline-payment-confirmed’, 363, $args );`

    So I can stick in the userID of a known user. I have removed all tokens from the email template.

    I have fixed the error I was getting of email_missing by adding information into the taxonomy tables manually. There is no documentation about this which is odd.

    term_taxonomy
    http://www.awesomescreenshot.com/image/1747405/6c0fb29b9360b2e27a6ddc4d6065fe0e
    terms
    http://www.awesomescreenshot.com/image/1747408/d30290f3d7251a31d4b7914c93868fe6
    term_relationships
    http://www.awesomescreenshot.com/image/1747413/b3aee400bcbb45fc1968bb0d2f395af1

    So now I think email is found – but nothing is being sent and no error is being reported.

    @matt2012

    Participant

    I spent a lot of time on a similar issue and the only thing that worked was using this format.

    date(“Y-m-d 00:00:00”)

    In other words must have h:i:s but they must be zeros. That seems like a bug to me but thats the only thing that worked with a buddypress date field whilst using xprofile_set_field_data

    @matt2012

    Participant

    For me the issue was
    1) Allow registration in general settings
    2) After enabled s2member plugin I needed to allow Open Registration in s2member > General Options

    @matt2012

    Participant

    Not sure if this related but I can’t set the register and activate fields when I have s2member active.
    If I disable the s2member plugin – the buddypress fields for register and activate are filled in again.

    What I would like ideally is that s2member does not interfere with the current login / register set up just gives me an option to add paid levels inside the membership loggedin area.

    Is this a set up issue or is it a related bug?

Viewing 7 replies - 1 through 7 (of 7 total)
Skip to toolbar