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

  • SEARCH
  • Home
  • 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 5972265
In Process

The Archive Base Latest Questions

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

I already deployed the Email Service I developed on the Chicago Server. Last Friday

  • 0

I already deployed the Email Service I developed on the Chicago Server. Last Friday 11:30pm in Philippine time, I tested the sending and it run’s properly, but when I checked my email there’s no message in inbox or spam. And then, Saturday 1:30am, I’ve noticed that I received the message that I tested last Friday.

Please advice me guys! thanks!

My Questions is:

a.) Do I need to configure something on the Server to make the real time receiving on emails?

here’s my code:

 //send email
MailMessage objEmail = new MailMessage(new MailAddress(ConfigurationManager.AppSettings["emailAdd"].ToString()), new MailAddress(ConfigurationManager.AppSettings["emailAdd"].ToString()));
objEmail.Subject = "Test";
objEmail.Body = "CODE:" + _Message;
objEmail.Priority = MailPriority.High;
SmtpClient SmtpMail = new SmtpClient();
SmtpMail.Host = "localhost";
SmtpMail.Send(objEmail);
  • 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:38:02+00:00Added an answer on May 22, 2026 at 8:38 pm

    Put this one on your code:

    SmtpMail.DeliveryMethod = SmtpDeliveryMethod.PickupDirectoryFromIis;

    And also, configure the relay restrictions on the SMTP server that will allow your 120.0.0.1/localhost..

    Last, configure the firewall and port forwarding on the server.

    I hope this will help you..

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

We have a website which is already deployed in the production server. We need
I am using a GlassFish-3.1.2 server running in my subnet (192.168.1.3:3700). I already deployed
I already have a production instance deployed on the server. Its working well. Here
I've a Web site with hundreds of html pages that are already deployed. Now
I already asked this question but at that time I tought that the refresh
I have an ASP .net Web Application already deployed on my local machine (virtual
I have done some refactoring on a asp.net mvc application already deployed to a
I joined a project which has been already developed and its an Web Application
I am trying to integrate ads into a already successful deployed app. However no
Can I download source code of already deployed app if I've lost it's source

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.