با سلام خدمت دوستان
من در ای اس پی با آبجکت ASPMAIL در هاست پرشین تولز دچار مشکل شده ام و ممنون میشم راهنماییم نمایید.
از کد زیر استفاده کردم:
<%
strHost = "mail.iaflashdev.com"
Set Mail = Server.CreateObject("Persits.MailSender")
Mail.Host = strHost
Mail.From = "[email protected]"' From address
Mail.FromName ="mohammad" ' optional
Mail.AddAddress "[email protected]"
Mail.Subject = "salam"
Mail.Body = "for test"
strErr = ""
bSuccess = False
On Error Resume Next
Mail.Send ' send message
If Err <> 0 Then
strErr = Err.Description
else
bSuccess = True
End If
%>
و ارور صفحه :
This mail server requires authentication when attempting to send to a non-local e-mail address. Please check your mail client settings or contact your administrator to verify that the domain or address is defined for this server
error503
حالا می خوام راهنماییم کنید که جه تغییراتی زو در کد بالا یا در کنترل پنل هاستم باید انجام بدم؟
من در ای اس پی با آبجکت ASPMAIL در هاست پرشین تولز دچار مشکل شده ام و ممنون میشم راهنماییم نمایید.
از کد زیر استفاده کردم:
<%
strHost = "mail.iaflashdev.com"
Set Mail = Server.CreateObject("Persits.MailSender")
Mail.Host = strHost
Mail.From = "[email protected]"' From address
Mail.FromName ="mohammad" ' optional
Mail.AddAddress "[email protected]"
Mail.Subject = "salam"
Mail.Body = "for test"
strErr = ""
bSuccess = False
On Error Resume Next
Mail.Send ' send message
If Err <> 0 Then
strErr = Err.Description
else
bSuccess = True
End If
%>
و ارور صفحه :
This mail server requires authentication when attempting to send to a non-local e-mail address. Please check your mail client settings or contact your administrator to verify that the domain or address is defined for this server
error503
حالا می خوام راهنماییم کنید که جه تغییراتی زو در کد بالا یا در کنترل پنل هاستم باید انجام بدم؟