GALSMTP Update

General discussion regarding the project.

Moderator: Mod Squad

Post Reply
User avatar
dspain
Posts: 2102
Joined: Sun May 07, 2006 10:38 pm
Location: richmond,virginia
Contact:

GALSMTP Update

Post by dspain »

good news for those sysops that been having trouble sending smtp email from their wg system.

i updated the GALSMTP addon to now support authentication to your isp smtp server to send emails.

i tested this using comcast and did it as follows:


in your smarthost field put: smtp.comcast.net

then check YES to the new option "Use authentication?"

in the USERID field put "yourname@comcast.net"
in the PASSWORD field put "your comcast.net password"

now when sending an email it will connect to your comcast smtp server, encode your credentials in the base64 format, await the validation response from the smtp server, and send the email.

i sent emails several times with no issues, i am working on supporting alternate ports other than 25 to allow verizon customers to get this working, i have to research more on ssl port connections.

User avatar
Toyduck
Posts: 366
Joined: Thu Jul 06, 2006 11:34 pm
Location: Las Vegas NV
Contact:

Re: GALSMTP Update

Post by Toyduck »

dspain wrote:good news for those sysops that been having trouble sending smtp email from their wg system.

i updated the GALSMTP addon to now support authentication to your isp smtp server to send emails.

i tested this using comcast and did it as follows:


in your smarthost field put: smtp.comcast.net

then check YES to the new option "Use authentication?"

in the USERID field put "yourname@comcast.net"
in the PASSWORD field put "your comcast.net password"

now when sending an email it will connect to your comcast smtp server, encode your credentials in the base64 format, await the validation response from the smtp server, and send the email.

i sent emails several times with no issues, i am working on supporting alternate ports other than 25 to allow verizon customers to get this working, i have to research more on ssl port connections.
Interested :P

Where, how, - to get it.

User avatar
Toyduck
Posts: 366
Joined: Thu Jul 06, 2006 11:34 pm
Location: Las Vegas NV
Contact:

Re: GALSMTP Update

Post by Toyduck »

Toyduck wrote:
dspain wrote:good news for those sysops that been having trouble sending smtp email from their wg system.

i updated the GALSMTP addon to now support authentication to your isp smtp server to send emails.

i tested this using comcast and did it as follows:


in your smarthost field put: smtp.comcast.net

then check YES to the new option "Use authentication?"

in the USERID field put "yourname@comcast.net"
in the PASSWORD field put "your comcast.net password"

now when sending an email it will connect to your comcast smtp server, encode your credentials in the base64 format, await the validation response from the smtp server, and send the email.

i sent emails several times with no issues, i am working on supporting alternate ports other than 25 to allow verizon customers to get this working, i have to research more on ssl port connections.
Interested :P

Where, how, - to get it.
Earthlink uses port 587 for smtp access via mail programs; which is pretty standard for a number of providers.

465 is the SSL port used by many.

User avatar
dspain
Posts: 2102
Joined: Sun May 07, 2006 10:38 pm
Location: richmond,virginia
Contact:

Re: GALSMTP Update

Post by dspain »

Toyduck wrote:
dspain wrote:good news for those sysops that been having trouble sending smtp email from their wg system.

i updated the GALSMTP addon to now support authentication to your isp smtp server to send emails.

i tested this using comcast and did it as follows:


in your smarthost field put: smtp.comcast.net

then check YES to the new option "Use authentication?"

in the USERID field put "yourname@comcast.net"
in the PASSWORD field put "your comcast.net password"

now when sending an email it will connect to your comcast smtp server, encode your credentials in the base64 format, await the validation response from the smtp server, and send the email.

i sent emails several times with no issues, i am working on supporting alternate ports other than 25 to allow verizon customers to get this working, i have to research more on ssl port connections.
Interested :P

Where, how, - to get it.
ill create a temp download link.

User avatar
dspain
Posts: 2102
Joined: Sun May 07, 2006 10:38 pm
Location: richmond,virginia
Contact:

Re: GALSMTP Update

Post by dspain »

Toyduck wrote:
Toyduck wrote:
dspain wrote:good news for those sysops that been having trouble sending smtp email from their wg system.

i updated the GALSMTP addon to now support authentication to your isp smtp server to send emails.

i tested this using comcast and did it as follows:


in your smarthost field put: smtp.comcast.net

then check YES to the new option "Use authentication?"

in the USERID field put "yourname@comcast.net"
in the PASSWORD field put "your comcast.net password"

now when sending an email it will connect to your comcast smtp server, encode your credentials in the base64 format, await the validation response from the smtp server, and send the email.

i sent emails several times with no issues, i am working on supporting alternate ports other than 25 to allow verizon customers to get this working, i have to research more on ssl port connections.
Interested :P

Where, how, - to get it.
Earthlink uses port 587 for smtp access via mail programs; which is pretty standard for a number of providers.

465 is the SSL port used by many.
yeah i'm wondering if i can send it in a strin like "smtp,comcast.net:25" i'll play with it.

Post Reply