How can I point SQLAnswersMail to a different Exchange server?

0 votes

3 Answers

0 votes
No avatar answered by (193k points)

0 votes
answered by

commented by (193k points)
When you configure the new server, make sure to test the connection. If it works then the new settings will be applied using what you have just configured then using your SQL server invoke the following command to send an email. Also, the packages will read the settings that the server offers eliminating the need to modify anything.

exec sp_sendSAM
@subject = 'Test',
@message = 'Test Email',
@recipients = '[email protected]
0 votes
No avatar answered by (140 points)

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please log in or register
...