txapelgorri
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Subscribe] Not sending emails from scheduled postsHi licitri:
So sad to tell this here, because I think Simple Subscribe is great, but as you I needed to solve the problem with scheduled posts, and haven’t the time. So my recomendation is Wysija: http://wordpress.org/plugins/wysija-newsletters/
Cheers, Ibon.
Forum: Plugins
In reply to: [Simple Subscribe] Not sending emails from scheduled postsI finally can’t get it working with scheduled posts. My conclusions are: when you set a post as scheduled it goes directly to the WordPress crontab. When the time to publish the post reaches, the action is triggered and the post is published, but Simple Subscribe is not taken into account by the cron action (the adminInt() function at Admin.php is not being executed at all).
Long story made short: Simple Subscribe is being ignored by WordPress Cron. :-/
Hope anyone have the time required to fix this 🙂
Cheers, Ibon.
Forum: Plugins
In reply to: [Simple Subscribe] Not sending emails from scheduled postsI’ve been researching a bit and the problem with programmed / scheduled posts seem to be at Admin.php, line 182:
add_action('future_to_publish', array($this, 'onPublish'));This transition is somehow being ignored, but others not, like:
add_action('draft_to_publish', array($this, 'onPublish'));I continue researching as I need this to be working too 🙂
Forum: Plugins
In reply to: [Simple Subscribe] Error: "Unable to send email: ."Hi Mart:
Thanks for answering. Activating track_errors I have realized about this:
sh: 1: /usr/sbin/sendmail: not found
I have been using ‘Configure SMTP’ plugin to send emails but seems that Simple Subscribe expects to be a local SMTP server, so must I install a SMTP server in order to use the plugin?.
Regards, Ibon.