[REBOL] Re: Problems sending email (IP only)
From: tim-johnsons::web::com at: 31-May-2007 16:17
On Thursday 31 May 2007, ronald wrote:
> in my user.r I have this :
>
> set-net [ xxxxx-free.fr smtp.free.fr pop.free.fr none none none ]
>
> and everything runs OK
>
> Hope this will help
Hi Ronald:
You don't need all those items for set-net just to send email.
all the same, to demonstrate:
>>set-net[tim-johnsons-web.com mail.mtaonline.net postman.johnsons-web.com
none none none]
>> send tim-johnsons-web.com "hello from rebol"
** Access Error: Cannot connect to mail.mtaonline.net
** Where: open-proto
** Near: smtp-port: open [scheme: 'esmtp]
either only
;; same error
thanks
tim