Need a command line SMTP mailer
I am in need of a command line SMTP mailer thats simple to use to send emails for my game. its a turn based text based game with minimal graphicals similar to games you will find done in php. I need this mailer to send emails to users to be notified of certain events (if they wish to be notified) for example: when a user challenges them to a battle, when its there turn to battle, hen a user gives them items, ect.
Re: Need a command line SMTP mailer
You can build you're own SMTP client, it's not that difficult.
Re: Need a command line SMTP mailer
Re: Need a command line SMTP mailer
after browsing around i decided i'm gonna have to do it. whre can I find protocol for it at?
Re: Need a command line SMTP mailer
Then checkout BMail. It's free
Re: Need a command line SMTP mailer
how do I authenticat myself with BMail?
Re: Need a command line SMTP mailer
nevermind. it works on my VPS. wouldn't work when I tested it on my PC =)