Email notification

blacksmith

Verified User
Joined
Oct 14, 2003
Messages
23
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
 
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.
 
Back
Top