For SMTP, you will want to use the SMTP or mail server for your dialup or cable ISP. If mac.com is your dialup or cable ISP, then... someone else should check into this. ;)
> I have this in my user.r file: > > > REBOL [ > > Title: "User Preferences" > > Date: 1-Oct-2002/18:35:11-5:00 > > ] > > > > set-net [ [EMAIL PROTECTED] > > smtp.mac.com > > mail.mac.com > > none > > none > > none ] > > When I try to send an email, I get the following error: > > >>> send [EMAIL PROTECTED] "test" > > connecting to: smtp.mac.com > > ** User Error: Server error: tcp 530 delivery not allowed, try authenticating > > ** Near: insert port reduce data > > My email server does require a password, but I can't seem to figure out how > to set the password using the "set-net" command. > > Any help would be appreciated. > > Thanks, > > > -- > Sam Griffith Jr. > email: [EMAIL PROTECTED] > Web site: http://homepage.mac.com/staypufd/index.html > > > -- > To unsubscribe from this list, please send an email to > [EMAIL PROTECTED] with "unsubscribe" in the > subject, without the quotes. > -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.
