# -+- number -+- category -+- title -+- email -+- name -+- homepage -+- clickOnName -+- language -+- image -+- browser-used -+- security-cookie =0 -+- 2003-11-04:1 -+- Applications -+- SMS alert when email arrive. -+- edward@cybersoul.org -+- Edward Choi -+- http://www.cybersoul.org -+- nolink -+- English -+- -+- Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.5) Gecko/20031007 -+- 6587 A short tutorial to get sms send to your mobile when you receive an email.

After you have compiled, the command to execute is: smssend [provider] [mobile no.] "[message]"
I will use qmail and my provider starhub as an example, you can use your favourite MTA and integrate with the script for your provider. I will edit ~vpopmail/domains/cybersoul.org/.qmail-edward and put the following in it:
/home/vpopmail/domains/cybersoul.org/edward/Maildir/ 
|smssend starhub 1234567 "You have new mail."
|preline procmail -t ./edward/Maildir/procmailrc
Done! Now when someone send me an email, i will receive a sms with the text: "You have new mail". You can do many other things that you want to send to your mobile with smssend.