How to send reminder emails based on users input time and day (based on their time zone)

Posted by evgelen on Stack Overflow See other posts from Stack Overflow or by evgelen
Published on 2010-03-24T22:31:20Z Indexed on 2010/03/25 1:13 UTC
Read the original article Hit count: 273

Filed under:

I need to send emails based on users input time and day (based on their time zone)? Kind of a reminder.

For Example: User input 2:00pm Eastern Time on my server I have different time zone, how to calculate the time and send the email at users time-zone.

Its a web application. What is the best way to accomplish it using asp.net c#? If somebody already done it in the past I will be glad to take a look at source code. Thank you for useful suggestions.

© Stack Overflow or respective owner

Related posts about ASP.NET