[REBOL] Server error: tcp 553
From: hijim::pronet::net at: 16-Apr-2003 20:16
** User Error: Server error: tcp 553 sorry, that domain isn't in my list of allowed rcp
thosts (#5=2E7=2E1)
** Near: insert port reduce data
That's the error message I get when I send email to some addresses=2E What causes this?
One list I belong to now gives me this message, though my emails used to go through fine=2E
Here's the code I use:
butt "Send" red [
write %email=2Etxt my-area/text
write clipboard:// my-area/text
a: request/confirm "Are you connected to the Internet?"
if not a [return]
send to-email m-field/text my-area/text
]
The error message says:
Near: insert port reduce data
but that's not part of my code=2E
I can't get through to rebol-list with this code either=2E So why does it work with certain
addresses and not with others?
Thanks,
Jim Clatfelter