Important Notice:
Two sections of this forum are available only to registered customers. In order to receive access to the Customer Forums and ResellerCentral Forums, you must first register on these forums or login to your existing forum account. If you are an existing HostNine customer, be sure to register using the email address on file for your billing profile.
|
|||||||
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Hi there
i have error wheni send mail from my page error (The server rejected one or more recipient addresses. The server response was: 503 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.) containt code MailMessage mail = new MailMessage(); mail.To = "--------------"; mail.Body = "---------"; mail.From = "dev_net@yahoo.com"; mail.Priority = MailPriority.Normal; mail.Subject = "location"; mail.BodyFormat = MailFormat.Text; SmtpMail.SmtpServer = "-----------"; SmtpMail.Send(mail); support never answer got any help. Regards |
|
#2
|
|||
|
|||
|
That would be because you have given no username and password for the SMTP server. There maybe a smtpMail.Username or something field you can use... or if not user
ass@smtpserver might work.(I think they were solutions i came across in my ASP days) |
|
#3
|
|||
|
|||
|
Quote:
H9 mail servers if using SMTP require authentication - Where you must log in before being allowed to send mail server is for both incoming and out going mail.your_domain.com What application is "your page" in?
__________________
Get Your Business Found |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to deal with alternate mail SMTP? | Zordar | ASSP Deluxe | 9 | 03-22-2010 04:01 AM |
| ISP's worldwide blocking SMTP mail | swefil2007 | General | 10 | 09-17-2008 02:53 PM |
| Mail Server Rejected | josephp | Reseller Hosting | 2 | 05-08-2008 04:59 PM |
| mail server check | Nnyan | Reseller Hosting | 1 | 09-07-2007 06:46 PM |
| 200 emails per hour smtp server limit | Web Hosting | 4 | 02-28-2007 06:07 PM | |




ass@smtpserver might work.
Linear Mode

