Page 1 of 1
GALSMTP all done!
Posted: Fri Sep 14, 2012 5:54 am
by dspain
ok it seems to be working ok, only problem is i cannot test it from my current location so if someone wants to pm me ill send ya a copy and you can check it out.
here is how it works:
when sending an email it will send your isp credentials to the smtp server for the allowance of relaying a level4 config option USEAUTH must be enabled and you have to put your username and password for the smtp server in there, put it in plain text i wrote something that will encode it to base64.
Re: GALSMTP all done!
Posted: Fri Sep 14, 2012 7:51 am
by Ragtop
dspain wrote:ok it seems to be working ok, only problem is i cannot test it from my current location so if someone wants to pm me ill send ya a copy and you can check it out.
here is how it works:
when sending an email it will send your isp credentials to the smtp server for the allowance of relaying a level4 config option USEAUTH must be enabled and you have to put your username and password for the smtp server in there, put it in plain text i wrote something that will encode it to base64.
You are the man! PM sent, can't wait to test it out

Re: GALSMTP all done!
Posted: Fri Sep 14, 2012 8:20 am
by dspain
Ragtop wrote:dspain wrote:ok it seems to be working ok, only problem is i cannot test it from my current location so if someone wants to pm me ill send ya a copy and you can check it out.
here is how it works:
when sending an email it will send your isp credentials to the smtp server for the allowance of relaying a level4 config option USEAUTH must be enabled and you have to put your username and password for the smtp server in there, put it in plain text i wrote something that will encode it to base64.
You are the man! PM sent, can't wait to test it out

well right now it seems to be sending however its hardcoded for port 25 but that will be the next thing i change, i just want to make sure authentication is working first.
Re: GALSMTP all done!
Posted: Fri Sep 14, 2012 2:53 pm
by Ragtop
dspain wrote:Ragtop wrote:dspain wrote:ok it seems to be working ok, only problem is i cannot test it from my current location so if someone wants to pm me ill send ya a copy and you can check it out.
here is how it works:
when sending an email it will send your isp credentials to the smtp server for the allowance of relaying a level4 config option USEAUTH must be enabled and you have to put your username and password for the smtp server in there, put it in plain text i wrote something that will encode it to base64.
You are the man! PM sent, can't wait to test it out

well right now it seems to be sending however its hardcoded for port 25 but that will be the next thing i change, i just want to make sure authentication is working first.
That's going to be a problem. I'm blocked on 25

If you're able to change that to 465 without too much trouble, I'm good for testing.