Use Localhost SMTP Server For Emails But Route It Through Exchange Server 2003?

Jan 7, 2010

I have developed an enterprise application in ASP.NET that sends emails using localhost SMTP server on the same box as the IIS web server for the ASP.NET app.

So right now any email sent from this ASP.NET app would hit internet firewall of the enterprise and then be directed to the right destination email address.

I was hoping to not hit the internet firewall of the enterprise, but hit the Exchange Server of the enterprise.

So the situation I am aiming for is: ASP.NET APP ===> Localhost SMTP SERVER ===>EXCHANGE SEVER 2003 ===>SEND OUT THE EMAIL

rather than ASP.NET APP ===> Localhost SMTP SERVER ===>SEND OUT THE EMAIL

So I still want to use the same mail configuration in my ASP.NET app of localhost as SMTP server, but just want the email to first go through Exchange Server before being sent out.

View 3 Replies


Similar Messages:

VS 2010 - Extract Emails From Exchange Server

Jun 26, 2012

I want to extract emails that are currently being sent to an exchange Server. I want to extract the emails and then take some actions based on their content.

View 7 Replies

Web Forms :: Reading Emails From Exchange Server 2007 Using C#

Apr 27, 2010

I want to read emails from exchange server 2007 using C# in my webform.

View 1 Replies

Configuration :: Smtp Server 5.1 In Xp Not Sending Emails?

Aug 26, 2010

iam using asp.net 2.0 with c#.net.

in my application when client completes its shopping email will goes to user this works fine when there is internet connection is working fine, if there is some problem in internet connection if one mail stops then all the mails will be stopped even now internet works fine,

how to resend the emails using smtp server, is there any option to resend the emails automatically when internet works fine.

View 2 Replies

Configuration - Multiple SMTP Servers Or Update The SMTP Object Server Information At Runtime?

Nov 5, 2010

The question: Is it possible to configure multiple SMTP servers or update the SMTP object server information at runtime?

Description of problem: The site I'm working on has a few pages which send emails. Our site is using Gmail so even though it's a custom domain our email is sent out though Gmail SMTP servers.

Some emails come from the system and some emails come from users in certain groups. I have an SMTP server configured with the admin email for the system e.g. admin@mysite.com This works fine and when I get the email it shows from admin@mysite.comOne of our user groups let's call it "groupA" has an email configured on our domain i.e. groupA@mysite.com When I send the email and specify a from address for the MailMessage object as groupA@mysite.com it still shows up in my outlook as coming from admin@mysite.com I did a little further testing and if I specify both the from address and the ReplyTo as groupA@mysite.com it will show as From=admin@mysite.com but when I choose reply in outlook it shows groupA@mysite.com My best guess is that Gmail is overwriting the From address with the SMTP user to prevent email spoofing.

I found this: http://www.systemnetmail.com/faq/4.1.aspx but it won't work for me since group A, B, and C all need to send emails from the same page.

View 1 Replies

Exchange Emails Within Web Application?

Jan 9, 2010

Inside my ASP.NET application, I would like to add an iframe where I can display the emails from our exchange server for the logged in user. The web application uses forms authentication with custom authentication (passwords are hashed and stored in db).

Is there a way to show OWA within my web app without prompting the user for password (OWA uses windows authentication)? Can I use impersonation in some fashion or establish a trust between my IIS server and the server running OWA?

View 2 Replies

VS 2005 - How To Send An Email Using An Exchange Smtp Authentication

Aug 19, 2010

I am trying to send an email using an exchange smtp authentication. I have set the username, password, and domain and converted them to base 64 but I get an error message:-

Mailbox unavailable. The server response was: 5.7.1 Unable to relay

I have been trying to get this to work for months now and just can't seem to find the answer.

View 19 Replies

DataSource Controls :: Read A Mailbox In Exchange 2003 Enviorment?

Jun 1, 2010

how to Read mails for a mailbox in Exchange server 2003 enviorment. For Eg, if a user send an email to a mailbox, the values in the subject line and the body of the message should be updated to a database (SQL 2005). I am using .NET framework 2 and C# laungage.

View 3 Replies

How To Use SMTPClient To Send Emails Using Exchange Online Host

Jul 26, 2010

I am trying to use System.Net.Mail SMTPClient to send emails. I have the sample code from MSDN:

[Code]....

What is the host name? I want to send emails using Exchange Online which I think the host is "red001.mail.microsoftonline.com"?

View 2 Replies

