SMTP Error?
I got this error when i'm running an application that sends automated e-mail from our servers.
Mailbox unavailable. The server response was: 5.7.1 Unable to relay for [email protected]
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Kirtan PatelPosted Oct 24, 2009, 11:01 AM
IIS 6
--------------------------
IIS 6 Manager > SMTP Server Virtual Server > Properties > Access > Relay tab. Add 127.0.0.1 and retest.
On IIS 7 Check
-------------------
start>>control panel>>administrative tools>>internet information services
adding features to server by Using "Add Features Wizard" you can add Simple Mail Transfer Protocol (SMTP) Server with IIS7
if it helps you please check "Do you like this answer"
Tamer KhalilPosted Oct 24, 2009, 9:38 AM
Kirtan PatelPosted Oct 24, 2009, 9:19 AM
if it helps yo please check "Do you like this answer" :)
Two Reason can be there for that
Situation 1:
They are on an IP Address that is specified outside your allowed relay range.
Situation 2:
SMTP not authenticating
try to send mail with code like below
if it helps yo please check "Do you like this answer" :)