GALSMTP - Galacticomm Email Sender
Posted: Fri Sep 14, 2012 4:11 am
ok so my latest build does in fact authenticate the transmission:
GALSMTP >> 220 - SMTP Server Ready
GALSMTP >> 250 - Domain Info Accepted
GALSMTP >> 334 - Sent 'AUTH LOGIN'
GALSMTP >> 334 - Sent 'username'
GALSMTP >> 334 - Sent 'password'
GALSMTP >> 501 - Bad Argument
so what this translates into is i cannot send authentication as plain text
i need to send it as base64 encoded text.
so i am getting there i need to write something to do the encoding and i will work from there.
just wanted to send yall an update cause i know alot of yall have been wanting this.
GALSMTP >> 220 - SMTP Server Ready
GALSMTP >> 250 - Domain Info Accepted
GALSMTP >> 334 - Sent 'AUTH LOGIN'
GALSMTP >> 334 - Sent 'username'
GALSMTP >> 334 - Sent 'password'
GALSMTP >> 501 - Bad Argument
so what this translates into is i cannot send authentication as plain text
i need to send it as base64 encoded text.
so i am getting there i need to write something to do the encoding and i will work from there.
just wanted to send yall an update cause i know alot of yall have been wanting this.