Write A Application Which Connects To Remote Server(windows 2003 Server

Jan 17, 2011

I have to write a application which connects to remote server(windows 2003 server, open SQL Management studio in that server and enter a specific SQL Server address and access a stored procedure, change some values and execute the stored procedure.)

I have to write this application using C#.Net , Could anybody point me in right direction, Where do I start?

View 6 Replies

DataSource Controls :: SQL Server R2 On Windows 2003 Server Installation Error

May 17, 2010

i am trying to install SQL Server R2 on my windows 2003 server (I downloaded the x64 version) but on the installation directory, just before i click next, to get the error, the path is as follows: C:ProgramFiles(x86)Microsoft Sql Server im not too sure if thats the problem though, just guessing, since i dont know anyother problem, and its a new server. I also tried multiple server restarts and still got the same error.

View 6 Replies

Security :: Service Call From Application Fails In Server 2008 (worked In Server 2003)

Jan 5, 2011

We have a web application that makes a call to a remotely hosted ASMX service that worked in Server 2003 under IIS6. We are now migrating it to a Server 2008/IIS 7 setup and it doesn't appear that the application makes the call to the remote web service anymore. We ran Wireshark and don't see any traffic to the service URL. It seems to throw a 404 error without trying to connect.

Is there some security policy or restriction in Server 2008 or IIS 7 we need to set to allow an ASP.NET application make a call to a remote web service? We are using Network Service as our application pool user, but also tried using Local System as a troubleshooting step. In addition, the same code works if run from a console application on the server instead of the web application.

Is there some setting under IIS7 or server 2008 that would be causing this?

View 3 Replies

Configuration :: Can't Get Older Server 2003 Web Applications To Run On Server 2008

Jun 25, 2010

I'm a total noob to anything ASP. I'm a web designer for my county's sheriff dept. and I don't create dynamic pages because out content doesn't require it. In fact, I'm still quite new to web design. The programmer who created the apps has zero experience with IIS7. These apps are designed to run on our organization's intranet server. I'm not having any luck with getting these sites to run properly. I have the sites created with the proper directories. When I click in the right-hand column of IIS Manager to browse to the sites, they launches but don't function as they should. They load up like static pages. I installed .Net 1.1 hoping that would make a difference but it had no effect.

View 4 Replies

Web Forms :: Using Localhost In SMTP, Asp.net 2.0

Jan 25, 2011

Im trying to follow the directions within this page to configure my smtp server, I have windows 7 and iis 7.

http://social.technet.microsoft.com/Forums/en-US/w7itproinstall/thread/f73a7f0f-a17c-4a48-a42c-8da8e36f6cc6/

Im having issues with the code behind:

System.Net.Mail.SmtpClient SmtpMail = new System.Net.Mail.SmtpClient();

////////////////Below 4 lines are for testing in windows 7. Comment them before compiling for production.//////////////

////////////////Host and DeliveryMethod are set for SMTP4Dev.exe to receive the mail//////////////

SmtpMail.DeliveryMethod = System.Net.Mail.SmtpDeliveryMethod.SpecifiedPickupDirectory;
SmtpMail.PickupDirectoryLocation
= "C:\inetpub\mailroot\Pickup";
SmtpMail.Host = "127.0.0.1"; // localhost
SmtpMail.DeliveryMethod = System.Net.Mail.SmtpDeliveryMethod.Network;

Is this suppose to be in the code behind page of the password recovery page? or in a separate class? When pasting in the code behind I get an error under the word system and smtpmail? Do I need to include an imports statement: imports system.net.mail?

View 4 Replies

Web Forms :: How To Copy A File From The Web Server To The SMTP Server

Apr 23, 2010

I need to copy a (WAV) file that I have just posted to the Web Server (successfully) over to the SMTP server for additional processing. I am confused about the process. Here is what I do now:

1. Post the file via "http POST" from the client to the web server.

Here is what I would like to accomplish:

1. Post the file to the web server

2. Copy the file from the web server to the SMTP server.

I am experiencing a "brain block" which I get too often and cannot visualize the processes. What should I write on the web server as a method to grab the newly received file and send a copy on over to a specific directory in the SMTP server (MailServer is the SMTP server and the physical directory is "c:/TempMessages". Do I need to run IIS on the SMTP server and create a virtual path??

View 3 Replies

.NET Forms Authentication Authenticates In Localhost Server, But Not On The Web Server?

Sep 12, 2010

I've been implementing the Forms Authentication in ASP.NET with C# (v3.5).I created a simple login form, when the users' email & passwords are stored in my SQL db.When I login in my localhost, everything works just fine, but when I published the project and uploaded it on to my production web server, things got a little bit wierd for me.The ttpContentxt.Current.User.Identity.IsAuthenticated variable return false, even if the login was successfull (and again, in localhost everything works fine).

View 2 Replies

.net - Connecting To Exchange Server?

Jan 14, 2011

I am using this code to connect to my exchange server using POP3.I am trying to retrieve an inbox of basically emails that have not been read however, i am just getting a bunch of gibberish and its reading an email. modify my code to just read the most recent messages.

Try
tcpClient.Connect(hostName, 110)
Dim networkStream As NetworkStream = tcpClient.GetStream()[code]...

when i use top instead of retr i get this

+OK X-MimeOLE: Produced By Microsoft Exchange V6.5 Received: by xch0p.com id <01CB58CE.A6A4EA@p.com>; Mon, 20 Sep 2010 09:17:07 -0500 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01CB58CE.81A6A4EA" Content-class: urn:content-classes:message Subject: What we need to do?? Date: Mon, 20 Sep 2010 09:17:07 -0500 Message-ID:

View 3 Replies

C# - How To Exchange SQL Server Data With A Webform

Jan 4, 2011

I'm beginner at C#, asp.net and I took a course about databases (fundamentals of Databases) I wouldn't ask such question because:

The thing I am required to do is an e-commerce project (small one) and I am stuck after connecting the database from SQL Server to Visual Studio using server explorer?

How in a simple manner can I send SQL queries and retrieve data and display it?

The problem is I have asked this while they know we didn't take web programming courses and I have to deliver the project next week (e-shopping cart + registration + signing in) !!!!

View 3 Replies

Web Forms :: Smtp Client Is Not Sending Some Emails?

Feb 1, 2011

I use a Smtp Client to email submitted information from an asp.net form. 3 users sent in their information and the user on the other end did not recieve either one of the emails. On the 2nd time around, she did recieve the emails. What could it be?

[Code]....

View 27 Replies

Web Forms :: Getting Error While Send Emails Using SMTP MailMessage

Jul 6, 2010

i am trying to send emails using SMTP MailMessage but i have a problems, i got the following error: Failed to send to pm@[URL] (530 5.7.0 Must issue a STARTTLS command first. g31sm24378313ibh.22 ) my code is the following:

[Code]....

i am using google apps for my webmail.

View 1 Replies

Web Forms :: Send Mail With Exchange Server?

Jan 14, 2010

i am building an intranet for the company and i when a ticket is raised i want to select a person and send them that ticket. I have the gridview in place and the users email address. All i need is some simplle send mail code in c# to get it going. I am not sure on what i have to do weather i have to authenticate it and if the fact that exchange is on a sbs 2008 server called server01 and the intranet is on server02 they are both on the same domain.

View 18 Replies

Web Forms :: Sending Mail Over Exchange Server With C#?

Sep 15, 2010

I do not want to set up a smtp server for mail sending.

I want to use existing exchange server.

How can i send an e-mail over exchange server?

Is there sample c# code?

View 5 Replies

WebMatrix :: Testing Emails Sending (SMTP) Under IIS7 Express

Oct 16, 2010

I don't have web server account yet so I must test my applications with the Web Development Server under VS 2010 with C# but I read that I couldn't send emails under that server but I also read that I can send email with IIS7 Express and that's the main reason why I've install Webmatrix. Maybe someone can confirm this. So for the moment I am redirecting my emails into a local folder and it is working perfectly. Here is part of the code I've add to the Web.Config for doing that.

[Code]....

As you can see I am redirecting the emails to the D: emp

[Code]....

What are the values of username & password. or others when we use the Webmatrix server and how can I fint hem? It was hell posting this text I think the inserted code was interfering with the HTML of the message or there are bugs in the editor,

View 3 Replies

Configuration :: "Server Error In '/' Application" When Run An Aspx File On Server Windows 2003 With IIS 6.0

Aug 9, 2010

I am trying to run an aspx file on my server windows 2003 with IIS 6.0. I get the following error. Server Error in '/' Application. Runtime Error Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local
server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".

[Code]....

Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.

[Code]....

View 2 Replies

SMTP Email Not Sent In One Server But Sent In Another Server?

Nov 23, 2010

I have a section of code that sends email from SMTP server.

The code is carried out webservice & smtp server value is picked up from web.config, while the code hosted on server1 works (send/receive emails), whereas the same code hosted in server2 doesn't send/receive email.

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved