I just got Postie 0.9.9.3.2 running on WordPress 2.02. It works great. However strange is that when I manually add the mail to the page (by pressing the ‘run Postie’ button in the Postie options), all the styles are applied. But when the mail is added by a cronjob, the message appears without styles.
The styles I added to the Postie options:
border: 1px solid; display: block; margin-left: auto; margin-right: auto;
I posted exactly the same mail twice. One time manual, and one time by the cron job
The Cron job:
*/5 * * * * /usr/bin/lynx --source http://www.schavuit.com/wordpress/wp-content/plugins/postie/get_mail.php >/dev/null 2>&1
Source after posted manual:
<img src="http://www.schavuit.com/wordpress/wp-photos/thumb.20060503-142147-1.jpg" alt="DSC00131.JPG" title="DSC00131.JPG" style="border: 1px solid; display: block; margin-left: auto; margin-right: auto;" class="postie-image" />
Source after posted by the cronjob:
<img src="http://www.schavuit.com/wordpress/wp-photos/thumb.20060503-140501-1.jpg" alt="DSC00131.JPG" />
How can I resolve this?