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 - 2003-09-15 : 07:21:37
|
| todd writes "Is there a way to setup and send SQLMail via Outlook or whatever (a MAPI client) when the Server service is set to start and run from the System account? The application we are using requires SQL Server service to be set up that way, which I am looking into.Thanks,Todd." |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2003-09-15 : 11:58:43
|
| Why would an application care about which account SQL Server uses for the service? That just doesn't make sense.The services must not use the local system account for SQL Mail. Using the local system account is definitely not the recommended approach anyway.Tara |
 |
|
|
chadmat
The Chadinator
1974 Posts |
Posted - 2003-09-15 : 16:44:40
|
| Not only not recommended, I don't think it is possible to run SQLMail with Local System.-Chadhttp://www.clrsoft.comSoftware built for the Common Language Runtime. |
 |
|
|
|
|
|