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 |
|
sponguru_dba
Yak Posting Veteran
93 Posts |
Posted - 2006-06-16 : 07:49:32
|
| HiHow to work with SQL mail and How to Work with SQL mailcan some body help me |
|
|
SreenivasBora
Posting Yak Master
164 Posts |
Posted - 2006-06-16 : 16:17:35
|
| 1. Install Outlook 2000 client on Host where SQl Server is running.2. Configure Outlook profile3. create MSSQLMail profile 4. For Set up SQL Mail: 1. Restart the SQL Server and its Agent 2. Expand a server group from Enterprise Manager and then expand a server 3. Expand Support Services, right-click SQL Mail, and then click Properties 4. In the Profile name list, type or select the MSSQLMail mail profile that you configured for SQLMail 5. Click Test to check the ability of the system to start and stop mail client services with the profile enteredLast Step:following from query analyzer to test the SQLMail functionality. xp_sendmail ‘your email address’,’message’ With RegardsBSR |
 |
|
|
|
|
|