473,394 Members | 1,755 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

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

Automated Emails and Replies

I have a .NET application that is used to approve certain business processes
within the company. A request is made on an ASP.NET page and the page sends
an email to the appropriate approver.

Currently, the approver must click on a link (provided in the email) to be
taken to an approval page where he can approve/reject the request. The
ASP.NET page then writes the approval to the database. This does not work
well from blackberrys etc. because the manager is not on the intranet.

Does anyone know of a way where the manager could just reply to the email,
with approve or reject in the body/subject of the email and have that make
make the changes in the database. This may be an Exchange question more so
than a .NET one. It seems like it should be possible as many SPAM mails
allow you to type unsubscribe to be automatically removed from the mailing
list. Any ideas?
Nov 19 '05 #1
5 1727
I suggest you guys expose the webpage, with a Login page. There may be lots
of problems doing the same thing with mail servers.Also, you can also ask
this question on the appropriate exchange list.
Ranjan
--
http://dotnetjunkies.com/weblog/dotnut


"sstevens" <ss******@discussions.microsoft.com> wrote in message
news:20**********************************@microsof t.com...
I have a .NET application that is used to approve certain business processes within the company. A request is made on an ASP.NET page and the page sends an email to the appropriate approver.

Currently, the approver must click on a link (provided in the email) to be
taken to an approval page where he can approve/reject the request. The
ASP.NET page then writes the approval to the database. This does not work
well from blackberrys etc. because the manager is not on the intranet.

Does anyone know of a way where the manager could just reply to the email,
with approve or reject in the body/subject of the email and have that make
make the changes in the database. This may be an Exchange question more so than a .NET one. It seems like it should be possible as many SPAM mails
allow you to type unsubscribe to be automatically removed from the mailing
list. Any ideas?

Nov 19 '05 #2
Off topic but, you know those links in spams don't actually unsubscribe you,
right? Why don't you assign a guid to every request and then send a link to
the manager to click where they don't have to log in. Guid are unique enough
that no one will ever guess them. The link would point to a page like
approverequest.aspx?requestnum=FB0C0D22-A57F-4bb3-8158-7D2DEA24AAD4

This way no one has to login.

Nov 19 '05 #3
Bad example, I know that SPAM emails don't actually 'unsubscribe' you. I was
just trying to get across an idea of the funcationality I was seeking. I'm
know that management will not want to open the approval pages ouside of the
intranet, so maybe the desired funcationality is not possible.

The solution we have now is that managers can just forward the request to
thier assistant's who we have given approval access to (as they do not carry
blackberrys). We were just looking for somthing that left a better audit
trail then having an assitant do the approval.

"Scott Simons" wrote:
Off topic but, you know those links in spams don't actually unsubscribe you,
right? Why don't you assign a guid to every request and then send a link to
the manager to click where they don't have to log in. Guid are unique enough
that no one will ever guess them. The link would point to a page like
approverequest.aspx?requestnum=FB0C0D22-A57F-4bb3-8158-7D2DEA24AAD4

This way no one has to login.

Nov 19 '05 #4
You will have to go to an exchange group if you want to make this run on the
server but you can make a client application that will use the outlook
interop and check for incoming emails and then perform an action if it finds
one. I wrote a program to do something similar and it only took a couple of
hours to figure out what I needed to do.
Nov 19 '05 #5
s, I favor making your approval page public; it's more immediate and you can
have an interchange with the user if need be (e.g. enter your pin, or
process a multi-part approval).

If you want to pursue the email-reply approach, take a look at
www.advancedintellect.com; they have a number of excellent email components,
including a POP component that retrieves mail, and a MIME component that
allows you to dissect and parse your email messages thoroughly.

http://www.advancedintellect.com/product.aspx?pop3
http://www.advancedintellect.com/product.aspx?mime
"sstevens" <ss******@discussions.microsoft.com> wrote in message
news:20**********************************@microsof t.com...
I have a .NET application that is used to approve certain business processes within the company. A request is made on an ASP.NET page and the page sends an email to the appropriate approver.

Currently, the approver must click on a link (provided in the email) to be
taken to an approval page where he can approve/reject the request. The
ASP.NET page then writes the approval to the database. This does not work
well from blackberrys etc. because the manager is not on the intranet.

Does anyone know of a way where the manager could just reply to the email,
with approve or reject in the body/subject of the email and have that make
make the changes in the database. This may be an Exchange question more so than a .NET one. It seems like it should be possible as many SPAM mails
allow you to type unsubscribe to be automatically removed from the mailing
list. Any ideas?

Nov 19 '05 #6

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

Similar topics

3
by: Bengt Richter | last post by:
I find that threads sometimes mention PEPs that I wasn't aware of, or that an interesting one has been updated without my noticing. I should perhaps check the PEP site more regularly, but ISTM it...
3
by: SueHales | last post by:
Hi, folks. I'm fairly new to SQL Server, so forgive any stupidity inherent in this question. I work at a university and a certain faculty member would like to have her students create a simple...
13
by: Benny | last post by:
Dear All, I need to send a set of Emails from my application (reminders) each month 1st. Is there anyway in ASP scripts to trigger an event to run automatically? I have no dedicated server, so...
7
by: tshad | last post by:
I am trying to figure out the best way to send automated emails? I have emails that I want to send out to certain clients that need them either daily or weekly. How would I do in asp.net? ...
5
by: Kun | last post by:
i have the following code: ---------------------------------- import smtplib from email.MIMEText import MIMEText fp = open('confirmation.txt', 'rb') msg = MIMEText(fp.read()) From =...
5
by: priya0123 | last post by:
Hi, I want to send automated emails. I want to send emails to some persons in the table at the end of the day like 10.00 pm every day. How do I do that? I am using sql server 2000 and asp.net. ...
1
by: lekshmi200 | last post by:
I want to send automated emails. I want to send emails to some persons in the table at the end of the day like 10.00 pm every day. How do I do that? I am using python and mysql.pliseeeeeee give me a...
6
by: bmjnine | last post by:
Hi all, I am trying to setup a daily task in my .NET (1.1) application. The application is a project management tool, and the daily task I am trying to set up will check for overdue project...
2
by: techsri | last post by:
Hi, We are going to launch a website which offers free e-learning courses to the users. we are facing some problems to build my site. The problem is about, We want add push email feature to our...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

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.