472,351 Members | 1,450 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,351 software developers and data experts.

Getting programatic feedback from an smtp server

Hi,
I have an application which sends emails.
Currently we use the mailenable web server.
If an email is not sent successfully then we want to update the email
address in our database as unreacheable automatically.
In other words we want a mail server that when it gives up sending an
email will do an http post, or will somehow communicate with our
software so that we can update our database.

Does anyone know if ther is a mailserver which will do this?

Many Thanks
Simon

Sep 3 '07 #1
1 1570
"Simon" <si*******@hotmail.comwrote in message
news:11*********************@o80g2000hse.googlegro ups.com...
Hi,
I have an application which sends emails.
Currently we use the mailenable web server.
If an email is not sent successfully then we want to update the email
address in our database as unreacheable automatically.
In other words we want a mail server that when it gives up sending an
email will do an http post, or will somehow communicate with our
software so that we can update our database.

Does anyone know if ther is a mailserver which will do this?
I'm not familiar with 'mailenable' however this functionality is built in to
SMTP. If a SMTP server is unable to deliver a message it uses the address
provided in the MAIL FROM command to send a delivery status notification
message.

Failures ought to be arriving at the mail box specified in the from address.
If you don't want failure reports being delivered to the you applications
from address you can add a Return-Path header to the message to contain a
mailbox address which you can then monitor programattically and update your
database.
--
Anthony Jones - MVP ASP/ASP.NET
Sep 7 '07 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

21
by: Nancy | last post by:
Hi, Guys, Is there any other way to use python or mod_python writing a web page? I mean, not use "form.py/email", no SMTP server. <form...
15
by: Steven Burn | last post by:
My server has POP but only has SMTP if sending to my domain, and not other domains (such as hotmail). I'm therefore wondering, if anyone knows of...
2
by: Mindful_Spirit | last post by:
I'm trying to set up a basic email feed back form like this, and was wondering about some basic configuration settings. I have used code from...
3
by: dale zhang | last post by:
Hi, I write an asp.net web application. It has a “Contact Us” page, where users fill in their email, subject and text and hit send. Then the...
1
by: bivin | last post by:
hai i am requesting your technical support. please help me. i have been working with this for five days. the problem is relating with the...
6
by: Zagor | last post by:
I have a feedback form in my website with three TextBoxes and a SEND button in a user control. Below is a piece of the code: //On click event for...
34
by: antonyliu2002 | last post by:
I've set up the virtual smtp server on my IIS 5.1 like so: 1. Assign IP address to "All Unassigned", and listen to port 25. 2. Access...
7
by: RogerInHawaii | last post by:
I'm developing my web site and running it on my local machne during development. In my php.ini file I've set the SMTP to point to the smtp server out...
6
pbmods
by: pbmods | last post by:
I feel almost embarrassed to post in this forum, but I can't exactly pick my clients' technologies, so here we are. I'm supporting a client...
0
by: Naresh1 | last post by:
What is WebLogic Admin Training? WebLogic Admin Training is a specialized program designed to equip individuals with the skills and knowledge...
0
jalbright99669
by: jalbright99669 | last post by:
Am having a bit of a time with URL Rewrite. I need to incorporate http to https redirect with a reverse proxy. I have the URL Rewrite rules made...
0
by: antdb | last post by:
Ⅰ. Advantage of AntDB: hyper-convergence + streaming processing engine In the overall architecture, a new "hyper-convergence" concept was...
0
by: Matthew3360 | last post by:
Hi there. I have been struggling to find out how to use a variable as my location in my header redirect function. Here is my code. ...
2
by: Matthew3360 | last post by:
Hi, I have a python app that i want to be able to get variables from a php page on my webserver. My python app is on my computer. How would I make it...
0
by: Arjunsri | last post by:
I have a Redshift database that I need to use as an import data source. I have configured the DSN connection using the server, port, database, and...
0
hi
by: WisdomUfot | last post by:
It's an interesting question you've got about how Gmail hides the HTTP referrer when a link in an email is clicked. While I don't have the specific...
0
by: Matthew3360 | last post by:
Hi, I have been trying to connect to a local host using php curl. But I am finding it hard to do this. I am doing the curl get request from my web...
0
Oralloy
by: Oralloy | last post by:
Hello Folks, I am trying to hook up a CPU which I designed using SystemC to I/O pins on an FPGA. My problem (spelled failure) is with the...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.