Hi,
I have a C# WIndows Application Form with MySQL backend (which can be on Windows or Linux Server).
I want my application to send email notifications about the contracts data in my applications (contracts expiry notifications) by email according to a schedule(probably daily once)
What's the best cross platform way to do it which will work on windows and linux server?
Thanks
I have a C# WIndows Application Form with MySQL backend (which can be on Windows or Linux Server).
I want my application to send email notifications about the contracts data in my applications (contracts expiry notifications) by email according to a schedule(probably daily once)
What's the best cross platform way to do it which will work on windows and linux server?
Thanks