PDA

View Full Version : Email notification


blacksmith
12-30-2003, 06:56 AM
Hi

I want to create a script (if possible PHP with cron job or something) that when I receive a new Email it sends another email (to a SMS gateway) that sends a SMS no my mobile phone with the the Subject and where From the email.

I dont know if this is really possible...

Thanks

TIAGO

loopforever
12-30-2003, 07:41 AM
Sure, this is possible:

- Write a PHP script that logs into your e-mail account via IMAP
- For each message, send an SMS through SMTP and move the original message to a different IMAP folder

Shouldn't be that hard.