What You Need to Know About Microsoft's x64 Server Product Plans
What do Longhorn Server, Windows Compute Cluster Server, and Windows Vista have in common? The x64 platform. ...
Anti-Virus Vendors Prepare for War with Microsoft ... Again
When Microsoft announced its Windows Live OneCare security and PC health product over five years (as MSN OneCare), Symantec, McAfee, and the other consumer-oriented security vendors reacted with stunning vigor. ...
Command Prompt Tricks
One reader shares his tip for setting up the command prompt to reflect a remote path. ...
The following is an article I got from SWYNK.
It works fine but the only thing you got to watch is that you are logged in with thew same account as you use for your MSSQLServer and SQL Server Agent accounts (hi of course).
Make sure as well that it uses a domain account.
Lotus Notes and SQL Mail
------------------------
I've seen many questions on how to setup SQL Mail to use Lotus Notes, but have never found the answer. There have been many ideas, but none that seemed to work, at least easily.
Working with our Lotus Staff, I've finally found a way that is easy to configure and easy to use. This was done on Windows NT 4.0 sp 5 with SQL Server 7. I think it will work just as well with 6.5, but I haven't tried it yet.
Here it goes:
1. Install Microsoft Messaging - Using the Windows NT setup, install Microsoft Messaging on the database server. At this time, do not install any of the mail services, you will do this at later.
Install Lotus Notes client -
2. Install the Lotus Notes client software, version 4.6.2 or newer, on the database server. You will need to have a Lotus Notes user created and setup on this system. If you installed the Notes client prior to installing MS Messaging, you will want to re-install Notes after Messaging is installed. There is a way around this, but let's keep it simple.
3. Add the Lotus Notes service to the database server's MS Messaging client and create a MS Messaging client.
A/ Edit the Exchange Inbox properties.
b/ A window will appear where you select what services you want to install.
c/ Select Lotus Notes Mail only. Proceed to the next screen.
When prompted for a password, enter the Notes password.
d/ Accept defaults to completion.
e/ Edit the Exchange Inbox properties again.
f/ This screen will have three tabs: Services, Delivery, and Addressing.
g/ In the Addressing tab, add the any Address Books you wish to include.
4. Next, configure SQL Mail to use the profile you just setup in MS Messaging that uses the Lotus Notes Mail service. This is just like setting up SQL Mail using Exchange. The fact that the Exchange client is going to transport over Lotus Notes Services is transparent to SQL Server.
5. Use the standard SQL Server supplied xp_sendmail command to generate the email. sample: exec master..Xp_sendmail 'john.doe@somewhere.com',@subject = 'sending mail', @message = 'is cool'
Regards
Carl Neirynck
(MCSE,MCDBA)
Carl Neirynck September 19, 2000