We use external sql server to send automated mails to a team members mail boxes. After that, we convert them into csv, and import onto our internal sql server.
How can we send the mails directly to our sql server so it can automatically process the data from emails?
We don’t control the external server’s config or output.