smtp - How can I send a thanks email in asp.net? -
i have send email (if emails particular account automatic email saying "thanks sending"). how should in asp.net mvc 2? logic?
consider using brilliant library mvcmailer
you can use send text or html email, body define view. can use whatever model need , render emails specific data.
it available nuget package easy install.
Comments
Post a Comment