>i tried to send an email using the rebol command: send [EMAIL PROTECTED] "text" .
>but then i have got an error message saying that I have to authenticate to
>the POP3 server first.

It's an authentification technique with the mailserver.

Sending mail is done with SMTP client.

POP3 is on a mailbox reading program.

To send mail, there is the hybrid 'POP before SMTP' and then official "SMTP 
AUTH".

See with your mail admin person which is required.

Len

Reply via email to