RRinTetons
IS-IT--Management
SQL Server 2008 R2
I have a test job with 3 steps.
Step 1 generates a success or a fail
Step 2 uses sp_send_dbmail to send a success email
Step 3 uses sp_send_dbmail to send a failure email
That all works fine.
I'd LIKE to just use the job notification system, but for whatever reason it won't send. To test, I disable the steps 2 & 3 and enable the job notification. I've got an Operator with the same email address used in the db_send_mail steps, so I know that part works, but it just never sends. I've checked the mail queues and it never even shows up.
I thought job notifications basically just use db_send_mail? Any suggestions on what I've missed?
-
Richard Ray
Jackson Hole Mountain Resort
I have a test job with 3 steps.
Step 1 generates a success or a fail
Step 2 uses sp_send_dbmail to send a success email
Step 3 uses sp_send_dbmail to send a failure email
That all works fine.
I'd LIKE to just use the job notification system, but for whatever reason it won't send. To test, I disable the steps 2 & 3 and enable the job notification. I've got an Operator with the same email address used in the db_send_mail steps, so I know that part works, but it just never sends. I've checked the mail queues and it never even shows up.
I thought job notifications basically just use db_send_mail? Any suggestions on what I've missed?
-
Richard Ray
Jackson Hole Mountain Resort