Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 5974463
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T20:56:49+00:00 2026-05-22T20:56:49+00:00

I am using ASP.NET Web forms and sending an automated email through our SMTP

  • 0

I am using ASP.NET Web forms and sending an automated email through our SMTP Emailing system. In my web.config I added this:

 <mailSettings>
      <smtp from="username@domain.com">
          <network host="111.111.1.1" port="25" defaultCredentials="true" />
      </smtp>
  </mailSettings>

Now I am writing this code to send an email:

               MailMessage message = new MailMessage();
                message.From = new MailAddress("username@domain.com");
                message.To.Add(new MailAddress("username1@domain.com"));
                message.CC.Add(new MailAddress("username2@domain.com"));
                message.Subject = "Testing";
                message.Body = bodymessage;
                SmtpClient client = new SmtpClient();
                client.Send(message);

At the last line I am getting this error mesg:

{“Mailbox unavailable. The server response was: 5.7.1 Client does not
have permissions to send as this
sender”}

What is wrong here?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-22T20:56:50+00:00Added an answer on May 22, 2026 at 8:56 pm

    Perhaps there is authentication on the SMTP server? Try using

    client.Credentials = new System.Net.NetworkCredential(username, password);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using ASP.NET Web forms, When a user submit a page, an email
I'm using ASP.NET 3.5 web forms. I've stored my site path in web.config adding
When developing ASP.NET websites (using VB.NET web forms) - a lot of my time
I have a ASP.NET Web Forms application and I'm using some dynamic controls in
I am working on an ASP.NET web forms application that is using Forms Authentication.
I'm using forms authentication on a very small ASP.NET web app (Web Forms) in
I am testing the UI of my ASP.Net Web Forms app using NUnit/Watin. I
I have an ASP.NET 4 Web Forms app that is using URL Routing. I
Using web forms I know that you can only have one ASP.NET form on
I have an ASP.NET web application that is using forms authentication. Everything is configured

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.