Sending email alerts

M

Mike P

I need to have a program running that will check at regular intervals
whether or not an alert email needs to be sent out reminding the user of
a task that needs to be completed, and then send that email out.

Does anybody know how I would go about doing this?
 
D

Duggi

I need to have a program running that will check at regular intervals
whether or not an alert email needs to be sent out reminding the user of
a task that needs to be completed, and then send that email out.

Does anybody know how I would go about doing this?

*** Sent via Developersdexhttp://www.developersdex.com***

Explore SmtpClient, MailMessage classes.

-Cnu
 
D

Duggi

I need to have a program running that will check at regular intervals
whether or not an alert email needs to be sent out reminding the user of
a task that needs to be completed, and then send that email out.

Does anybody know how I would go about doing this?

*** Sent via Developersdexhttp://www.developersdex.com***

Also System.Net.Mail namespace.

-Cnu
 
M

Mike P

I know how to send an email, the bit that I am not sure about is how to
create a project that checks at regular intervals whether an email needs
to be sent.
 
P

Peter Morris

I just wrote a console app and let the customer schedule it for whenever
they wanted to.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top