Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
ELLIEMAY
Starting Member
43 Posts |
Posted - 2004-08-06 : 17:12:35
|
I tried using the code in the article :Sending SMTP Mail using a Stored Procedure by Mankin. The stored procedure didn't fail, but my tests never arrived in my mailbox. I never got any errors. My job history says that everything ran successfully. I used the code exactly except for the e-mail addresses (DUH!) Could someone please help. Thanks in advance. |
|
|
ELLIEMAY
Starting Member
43 Posts |
Posted - 2004-08-09 : 14:18:22
|
| BUMP!!!! Any help would be G R E A T!!!! |
 |
|
|
Lumbago
Norsk Yak Master
3271 Posts |
Posted - 2004-08-09 : 18:15:52
|
| You should run the code/procedure in query analyzer instead...sql-server agent is not very good for debugging. My guess is that some errors will show up...--Lumbago"Real programmers don't document, if it was hard to write it should be hard to understand" |
 |
|
|
|
|
|