I would like to send an automated e-mail to my clients on their birthday. Is there a library or a good place to find template code for doing something like this? I've used SMTP in the past, but that was for iOS development. I am looking for something using JS or .NET (or maybe even HTML?) to do this. I am only guessing that it will need to be server-side because it needs to run automatically, pulling birthdays from the database.
Has anyone used certain methods that they have found particularly effective? Thanks