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.
GALSMTP Update
Moderator: Mod Squad
Re: GALSMTP Update
Interesteddspain 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.

Where, how, - to get it.
Sysop of QuickSilver MBBS
http://www.quicksilvermbbs.com
http://www.hashhouse.net
http://www.dataware.info
http://informationware.com
http://www.quicksilvermbbs.com
http://www.hashhouse.net
http://www.dataware.info
http://informationware.com
Re: GALSMTP Update
Earthlink uses port 587 for smtp access via mail programs; which is pretty standard for a number of providers.Toyduck wrote:Interesteddspain 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.![]()
Where, how, - to get it.
465 is the SSL port used by many.
Sysop of QuickSilver MBBS
http://www.quicksilvermbbs.com
http://www.hashhouse.net
http://www.dataware.info
http://informationware.com
http://www.quicksilvermbbs.com
http://www.hashhouse.net
http://www.dataware.info
http://informationware.com
Re: GALSMTP Update
ill create a temp download link.Toyduck wrote:Interesteddspain 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.![]()
Where, how, - to get it.
Re: GALSMTP Update
yeah i'm wondering if i can send it in a strin like "smtp,comcast.net:25" i'll play with it.Toyduck wrote:Earthlink uses port 587 for smtp access via mail programs; which is pretty standard for a number of providers.Toyduck wrote:Interesteddspain 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.![]()
Where, how, - to get it.
465 is the SSL port used by many.