My intention is to send a mail from c# using outlook interop library.But the problem is the prod machine won't have outlook software installed in it.
- Is ther a way to send mail using c# without outlook installed?
- Even if it is intalled, will it require an account to be configured? 3.Can we specify the from address manually instead of accessing the outlook account?
Note: I am not going to use SMTP based email because the sent mails will not sync with the mail server.
Thanks