Send E-mail Notification : MVC project
- by Poomjai
In my system has the function to sending email notification to warn another department that the contract is nearly expired.
Has any suggestion to send the email via my mvc project, I try to use System.web.mail but smtp not accept. Do I need to prepare anything to send email.
Thanks you for suggestion.