I have created SSIS package with Send mail task
It works (sends one email with multiple attachments) when I run SSIS package on SQL Server Data tools for Visual Studio
But when I run same package through SQL Server Agent -> Job it doesn't send email.
In SQL Server I have created below,
Under Security -> Credentials -> Added UserName
Under SQL Server Agent -> Proxies -> SSIS Package Executions -> Added Credential name
I have created SQL Server Agent -> Job
Still SQL Server Agent Job (SQL Server 2014) fails to send email.