[Plugin: GERRYWORKS Post by Mail] [SOLVED] Not working with gmail also.
-
After I installed and set up this add it didn’t work, and also didn’t spit out any errors. So I enabled logging by adding this to wp-config.php:
ini_set('log_errors', 'On'); ini_set('error_log', '/usr/share/wordpress/php-errors.log');
The log file does not have to be in wordpress folder but does have to writable by wordpress.(To refresh the mail feed request
/wp-mail.php
.)Then had to install php5-imap:
https://stackoverflow.com/questions/9654453/fatal-error-call-to-undefined-function-imap-open-in-phpThen disable GERRYWORKS spam filter by commenting out these lines in plugins/gerryworks-post-by-mail/gwpostbymail.php
/*START>> Verify if the mail is a spam*/ if(!gw_not_spam($header)) { imap_delete($imb, $i); continue; }
Then it worked!!
WHY is there no way to configure the spam filter???
https://www.ads-software.com/extend/plugins/gerryworks-post-by-mail/
- The topic ‘[Plugin: GERRYWORKS Post by Mail] [SOLVED] Not working with gmail also.’ is closed to new replies.