Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'activation email'

Viewing 25 results - 1,276 through 1,300 (of 1,893 total)
  • Author
    Search Results
  • #117016
    Andrea Rennick
    Participant

    Can you post a link to your site?

    #117015
    Andrea Rennick
    Participant

    The activation email is one email. It has the activation key in the link it sends.

    Do you mean when you click the link you get, it shows “activation key not found” o your site? Because that is a different issue.

    #117014
    igeekout
    Member

    @Andrea_r so youre saying there are two emails? One with the link and another with the key?

    If thats the case, Why does one email come through with the link and the other doesnt?

    Thanks.

    #117012
    Andrea Rennick
    Participant

    The email isn’t being received because some email places think it is spam.

    #23302
    igeekout
    Member

    I receive the activation email, with a url. Works fine….sometimes. The other times, that it doesnt work, Im asked to enter my activation key. But no activation key is found.

    What gives? :)

    Ive seen a few posts about this. But I really couldnt find an answer.

    #116390
    KimMC
    Member

    I’m having the same problem. When I setup a test account then click on the activation email and try to log in it asks me for my activation key. If you do enter it from the email link you get an error. But either way you can move around the site fine.
    I’m not understanding from the last post how to fix this. I’m using the Sidebar Login plugin, if anyone could tell me what to remove/change I’d appreciate it!
    Or is there a way to have it auto redirect to the homepage after the activation link is clicked. That might also fix the problem?

    Hi, i think there is no need for this because when you receive a message, it already says from [Sitename] so no need to repeat [site name] again in message subject. i have already removed it from Account Activation email. but i think removing it from all the messages will be ok.

    here is the code i use to remove the one for account activation email:

    `function fix_bp_activation_subject($subject) {
    return __( “Activate Your Account”, ‘buddypress’ );
    }
    add_filter(‘bp_core_activation_signup_user_notification_subject’, ‘fix_bp_activation_subject’);`

    Hi, i think there is no need for this because when you receive a message, it already says from [Sitename] so no need to repeat [site name] again in message subject. i have already removed it from Account Activation email. but i think removing it from all the messages will be ok.

    here is the code i use to remove the one for account activation email:

    `function fix_bp_activation_subject($subject) {
    return __( “Activate Your Account”, ‘buddypress’ );
    }
    add_filter(‘bp_core_activation_signup_user_notification_subject’, ‘fix_bp_activation_subject’);`

    #23075
    Aaron Schreiber
    Participant

    Is there a way to disable email notifications when user get a message ect. I need to disable them all but keep the activation email. I posted this topic a while ago but no one replied.

    Aaron Schreiber
    Participant

    BuddyPress is send WAY to many emails to my users, I want to disable all the email notifications but keep email activation open, How would I go about doing this. This is urgent, my host is very upset with the number of emails.

    lmarrie
    Member

    What do I do with it? Do I create a file or do I add it to an existing file. If I create a new file what type do I create and where do I put it? If it matters I use FTP to access my database. Please provide as much detail as possible.
    http://wordpress.stackexchange.com/questions/16495/buddypress-send-admin-notification-email-when-new-subscriber-registers

    Thanks in advance

    rossagrant
    Participant

    Hi guys,

    I created a separate thread earlier regarding the failure of my activation emails to hit Hotmail inboxes. They seem to hit junk all the time and it’s killing my sign ups.

    I have set Domain Keys, SPF and RDNS and I can see these in the email headers when I manually send emails from my domain’s cpanel.

    However emails generated through PHP such as the activation emails aren’t showing domain keys or SPF in their headers. To be honest though in BOTh scenarios, both with and without these in the headers the emails are still going straight to junk which is frustrating but I was just wondering if I should be seeing the domain keys/ SPF in the php generated emails too?

    It would appear that DKIM is important these days and it’s frustrating that CPanel don’t support this yet until version 11.32 which is still weeks off i think.

    Do other people experience issues with activation emails and have you managed to sort it out?

    It’s tempting to see if there are any alternatoves to CPanel that I can use with BP and assign DKIM already?

    One other alternative would be to install Deactivate BP disable activation. I have BP humanity installed which requires registrants to type in the answer to a security question but is that enough to stop spammers if I disable activation?

    rossagrant
    Participant

    Hi again!

    A week almost after my host set my domain keys, SPF records and RDNS was confirmed for my IP, my emails are still hitting junk folders in Hotmail and GMail.

    Has anyone else experienced this and managed to remedy it?

    I’m thinking maybe it’s a case of just perservering and waiting to see if my domain’s reputation increases with hotmail when found to not be sending junk mail???

    lmarrie
    Member

    Wordpress 3.1.3
    Latest BP install
    WP Simple Community BuddyPress Theme
    Thank you guys for all the help thus far all of my issues have pretty much been resolved but this registration problem is a huge headache.
    When people create an account everything goes fine and it goes to the page that says an activation email will be sent but it never is. The registered user does show up in the admin panel under users but their registration is not active.
    I have tried changing themes, uninstalling and reinstalling both BP and WP. I have deactivated every plug in and tried every compatible SMTP plug in. The SMTP plug in creates an error that says the SMTP server is not responding when a test email is sent. So far nothing has worked.
    Does anyone have another solution to try or has anyone using the same installs had any success and can share how to fix it?
    Is it possible to deactivate the themes log in and registration and use a plug in instead? I tried to do this but didn’t really know what I was doing.
    If it helps my site is verbradio.com

    As always your help is appreciated.

    lmarrie
    Member

    I’m trying to weed out all the kinks in my site so I can start promoting it (verbradio.com). There are still some areas that puzzle me and I hope you can help.
    Groups and Forums:
    I don’t see a way to delete them OR to post topics to them. HELP! The only options I have are to create a group or forum and then post updates to the activity feed.
    Registration:
    No activation email goes out. People who register do not show up as members on the site BUT are showing up in the admin area under users. When they try to go to the site and create another account it won’t allow it and I can’t activate them in admin. HELP!
    Using latest BP and WP 3.1.3

    #115468

    In reply to: Member Area Problems

    noizeburger
    Participant

    I’ve tried to register on your site – got an email with the activation-link, but none with my login credentials. Not sure, Janrain Engage works fully with BP. Login via Twitter also does not work.

    rossagrant
    Participant

    I have found a workaround this issue by editing the subject line of the activation email by a simple function found here!

    http://www.dnxpert.com/2010/08/13/buddypress-how-to-customize-activation-email/

    Would love to see us able to customise all emails in future versions of BP though! :)

    rossagrant
    Participant

    @virtuali sorry mate, the HTML above was interpreted correctly by this site thus it looks fine above.

    The apostrophe doesn’t come out as an apostrophe in the subject line of my activation email.

    It actually comes out as & #039;

    I’ve changed it in my original post to reflect this problem properly

    rossagrant
    Participant

    I’m thinking this is perhaps a WP issue? Does WP handle the activation email and BP handle the password rest, or are tey both handled by WP? It’s odd that the apostrophe shows fine in the password reset email but not the activation email.

    rossagrant
    Participant

    Hi guys, this is a weird one that I don’t understand but I am sure is easily fixed.

    I have noticed in the activation email that gets sent out from my site that where there is an apostrophe in the site’s title – Actors’ Network that the apostrophe actually gets replaced by the html code – [Actors & #039; Network] Activate Your Account

    THIS ONLY HAPPENS IN THE ACTIVATION EMAIL – but I think it is causing some of these to go to junk folders as thetitle gets screwed up.

    In all other emails, such as password reset etc, I don’t see this happening.

    Could anyone tell me the cause of it, or is there a way I can manually change the subject line of the activation email?

    Would love some help with this!

    Ross :)

    Hugo Ashmore
    Participant

    Ask your host to ensure your domain has a RDNS record for the server

    rossagrant
    Participant

    @hnla My host has just set domain keys and SPF records for my account which is great but I can’t seem to find info on a PTA record. Could you give me some more info?

    Cheers :)

    rossagrant
    Participant

    Thanks so much guys!

    I’m researching it now and have just got a support ticket logged with my host!

    Will let you know how I get on!

    Ross :)

    Hugo Ashmore
    Participant

    I’ve mentioned this quite a few times on this support forum, if you want to get emails through to the more annoying of the email services out there you must ensure you have a RDNS entry PTA record and also an SPF entry for you domain hotmail is failing to be able to check these two records and thus considering mail from your server to be spam.

    One thing this isn’t is a problem with BP or WP it’s about server and domain configuration.

    pcwriter
    Participant

    @rossagrant

    Here’s quite a comprehensive list of links to help you troubleshoot:
    http://answers.google.com/answers/threadview?id=606426

    EDIT: that’s actually a rather old thread. This is probably better: http://mail.live.com/mail/troubleshooting.aspx :-)

Viewing 25 results - 1,276 through 1,300 (of 1,893 total)
Skip to toolbar