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-06-05 : 08:49:23
|
| Peter writes "How can I set up the SQLMail.I am using SQL 2000, and Groupwise 6 as my email" |
|
|
efelito
Constraint Violating Yak Guru
478 Posts |
Posted - 2003-06-05 : 10:05:45
|
Buy and setup an exchange server and its cake from there. Other than that you'll have to look into some other options for notification. I'm currently in a Domino/Notes environment and we just write every thing out to the Windows Event log. Then we have a log scanner which is constanly monitoring the logs for certian key words. If one is found it sends an email, page, or both to the appropriate people. Microsoft recently release the Microsoft Outlook 2002 Connector which I think may help in my situation because it will allow me to setup a MAPI profile for a Lotus Notes mail account. I haven't had a chance to test it yet so I'm not sure if it will work or not. You may want to do a little looking around to see if there are any such products available for Groupwise.Jeff Banschbach, MCDBA |
 |
|
|
chadmat
The Chadinator
1974 Posts |
Posted - 2003-06-05 : 12:21:54
|
| I'm not familiar with groupwise, but if it can be setup as a POP3 internet mail server, then you can use SQLMail. Jeff is right though, it is much easier if you use Exchange.-Chadhttp://www.clrsoft.comSoftware built for the Common Language Runtime. |
 |
|
|
eyechart
Master Smack Fu Yak Hacker
3575 Posts |
Posted - 2003-06-05 : 13:34:13
|
| what about pointing the outlook 2k client at the groupwise backend? I think this is a Novell supported config (atleast it was w/groupwise 5.5)-ecEdited by - eyechart on 06/05/2003 13:34:44 |
 |
|
|
|
|
|