|
sql
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
sp_sendmail
How do I check that the sp_sendmail went thru. I looking for away to verify
that the mail went out thru Exchange and didn't get a non-deliverable for some reason. The subject has the same format when we use sp_sendmail. Thanks. nHi
I assume you are using xp_sendmail? If you maintain a list of sent emails, then you can compare mails comming into specific mailbox using the xp_findnextmsg and xp_readmail, but email can not be guaranteed to return a non-delivery message. John Show quoteHide quote "Hoosbruin" wrote: > > How do I check that the sp_sendmail went thru. I looking for away to verify > that the mail went out thru Exchange and didn't get a non-deliverable for > some reason. The subject has the same format when we use sp_sendmail. > > > Thanks. > > >
Other interesting topics
|
|||||||||||||||||||||||