PDA

Click to See Complete Forum and Search --> : Need a command line SMTP mailer


psychotomus
Jan 13th, 2008, 05:30 PM
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.

ComputerJy
Jan 13th, 2008, 05:32 PM
You can build you're own SMTP client, it's not that difficult.

psychotomus
Jan 13th, 2008, 05:37 PM
I'm just to lazy =0

psychotomus
Jan 13th, 2008, 05:50 PM
after browsing around i decided i'm gonna have to do it. whre can I find protocol for it at?

ComputerJy
Jan 13th, 2008, 05:50 PM
Then checkout BMail (http://www.beyondlogic.org/solutions/cmdlinemail/cmdlinemail.htm). It's free

psychotomus
Jan 13th, 2008, 06:06 PM
how do I authenticat myself with BMail?

psychotomus
Jan 13th, 2008, 06:07 PM
nevermind. it works on my VPS. wouldn't work when I tested it on my PC =)