Hi Jason,

Jason> Does anyone have experience/advice/ideas using REBOL [or another scripting
Jason> language] for automatic email services to work with a server-side bot?

Sure, it's really easy.

Jason> I want [authorized] users to be able to directly email to a server-sde email
Jason> address. A bot-script will then parse the email and add content to Vanilla site
Jason> [or similar]. Authorization may include appropriate syntax within the email
Jason> which the Vanilla site admin can est and edit.

If you take a look at the script library, there's a section on email;

http://www.reboltech.com/library/script-email.html

It's really easy to read mails and you get the relevant fields in a
rebol object such as mail/from mail/subject etc. I actually put an
entire web blogger into my IRC bot and it also periodically checks
e-mail for blogs, SMSes bound for IRC and things like that.

Regards,

Mat.


-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to