I want to implement an Email Contact form on my website ( Source Code ) where i'll prompt the user the Subject and Body line and handle sending the emails myself with a C# email client I have already written Here.
I'm wondering what is the best/ fastest/ etc. way of accomplishing implementing the C# functionality into the website. This is an Angular 4 w/ Material 2 website being hosted with Firebase.
Any advice would be greatly appreciated, as I wouldn't want to do something needlessly resource intensive seeing as this is the only backend functionality I currently plan on implementing.
Thank you