|
There is a field "Premium Frequency" in my project and i've
to make an auto email notification for clients.this notification
will be send 5 days before the due date of premium.
Cud anybody tell me anything about auto email notification.
How can i make it??
|
|
|
You can make a windows service using .Net which can pick the data from database and can send the mail using SMTP Server or MSMQ.
|
|
|
|
|
|
|
|