Hi,
I am designing a small website where user register and pay there monthly fee, I want to send them a AUTO-reminder email 5 days before there membership expire.
How should I design the database, right now I have 2 table
- MemberDetails
- PaymentDetails
in PaymentDetails Table I am keep a record of all the payment he/she have made, in this table when someone pay membership fee, I am also inserting a renewal date,
Please help with both how to send AUTO Email Daily using ASP.NET & is my database design is ok.
Regards