Quote:
Originally Posted by Tralala
Wow, well then allow me to submit that this hack's TITLE sells it's usefulness a bit short. It's basically an email gateway to vBulletin thread creation, then. The email doesn't have to be from Google or an alert at all.
(Jafo232, you may want to reconsider the title of your excellent hack, as some folks will overlook this as yet another RSS scraper/poster, when it can be so much more.)
I'd very much enjoy this as a way to create threads on the go when I don't have speedy web access. Hopefully I'll get the error (posted above) sorted out so I can see it in action.
|
Yes, this is the true email posts to forum tool!
I made one small change so that it would accept any email message...
In VBOX.PHP, change line 33 from
if (!in_array($from[0]->host, $domains)) {
to
if (in_array($from[0]->host, $domains)) {
This way only domains listed will be ignored (versus permitted).
Don