Folks,
Sometimes you have to use the name of your outgoing POP server instead of your SMTP server (if they are different):
<MailPlugin>
<!-- SMTPServer - specify IP number or machine name -->
<add key="SMTPServer" value="outgoing pop server" />
<add key="FromEmailAddress" value="user on the pop server" />
<!-- SMTP authentication values: OFF, BASIC, NTLM. -->
<add key="SMTPAuthentication" value="BASIC" />
<add key="SMTPUserName" value="same user on the pop server" />
<add key="SMTPPassword" value="the pop server’s user password" />
Harvey Kandola
CounterSoft™