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 |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2002-01-25 : 09:15:24
|
| Atul Chowdhory writes "ToSql GuruCurrently i am using the Sql Server Procedure for some processing .. in which there is one requirement of sending email.So i have used the xp_sendemail function.. but when ever i start the Mail service through this procedure "xp_startmail" it give following error...Starting SQL Mail session...Error: 17903, Severity: 18, State: 1MAPI login failure..Error: 17951, Severity: 18, State: 1Failed to start SQL Mail session..So could u please tell me what setting i have to do for using the send mail function in mine procedure..Thanks with RegardsfromAtul Chowdhory" |
|
|
chadmat
The Chadinator
1974 Posts |
|
|
bryan99y
Starting Member
42 Posts |
Posted - 2002-01-28 : 15:29:09
|
| Ensure the Mail Client is working with the Mail Server.Send email from Client to verify. |
 |
|
|
|
|
|