Click here to Skip to main content
15,881,204 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am getting "Mailbox unavailable. The server response was: 5.4.1 Unable to relay for myemail@mydomain.com" when I try to send the mail using C# code.

Then I tested my smtp server at https://www.wormly.com/test_smtp_server.

Here when I enter my smtp server, sender and recipient name. I got following message:

MAIL FROM: mymail@mydomain.com

SMTP -> FROM SERVER:

250 2.1.0 Sender OK

RCPT TO: anothermail@mydomain.com

SMTP -> FROM SERVER:

550 5.4.1 Relay Access Denied

SMTP -> ERROR: RCPT not accepted from server: 550 5.4.1 Relay Access Denied

Message sending failed.
Posted
Updated 6-Oct-11 22:56pm
v2
Comments
Nicholas Butler 7-Oct-11 5:46am    
Repost

1 solution

You need to get with your IT department and fix the SMTP issue.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900