Forums

WordPress Email Notification Plugin v2.3.1 (73 posts)

  1. johnpannell
    Member
    Posted 5 years ago #

    I am having the same trouble as lowenhar.

    When I try to update the setting for this pluging, I get this error message:

    ***
    Could not successfully run query (SELECT * FROM wp_email_list_config WHERE id = '1') from DB: No Database Selected
    ***

    It seems I'm not alone with this problem, but I haven't seen a solution. I have the plugin configured to use the same database as WordPress, with the same id and password. WordPress works fine otherwise.

    Can anyone help?

  2. RobR
    Member
    Posted 5 years ago #

    I have just installed this plugin and find it hard to believe that something similar does not come as part of WP. Anywho, I have yet to write a post to see for myself but I see from previous comments here that there is/was an issue with a time delay from the post being posted to the email notification being sent. Does anyone have any news on this with using WP 2.05? Someone mentioned a fix for it on page 2, is that a good fix?

    Regards

  3. PatM56
    Member
    Posted 5 years ago #

    This post has been enormously helpful in setting up the plug in on my site, however, I still have the problem Calmatt had:

    Could not successfully run query (SELECT * FROM wp_email_list_config WHERE id = 1) from DB: Table 'd60304553.wp_email_list_config' doesn't exist

    Evne though he was able to figure it out, I don't understand how he did it. Anyone have any success with this issue?

  4. willywortel
    Member
    Posted 5 years ago #

    is it possible to automaticly send the mail after 5 posts (with an overview of the last 5 posts) instead of 1? or send the mail once a day (with an overview), or once a week (with an overview)?
    thanx-a-lot!

  5. argus1881
    Member
    Posted 5 years ago #

    Thanks for this plugin!

  6. Ovidiu
    Member
    Posted 5 years ago #

    anyone knows if this plugin could run in wpmu as well?

  7. ubergiant
    Member
    Posted 5 years ago #

    I've got everything setup and try to subscribe, get the thankyou page, but never receive the email. I've tested 5 email accounts and nothing. :(

  8. ubergiant
    Member
    Posted 5 years ago #

    It turns out my IP address is blacklisted because I got bouncebacks saying so. Dang nammit. Thanks for the great plugin. It works nicely. Just my own problem for now.

  9. snuggarelli
    Member
    Posted 5 years ago #

    Hi -- I've been using this plugin for a few weeks now. subscribe2 didn't work out for me because it was too difficult to understand who was subscribed to what, and I could care less about category subscriptions.

    Anyway, so I switched to this plugin, but I'm having some difficulty now because gmail is saying the e-mail notifications are spam. In fact, everyone is seeing the same thing. I think it's because it says "unknown sender" for the TO line in the e-mail.

    This is what it shows below. How do I fix the unknown sender being shown in the message header so that e-mail clients let the e-mail go through like normal and not mark it as spam?

    from (unknown sender) <>
    to user@domain.com
    date 6 Dec 2006 05:53:29 -0000
    subject domain.com: Happy 11 year Anniversary Chad!
    mailed-by domain.com
    Content-Type: text/plain; charset="UTF-8"

    From: "domain.com" <user@domain.com>
    Reply-To: user@domain.com

    A new entry titled 'Happy 11 year Anniversary Chad!' has been posted to domain.com.

    http://www.domain.com//index.php?p=96

    ------------------------------------------------------

    You have signed up to receive these notifications.

    If you would like to unsubscribe, visit the url below:
    http://www.domain.com//maillist/index.php?action=unsub&addr=user@domain.com

  10. c0c0c0
    Member
    Posted 5 years ago #

    Helllo,

    I am trying to add a Captcha in the form and I am not having luck intergrating it into the mail list index. I am getting the second no action supplied error within the form. I have added

    $secure = strtoupper(trim(strip_tags($_POST['secure'])));
    $match = $_SESSION['captcha']; // the code on the image

    in the GET VARIABLES FROM URL part and added the following on the top of the lines in the subscribe part. I know I am missing one small part. Any help or pointers would be great.

    if (!$secure) {
    $err.= "No security code entered<br/>";
    }
    if (($secure!=$match) && ($secure!="")) {
    $err.= "Security code mismatch<br/>";
    }
    if ($err=="") {

    I am using the Captcha script provided by http://www.digitalmidget.com/php_noob/captcha.php

    Thanks!

    Oh, I am also going to try to hack this script in Ryan Duff's contact form as well...

  11. kmarion
    Member
    Posted 5 years ago #

    If everything is working fine exept for the emails not being sent when a new post is made do this. Go to Manage>Email Notification>Update settings and set default notification value to yes and click update.Create a brand new post and test. For some reason that is the only way it will send the emails out for me. Manually selecting it for each post didn't work.

  12. jstyle
    Member
    Posted 5 years ago #

    I have some similar problem mentioned by "kmarion". I have set the option default notification yes, but when I post new entry on my blog it doesn't sent any email until I post next day or in next session.

    I am using wordpress as job positng blog and 5 to 6 jobs are posted daily but only two of them are sent in emails.

    any idea?

    is this a bug or I have to set something?

    thank you

  13. Monarch
    Member
    Posted 5 years ago #

    I was installing a plug-in for word press and got the following errors. The plug-in was asking for:

    Database name
    Database user
    Database password

    I left these blank.

    It used localhost as the database host.

    This is the error message I received.

    WordPress Email Notification Plugin v2.3.1 Install
    Installing
    You have successfully written data to wpemn_config.php

    Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'admin'@'localhost' (using password: YES) in /home/monarchh/public_html/wordpress/maillist/install.php on line 210

    Warning: mysql_select_db(): supplied argument is not a valid MySQL-Link resource in /home/monarchh/public_html/wordpress/maillist/install.php on line 211
    Creating table: wp_email_list...

    Warning: mysql_query() [function.mysql-query]: Access denied for user 'monarchh'@'localhost' (using password: NO) in /home/monarchh/public_html/wordpress/maillist/install.php on line 227

    Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/monarchh/public_html/wordpress/maillist/install.php on line 227

    Warning: mysql_query() [function.mysql-query]: Access denied for user 'monarchh'@'localhost' (using password: NO) in /home/monarchh/public_html/wordpress/maillist/install.php on line 234

    Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/monarchh/public_html/wordpress/maillist/install.php on line 234
    Creating table: wp_email_list_config...

    Warning: mysql_query() [function.mysql-query]: Access denied for user 'monarchh'@'localhost' (using password: NO) in /home/monarchh/public_html/wordpress/maillist/install.php on line 251

    Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/monarchh/public_html/wordpress/maillist/install.php on line 251
    Populating table: wp_email_list_config...

    Warning: mysql_query() [function.mysql-query]: Access denied for user 'monarchh'@'localhost' (using password: NO) in /home/monarchh/public_html/wordpress/maillist/install.php on line 262

    Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/monarchh/public_html/wordpress/maillist/install.php on line 262
    Creating table: wp_email_list_future ...

    Warning: mysql_query() [function.mysql-query]: Access denied for user 'monarchh'@'localhost' (using password: NO) in /home/monarchh/public_html/wordpress/maillist/install.php on line 273

    Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/monarchh/public_html/wordpress/maillist/install.php on line 273

    Any ideas?

Topic Closed

This topic has been closed to new replies.

About this Topic