• I had been using this program for about 5 months and it worked fine. Then I upgraded to 3.3.1 and now it doesn’t work. I emailed on the forum and the developer said…This is most likely a spam filter issue. It’s also possible that your ISP prevents programs from sending email.
    I don’t think it’s related to the version of WordPress…

    I think this is incorrect since it was working before I updated WordPress.

    http://wordpress.org/extend/plugins/rsvpmaker/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author davidfcarr

    (@davidfcarr)

    I’m running WordPress 3.3.2 on RSVPMaker.com right now and the emails are coming through fine. I understand that doesn’t fix your problem, but I just don’t think the WP version is the issue.

    One customization I’ve experimented with is using the PEAR Mail library for PHP instead of the native PHP mail function. There is some sample code for that in the rsvpmaker-custom.php file included with the plugin distribution (the rsvp_notifications function). Instructions on making code level modifications (without hacking core plugin code) are here:

    http://www.rsvpmaker.com/2010/12/changing-the-rsvp-form-other-customizations/

    If there is a conflict with the latest WordPress upgrades that someone else can point out to me, I’m willing to fix it — I just don’t know what it would be.

    Plugin Author davidfcarr

    (@davidfcarr)

    PHP Pear Mail documentation is here http://pear.php.net/package/Mail/

    It can be configured to send mail by several methods that may be superior to PHP mail.

    I’m open to suggestions on how to upgrade the mail functions built into RSVPMaker.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: RSVPmaker] Does not email when you upgrade to 3.3.1’ is closed to new replies.