WordPress newsletter plugin updated

I have updated my WordPress newsletter plugin – You can download it from this link. When visitor is subscribed, it will send a welcome email to him. I use it to gave a free ebook for every one who have subscribed in my blog. You can check it by entering your email at the left opt-in form. You can get free ebook on “How to make money from blogging” if you try it.

Hostgator

Share and bookmark:
  • RSS
  • Twitter
  • StumbleUpon
  • Technorati
  • Digg
  • del.icio.us
  • Facebook
  • Mixx
  • Reddit
  • Propeller
  • Google Bookmarks

Related posts:

  1. WordPress Newsletter Plugin
  2. WordPress newsletter plugin updated
  3. Newsletter Plugin
  4. Newsletter Plugin Update
  5. Learn from Caroline Middlebrook blog

58 comment(s)

  • Jan 18, 2009 by Twitter Tweets about WordPress Plugin as of January 17, 2009 | The Lessnau Lounge

    [...] · View ourhappymoney: Fiddling with my blog post: WordPress newsletter plugin updated ( http://smallwebsitehost.com/?p=472 ) 2009-01-17 15:41:01 · Reply · View ourhappymoney: Fiddling with my blog post: [...]

  • Mar 1, 2009 by Mike

    Hi! I have some questions about this plug-in. I’m using feedburner for mail subscription, can I use the DB of feedburner or use the input from feedburner for your plugin?
    Thank you in advance. I just don’t want to add more input to my temple and make them work together.

  • Mar 2, 2009 by small hosting

    Hi Mike,

    You can add the list if you can retrieve the email from DB of feedburner into text files or csv.

  • Mar 5, 2009 by Anthony

    No matter what version of wordpress I use the newsletter plugin doesn’t show in the plugins list. I’ve testing with 2.6.5 and 2.7.1. Any thoughts?

  • Mar 6, 2009 by Deonya

    Is it possible to add a sign form for the newsletter in the side bar of a site how is this done.

  • Mar 8, 2009 by admin

    @Anthony That is strange, maybe you did not get all the files. @Deonya Yes, you can put wpnewsletter_show_optin_form(); to your sidebar.php

  • Mar 25, 2009 by baa

    hi there

    i don’t see the security code?

    thanks.

  • Mar 26, 2009 by admin

    Hi baa, try update the plugin http://smallwebsitehost.com/doc/wordpress-newsletter.zip

  • Mar 26, 2009 by baa

    i managed to almost make it work but i see another problem when the user wants to unsubscribe, it still doesn’t work.

    i think it is beacause of the line 326 :
    $url .= “kei=”.md5($user->email.$user->name);

    the value is always the same.

    i think u can’t use $user->name (name is restricted, i think)

    firstly, it wasn’t working cause of:

    1 $dbprefix is not always use (sometimes u use $wpdb = “wp_”; )
    2 u use wp_options (as if we didn’t have chosen another $dbprefix)
    3 on lines 606, 654, 704, u forgot wordpress- in the href

    —–
    i really am not able to fix the problem of the line 326.

    if u fix those errors (especially line 326, for me)
    i will be able to use ur toBeFantastic plugin,
    thanks,
    baa

  • Mar 27, 2009 by Jeff

    I just installed this, and everything working and displaying, except when I hit the submit button, nothing happens. I took a look at the code, and there is no action specified upon submit. Am I missing something?

  • Mar 27, 2009 by admin

    @baa what is line 326 error? Could you IM me at very underscore bright at hotmail dot com? @Jeff That is strange. What is your blog? Could you IM me at very underscore bright at hotmail dot com?

  • Mar 27, 2009 by Jeff

    @admin
    Thanks for helpgin! I just sent you an IM, but you were offline. I can give you the blog address over IM.

  • Mar 31, 2009 by Mark

    Hi. Is there a way to add the form to a page? I’ve tried a few ways and I can’t get it to work. Any help would be appreciated

  • Mar 31, 2009 by admin

    @mark have you add to your theme file? You can IM me at very underscore bright at hotmail dot com if you have trouble?

  • Apr 6, 2009 by Stephen

    when doing a test subscribe and confirm email, I get this error message every time

    Thank you. You are subscribed now!
    Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/greenfie/domains/greenfieldsfire.com/public_html/wp-content/plugins/wordpress-newsletter/newsletter.php on line 290

    Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/greenfie/domains/greenfieldsfire.com/public_html/wp-content/plugins/wordpress-newsletter/newsletter.php on line 294

    Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/greenfie/domains/greenfieldsfire.com/public_html/wp-content/plugins/wordpress-newsletter/newsletter.php on line 299

    Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/greenfie/domains/greenfieldsfire.com/public_html/wp-content/plugins/wordpress-newsletter/newsletter.php on line 302

    Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/greenfie/domains/greenfieldsfire.com/public_html/wp-content/plugins/wordpress-newsletter/newsletter.php on line 308

    Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/greenfie/domains/greenfieldsfire.com/public_html/wp-content/plugins/wordpress-newsletter/newsletter.php on line 312

    Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/greenfie/domains/greenfieldsfire.com/public_html/wp-content/plugins/wordpress-newsletter/newsletter.php on line 316

    Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/greenfie/domains/greenfieldsfire.com/public_html/wp-content/plugins/wordpress-newsletter/newsletter.php on line 323

  • Apr 6, 2009 by admin

    @Stephen, I think the problem is wordpress prefix, I use "Wp_" as prefix. What prefix did you use?

  • Apr 6, 2009 by Stephen

    Hi,

    I’m fairly new to wp and php, but are you referring to line 236 in newsletter.php?

    $wpdb = “wp_”;

    I’m not sure what my prefix is, but I did change the dbprefix in setting.php to ivbt_

    Thanks in advance for your help

  • Apr 6, 2009 by admin

    @Stephen, yes try changing $wpdb = “wp_”; to $wpdb = “ivbt_ ”;

  • Apr 6, 2009 by Stephen

    Thanks, but that did not work

    Also, I wanted to point out that in the lines 615+, there are several calls for
    …href=”options-general.php?page=newsletter/newsletter.php”>

    I had to change those to

    …href=”options-general.php?page=wordpress-newsletter/newsletter.php”>

    in order to be able to delete users. Notice the added “wordpress-”

  • Apr 6, 2009 by admin

    @Stephen . Thanks for the update. I got messed up, because in my local file, I use newsletter folder. I've updated the plugin. You said it still didn't work. Any error?

  • Apr 6, 2009 by Stephen

    I still get the error listed above for mysql_fetch_assoc after I changed to $wpdb= “ivbt_”

    Everything else seems to work.

  • Apr 14, 2009 by fabrice

    hi there

    i don’t see the security code?
    I have updated the plugin more than one?
    what to do?

    thanks.

  • Apr 16, 2009 by bad

    Hi,

    everything is working great. I found 2 issues though.
    1. the unsubscribe link is not working, the error is: “Failed to verify your email. There is no such user.”
    2. when I enter an incorrect email format, at least 30 lines of “Email format is incorrect” shows up.

    Thanks in advance

  • Apr 21, 2009 by Kappaluppa

    Hi,
    Thanks for the plugin!
    I’ve installed it and am trying to get all the website subscribers as newsletter subscribers too. When I try to look at the list, I get this error: Cannot load newsletter/newsletter.php. However, I can get to that page.

    Any help on this would be greatly appreciated.
    Thanks,
    K

  • Apr 21, 2009 by Kappaluppa

    I went in and changed all instances of newsletter/newsletter.php to wordpress-newsletter/newsletter.php and it works now.
    Thanks!

  • May 9, 2009 by syafur from tukang nggame

    ya I also have the same problem with kappaluppa, How do I cope

  • May 12, 2009 by Bob

    How can I see my subscribers? I can’t see them… Where should I go in the backend?

  • May 12, 2009 by admin

    Hi Bob, You can see your subscribers on Admin Panel > Settings > Newsletter. Below Export/Import fields, you will see the list of your subscribers. Thanks :)

  • May 16, 2009 by Anthony!

    I need help! The security code isn’t showing up and it is not allowing visitors to sign up. I have an event tonight and we were planning on having users sign up at the event.

    Please help me fix this.

    Thanks!

  • May 18, 2009 by admin

    Anthony, I guess you downloaded the plugin from the old link (my bad!) - Please try to reinstall the plugin found on this link: http://smallwebsitehost.com/doc/wordpress-newsletter.zip

  • May 21, 2009 by Rina

    I’d like to use it as a shortcode in a page… how can I do this?

  • May 22, 2009 by admin

    Rina, Unfortunately it's not supported... Maybe in the next release?

  • May 26, 2009 by Anton from Web Development Outsourcing

    It works great with my WP, thank you very much!

  • May 28, 2009 by admin

    Cheers!

  • May 30, 2009 by Tatesjourney

    Hi, I installed the newsletter plugin on my blog (http://www.tatesjourney.com) but when I test it to see if it works and when I log in to my email to verify the email I get this message:
    Warning: mysql_connect() [function.mysql-connect]: Can’t connect to local MySQL server through socket ‘/var/run/mysqld/mysqld.sock’ (2) in /hermes/bosweb/web281/b2810/sl.moses3815/public_html/wp-content/plugins/wordpress-newsletter/newsletter.php on line 238
    koneksi gagal
    please help.
    thanks

  • Jun 4, 2009 by admin

    I think you need to reactivate the plugin and/or check whether you have conflicting plugins. Thanks :)

  • Jun 6, 2009 by Ernie

    When subscribers link is click “You can verify your email” I get this error:
    Warning: mysql_connect(): Can’t connect to local MySQL server through socket ‘/usr/local/mysql-5.0/data/mysql.sock’ (2) in /home/content/e/r/n/ernestlynn/html/rochelletire.com/wp-content/plugins/wordpress-newsletter/newsletter.php on line 238
    koneksi gagal

    I will donate if I get this awesome plugin working.

  • Jun 6, 2009 by Ernie

    Sorry, same problem as posted above me by

    #
    May 30, 2009 by Tatesjourney

  • Jun 6, 2009 by Ernie

    Thanks you problem solved it was error in setup.php file. Will donate when ppl pay me. thx again!

  • Jun 7, 2009 by admin

    Thanks all the same, Ernie :)

  • Jun 9, 2009 by Ernie

    can you plz tell me where the newsletter code is located so I can shrink table width? I can’t see it in index php file where does newsletter point to? Sorry I just learning all this.

  • Jun 9, 2009 by Ernie

    sorry to be a bother again… Is there a way to import csv file into newsletter db? Best plugin I have found so far

  • Jun 10, 2009 by jean lyon

    Fine plugin , installation is a breeze but I can’t get captcha to show any ideas why ? so cannot validate subscription not even for test purposes.
    Thanks in advance

  • Jun 11, 2009 by jean lyon

    I am answering my previous question: why I can’t get captcha picture to show.
    The answer is :
    you need to have :GD & FreeType enable on your server ( my local server had only GD enabled and no Free Type enabled this is why captcha picture didn’t show.
    Hope this will help other users of this very nice plug-in.
    Can somebody explain me how some subscribers are classified in opt-in yes or opt-no categories ???
    Thanks

  • Jun 17, 2009 by Joe

    How do I import my list of subscribers? I see the file format (which I’ve done) but how do I select the file for upload? This is not clear at all!

  • Jul 29, 2009 by Kim

    Hi there – grreat plugin – I will certainly donate – but I kind have to get this one solved:
    When a user try to unsubscribe, the message in the browser is: “Failed to verify your email. There is no such user.”

    What to do?

  • Oct 16, 2009 by reger

    Thanks for a nice plugin :)
    I can’t get captcha to show and GD & FreeType are already enabled on my server. Please help.

  • Oct 21, 2009 by Roger

    I love the plug-in it is exactly what I’m looking for, however…..

    I’m having a problem with my users not being able to verify their email. no mater what they try they get “Failed to verify your email.” It sends out the emails perfectly. Any help and direction would be greatly appreciated.

  • Dec 8, 2009 by Bo

    You guys having troubles with “Failed to verify your email.” – check your setting.php of the plugin. MAKE SURE you put the details right.

  • Jan 1, 2010 by Tim from txt message

    Nice plugin but can we email the subscribers?

  • Jan 4, 2010 by Timir

    I like this plugin very much. But how can i export mail addresses ?
    please help me.

  • Jan 13, 2010 by Jack from Accept Online Payments

    Try running things in a different browser – that usually fixes issues for me!

  • Jan 27, 2010 by Chrome Bar Stool

    Great article. Thanks a bunch for the information. This would surely be part of my blog with the new additions. Appreciate the effort taken. Cheers

  • Mar 4, 2010 by jean

    Hi
    I am getting this error message on a new site I am developing:
    Warning: mail() [function.mail]: Failed to send mail. (Failed to resolve host address.) in /volume1/web/wordpress/wp-content/plugins/wordpress-newsletter/newsletter.php on line 198
    Any ideas what is the problem
    Regards
    Jean

  • May 12, 2010 by dev

    User can not unsubscribe. It gives me message
    “Failed to verify your email. There is no such user.”
    I have found all the link has same md5 code “d41d8cd98f00b204e9800998ecf8427e”
    and this code is generated for empty string
    Please help i can not solve this problem

  • May 14, 2010 by nne from afailed-verify-email

    *“Failed to verify your email.”* — checked my setting.php, still can’t verify my email, what’s wrong here???
    need help please, my client is not really happy….

  • Jun 21, 2010 by Hendrik

    To remove the failure in lin 296, and so on…

    just edit:
    $result = mysql_query(“select * from wp_options where option_name =’wpnewsletter_email_from’”);

    to:
    $result = mysql_query(“select * from wpYOURWORDPRESSPREFIX_options where option_name =’wpnewsletter_email_from’”);

    For example:
    $result = mysql_query(“select * from wp219_options where option_name =’wpnewsletter_email_from’”);

    This works ;) .. this is needed when your database prefix isn’t wp_ and it is addtional needed to the edit of line 236: $wpdb = “wp219_”;

    There you also must edit the wp_ to wp_yourprefix…

    Greetz
    Hendrik

  • Jul 20, 2010 by Henry from girls-sleepingbags

    Is this plug in is free? Thanks for sharing this info.

  • Any feedback from you?

    This site uses KeywordLuv. Enter YourName@YourKeywords in the Name field to take advantage.

Jan 17, 2009 by admin

WEB HOSTING COUPON CODES:

HostGator 1-cent web hosting - Code: hgc25

HostGator 20% OFF initial order - Code: GREEN

GreenGeeks 10% OFF - Code: 10off

Want to set up your own web server at home? Read this guide

Super Green Hosting HostGator GreenGeeks WP Web Host green web hosting ad