Re: Emailing Problem

David Nicholson <[email protected]> Mon, 21 Jan 2008 09:02:29 -0500
Newsgroups gmane.comp.windows.devel.dotnet.winforms
Message-ID <LISTSERV%[email protected]>
One of the settings in the SMTP server gives the IP addresses allowed to
relay. If your external IP address has changed, you may no longer be on
the list. Or the list may have changed and you're no longer on it. It
caught me when we changed ISP's.

David.

On Sat, 19 Jan 2008 18:48:19 -0600, Steve Abaffy <[email protected]>
wrote:

>When I try to send an email from my code in the Development running debug
it
>works fine, but when I try to send the same email from the production
>version I get an error that says Cannot relay for "Email Address". This
only
>occurs on my machine, the other machines in the shop will all send the
email
>just fine from the production version of the code? We are using the Sever
>2003 SMTP for email.
>Any insight would be appreciated.
>
>Thanks