Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Send mail error

From: moliad::gmail::com at: 23-Aug-2007 1:41

Hi Carloz, another possibility (well, a complement to Tim's suggestion) is that some smtp servers (especially for things like web servers) do not allow incomming mail unless its from some specific range of IPs... its possible that the new web server has to send its mail to another smtp server, or that the mail server you used to send mail to simply does not yet include the new web server in its allowable clients. so if your set-net was moved over (in the user.r or rebol.r) as tim explains, and its still not working, check with your isp to be sure the new server really can send mail via the smtp server you where using... it might just be a simple detail the sysadmin forgot to update. -MAx On 8/22/07, Tim Johnson <tim-johnsons-web.com> wrote: