I am trying to use a work email to send confirmation emails programatically in a web app. The mail server is Exchange Server 2007 SP3.
I don't have acces to its configuration and it doesn't seem to implement EWS API.
To give you an example, this is how I the email in order to acces the account on different mobile app clients.
Note that `Domain\Username" input requires only the username, without the domain name.
This uses Exchange ActiveSync API. Is there a way to use this API to send emails?
All the available resources that I gathered are using EWS API so they aren't much of an use.