asfowp
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Subscribe] Mail not being sent?No
Forum: Plugins
In reply to: [Simple Subscribe] Mail not being sent?Cron does seem to be working. I have Subscribe2 running on an hourly digest and it goes through without issue. Crontrol shows things like version check also completing fine.
I appreciate your assistance. If there’s no other ideas I understand. My first inclination is that this is some sort of conflict with the theme I’m using (Houston/P2) since it handles posts rather differently than a normal blog.
Forum: Plugins
In reply to: [Simple Subscribe] Mail not being sent?I’m not very familiar with PHP or WordPress but I’m willing to take a peek. Subscribe2 is not acceptable so I’d probably have to wind up writing a script to poll the RSS feed and e-mail that way.
To save myself the time of doing above, do you have any suggestions on where in the code I’ll find the logic to check for new posts?
Forum: Plugins
In reply to: [Simple Subscribe] Mail not being sent?Based on above I looked through the code and modified Line 53 of Email.php to use Nette\Mail\SmtpMailer instead of what it was using and hardcoded my credentials.
Afterward, the test emails do indeed go through the SMTP server (and much faster, too), but the plugin still does not send out e-mails from a new post. My only conclusion is that it’s not finding any posts to send out. Any suggestions?
Forum: Plugins
In reply to: [Simple Subscribe] Mail not being sent?I tried installing Mail SMTP and using an SMTP server. This didn’t fix it, and I noticed the test e-mails (which do send) still go through the local server. The other subscription plugin I am using (which I do not like) started to send emails through the SMTP server just fine.
Forum: Plugins
In reply to: [Simple Subscribe] Mail not being sent?Didn’t work. It also didn’t work using the daily digest either.