Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Emailing to a server ?

From: mat:plothatching at: 3-Oct-2002 17:28

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.