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-07-03 : 07:28:15
|
| Ashish writes "I've written the stored procedure u gave in "SMTP mail using stored procedure" ,but im unable to configure my smtp server and outlook express?$ After executing ur procedure in ASP will i get outlook express?" |
|
|
jasper_smith
SQL Server MVP & SQLTeam MVY
846 Posts |
Posted - 2003-07-03 : 17:23:00
|
| You don't need outlook express to send smtp mail. You can use the builtin (to the OS) CDONTS or CDOSYS(Win2000 and higher) objects. That article references third party objects that you will need on the server and to pass the name of your SMTP server in the @mailserver parameter. Have you got your SMTP server set up ?HTHJasper Smith0x73656c6563742027546f6f206d7563682074696d65206f6e20796f75722068616e6473203f27 |
 |
|
|
|
|
|