all groups > dotnet academic > march 2004 >
You're in the

dotnet academic

group:

Email outside of domain



Email outside of domain Fred
3/16/2004 2:41:06 PM
dotnet academic: I'm having problems sending an email via system.web.mail.smtpmail to an email address like 'xxxx@hotmail.com' The email works if i mail it to an email address within the domain. I get an error, 'The server rejected one or more recipient addresses. The server response was: 550 5.7.1 Unable to relay for stevetriano@hotmail.com

I'm using .Net 2003 VB, no attachment

RE: Email outside of domain Jonathan Ruckert
3/16/2004 8:21:06 PM
Sounds like a policy rule to me. We had a similar problem in stopping people smtp'ing emails outside an organisation, and so we had to limit the domains that were allowed to resolve to

If you check the SMTP Server settings you may see the problem there

Regards
RE: Email outside of domain ICON
3/17/2004 8:06:13 PM
Hi

The reason for this issue is that the account you are using to send mail using SMTP is not able to send mail outside the resident domain. There is a configuration for the account that you are using where you can specify whether the account will be able to send mail to any domain or will be restricted to the resident domain only
Try the above and see if that helps

Dave

----- Fred wrote: ----

I'm having problems sending an email via system.web.mail.smtpmail to an email address like 'xxxx@hotmail.com' The email works if i mail it to an email address within the domain. I get an error, 'The server rejected one or more recipient addresses. The server response was: 550 5.7.1 Unable to relay for stevetriano@hotmail.com

I'm using .Net 2003 VB, no attachment

RE: Email outside of domain Fred
3/18/2004 2:06:11 PM
AddThis Social Bookmark Button