Hello,
I am using SmtpMail.Send() and I get the following message
The server rejected one or more recipient addresses. The server response
was: 550 5.7.1 Unable to relay for my****@hotmail.com
What does this mean?
Thanks,
Jim. 6 3844
Hi,
This means that the From field of the email needs to be from an email at
that domain. So instead of sending from my****@hotmail.com you need send
from my****@myDomain.com . Good luck! Ken.
--
Ken Dopierala Jr.
For great ASP.Net web hosting try: http://www.webhost4life.com/default.asp?refid=Spinlight
If you sign up under me and need help, email me.
"JIM.H." <JI**@discussions.microsoft.com> wrote in message
news:D8**********************************@microsof t.com... Hello, I am using SmtpMail.Send() and I get the following message The server rejected one or more recipient addresses. The server response was: 550 5.7.1 Unable to relay for my****@hotmail.com What does this mean? Thanks, Jim.
Hi Jim:
It means the mail server is locked down by an admin. If you are
sending mail that is not addressed to a local user, or addressedfrom a
local user, the server has to 'relay' the mail to a destination. Most
mail servers try to limit this feature because spammers use it to sell
viagra.
Talk to your network admin and see if they are comfortable allowing
relay from the IP addess where your app lives.
--
Scott http://www.OdeToCode.com/blogs/scott/
On Tue, 8 Mar 2005 14:11:02 -0800, JIM.H.
<JI**@discussions.microsoft.com> wrote: Hello, I am using SmtpMail.Send() and I get the following message The server rejected one or more recipient addresses. The server response was: 550 5.7.1 Unable to relay for my****@hotmail.com What does this mean? Thanks, Jim.
Hi Scott,
Thanks again. I have from address as my work email and to address as my
hotmail account, so I am a local user, should it work this way?
How do others do? When they want to send e-mails to their customers
automatically, don’t they use the same function?
Our network admin may want to stop mails from outside to inside, I
understand that, why would he do that from inside to outside? I do not think
that he is aware of it, where should I check to see if there is those kind of
restrictions.
Thanks,
Jim.
"Scott Allen" wrote: Hi Jim:
It means the mail server is locked down by an admin. If you are sending mail that is not addressed to a local user, or addressedfrom a local user, the server has to 'relay' the mail to a destination. Most mail servers try to limit this feature because spammers use it to sell viagra.
Talk to your network admin and see if they are comfortable allowing relay from the IP addess where your app lives.
-- Scott http://www.OdeToCode.com/blogs/scott/
On Tue, 8 Mar 2005 14:11:02 -0800, JIM.H. <JI**@discussions.microsoft.com> wrote:
Hello, I am using SmtpMail.Send() and I get the following message The server rejected one or more recipient addresses. The server response was: 550 5.7.1 Unable to relay for my****@hotmail.com What does this mean? Thanks, Jim.
Hi Jim:
Do you know what kind of mail server you use? (Exchange, etc?). You'll
have to dig into the configuration screens for the product to see
where the configuration is.
Many mail servers will be locked down pretty tight these days to
prevent spam. Even for internal users one common protocol requires
users to login and check a mailbox before being allowed to send
outbound mail.
--
Scott http://www.OdeToCode.com/blogs/scott/
On Wed, 9 Mar 2005 04:59:01 -0800, JIM.H.
<JI**@discussions.microsoft.com> wrote: Hi Scott, Thanks again. I have from address as my work email and to address as my hotmail account, so I am a local user, should it work this way?
How do others do? When they want to send e-mails to their customers automatically, don’t they use the same function?
Our network admin may want to stop mails from outside to inside, I understand that, why would he do that from inside to outside? I do not think that he is aware of it, where should I check to see if there is those kind of restrictions. Thanks, Jim.
"Scott Allen" wrote:
Hi Jim:
It means the mail server is locked down by an admin. If you are sending mail that is not addressed to a local user, or addressedfrom a local user, the server has to 'relay' the mail to a destination. Most mail servers try to limit this feature because spammers use it to sell viagra.
Talk to your network admin and see if they are comfortable allowing relay from the IP addess where your app lives.
-- Scott http://www.OdeToCode.com/blogs/scott/
On Tue, 8 Mar 2005 14:11:02 -0800, JIM.H. <JI**@discussions.microsoft.com> wrote:
>Hello, >I am using SmtpMail.Send() and I get the following message >The server rejected one or more recipient addresses. The server response >was: 550 5.7.1 Unable to relay for my****@hotmail.com >What does this mean? >Thanks, >Jim.
It is a windows 2000 machine and I see Microsoft Exchange program item, I see
Active Directory, System Manger in there. Do you know any specific place
that this setting is done?
"Scott Allen" wrote: Hi Jim:
Do you know what kind of mail server you use? (Exchange, etc?). You'll have to dig into the configuration screens for the product to see where the configuration is.
Many mail servers will be locked down pretty tight these days to prevent spam. Even for internal users one common protocol requires users to login and check a mailbox before being allowed to send outbound mail.
-- Scott http://www.OdeToCode.com/blogs/scott/
On Wed, 9 Mar 2005 04:59:01 -0800, JIM.H. <JI**@discussions.microsoft.com> wrote:
Hi Scott, Thanks again. I have from address as my work email and to address as my hotmail account, so I am a local user, should it work this way?
How do others do? When they want to send e-mails to their customers automatically, don’t they use the same function?
Our network admin may want to stop mails from outside to inside, I understand that, why would he do that from inside to outside? I do not think that he is aware of it, where should I check to see if there is those kind of restrictions. Thanks, Jim.
"Scott Allen" wrote:
Hi Jim:
It means the mail server is locked down by an admin. If you are sending mail that is not addressed to a local user, or addressedfrom a local user, the server has to 'relay' the mail to a destination. Most mail servers try to limit this feature because spammers use it to sell viagra.
Talk to your network admin and see if they are comfortable allowing relay from the IP addess where your app lives.
-- Scott http://www.OdeToCode.com/blogs/scott/
On Tue, 8 Mar 2005 14:11:02 -0800, JIM.H. <JI**@discussions.microsoft.com> wrote:
>Hello, >I am using SmtpMail.Send() and I get the following message >The server rejected one or more recipient addresses. The server response >was: 550 5.7.1 Unable to relay for my****@hotmail.com >What does this mean? >Thanks, >Jim.
Hi Jim:
I don't have much experience with exchange. You might ask in an
exchange newsgroup for some help or poke around the documentation: http://www.microsoft.com/technet/sec.../excrelay.mspx
--
Scott http://www.OdeToCode.com/blogs/scott/
On Wed, 9 Mar 2005 09:31:03 -0800, JIM.H.
<JI**@discussions.microsoft.com> wrote: It is a windows 2000 machine and I see Microsoft Exchange program item, I see Active Directory, System Manger in there. Do you know any specific place that this setting is done?
"Scott Allen" wrote:
Hi Jim:
Do you know what kind of mail server you use? (Exchange, etc?). You'll have to dig into the configuration screens for the product to see where the configuration is.
Many mail servers will be locked down pretty tight these days to prevent spam. Even for internal users one common protocol requires users to login and check a mailbox before being allowed to send outbound mail.
-- Scott http://www.OdeToCode.com/blogs/scott/
On Wed, 9 Mar 2005 04:59:01 -0800, JIM.H. <JI**@discussions.microsoft.com> wrote:
>Hi Scott, >Thanks again. I have from address as my work email and to address as my >hotmail account, so I am a local user, should it work this way? > >How do others do? When they want to send e-mails to their customers >automatically, don’t they use the same function? > >Our network admin may want to stop mails from outside to inside, I >understand that, why would he do that from inside to outside? I do not think >that he is aware of it, where should I check to see if there is those kind of >restrictions. >Thanks, >Jim. > > >"Scott Allen" wrote: > >> Hi Jim: >> >> It means the mail server is locked down by an admin. If you are >> sending mail that is not addressed to a local user, or addressedfrom a >> local user, the server has to 'relay' the mail to a destination. Most >> mail servers try to limit this feature because spammers use it to sell >> viagra. >> >> Talk to your network admin and see if they are comfortable allowing >> relay from the IP addess where your app lives. >> >> -- >> Scott >> http://www.OdeToCode.com/blogs/scott/ >> >> On Tue, 8 Mar 2005 14:11:02 -0800, JIM.H. >> <JI**@discussions.microsoft.com> wrote: >> >> >Hello, >> >I am using SmtpMail.Send() and I get the following message >> >The server rejected one or more recipient addresses. The server response >> >was: 550 5.7.1 Unable to relay for my****@hotmail.com >> >What does this mean? >> >Thanks, >> >Jim. >> >>
This discussion thread is closed Replies have been disabled for this discussion. Similar topics
8 posts
views
Thread by Jason |
last post: by
|
2 posts
views
Thread by Leszek |
last post: by
|
6 posts
views
Thread by Cameron Eckman |
last post: by
|
reply
views
Thread by Chris Lane |
last post: by
|
5 posts
views
Thread by ElanKathir |
last post: by
|
reply
views
Thread by Erwan |
last post: by
|
2 posts
views
Thread by Edward |
last post: by
|
3 posts
views
Thread by Jens |
last post: by
|
4 posts
views
Thread by Aren Cambre |
last post: by
|
19 posts
views
Thread by zdrakec |
last post: by
| | | | | | | | | | |