Author | Topic: email relay: | |
---|---|---|
Butch Balasco | email relay: on Fri, 27 Aug 2004 12:01:41 -0400 | |
Vladimir Iahnenco | Re: email relay: on Fri, 27 Aug 2004 12:35:16 -0400 Regards, Vladimir "Butch Balasco" <bbalasco@cdm-intl.com> wrote in message news:xHDVm8EjEHA.6380@S15147418... Hello All, I am trying to be able to let my customers out side my network to email other people that are not in my network.. can not figure out how to let them relay their email.. trying to setup a SMTP virtual Server.. have un checked .. Allow all computers which successfully authenticate to relay, regardless of the list above... still get the msg. Server Error Mail server error: 550 5.7.1 Unable to relay for butchbalasco@yahoo.com 0 Oh yes.. works fine when I send to bbalasco@cdm-intl.com.. this is my regular email address which is reg with the email server.. ANY HELP WOULD BE WELCOME. Thanks, Butch Balasco use the sample email.dll and email.htm for test. | |
Thomas Braun | Re: email relay: on Fri, 27 Aug 2004 19:01:11 +0200 On Fri, 27 Aug 2004 12:01:41 -0400, Butch Balasco wrote: > Oh yes.. works fine when I send to bbalasco@cdm-intl.com.. this is my regular email address > which is reg with the email server.. > ANY HELP WOULD BE WELCOME. > use the sample email.dll and email.htm for test. you are using to send the email from the WAA application, oContext:SendMail()? Since you are using oContext:sendmail(), you are lost, because this function isn't able to do SMTP-AUTH... and ASINETs mail function can't authenticate as well... so most likely it is time for you to do the same like I had to do this week... look at www.marshallsoft.com, the product is named SEE4XB and 105 USD seems to be not too much imagined the time to develop an POP3/SMTP library on your own. Thomas Xbase++ FAQ : www.software-braun.de/xbasecentral/xbfaq/ A government big enough to give you everything you want is big enough to take from you everything you have. --Gerald R. Ford | |
Butch Balasco | Re: email relay: on Fri, 27 Aug 2004 16:06:22 -0400 thanks for the info.. I will look into if. butch "Thomas Braun" <spam@software-braun.de> wrote in message news:zS4ERdFjEHA.2992@S15147418... > On Fri, 27 Aug 2004 12:01:41 -0400, Butch Balasco wrote: > > > Oh yes.. works fine when I send to bbalasco@cdm-intl.com.. this is my regular email address > > which is reg with the email server.. > > ANY HELP WOULD BE WELCOME. > > > use the sample email.dll and email.htm for test. > > you are using to send the email from the WAA application, > oContext:SendMail()? > > Since you are using oContext:sendmail(), you are lost, because this > function isn't able to do SMTP-AUTH... and ASINETs mail function can't > authenticate as well... so most likely it is time for you to do the same > like I had to do this week... look at www.marshallsoft.com, the product is > named SEE4XB and 105 USD seems to be not too much imagined the time to > develop an POP3/SMTP library on your own. > > Thomas > -- > Xbase++ FAQ : www.software-braun.de/xbasecentral/xbfaq/ > A government big enough to give you everything you want is big enough to > take from you everything you have. --Gerald R. Ford |