RE: Email SMS
writing a program to send e-mail isn't the simplest thing in the world. I know - I've tried myself to do it.
What you'll need to do is look up the Winsock API and the SMTP protocol. Familiarise yourself with both, then build the system bit my bit.
|