Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have to send mails from irrespective of servers like outlook, gmail, yahoo and etc. The job shouldn't throw exception when im using gmail or outlook mail id in the same component to send emails. Could anyone help me with this?
Hi
one tSendMail component can only be configured to send email using one Mail server, if the server information need to load at runtime, you can parameterize the fields of tSendMail, and load the value of parameters in the job before tSendMail.
Regards
Shong