> Makes me wonder if someone has written a CF solution to this > interfacing with the API directly.
Interfacing with MAPI from a web page? You could do that, but it would be much, much slower that using CDOSYS to communicate directly with an MTA. MAPI is a desktop protocol; you should be warned that SQLMail, as a MAPI client, is not processor-efficient. It's fine for occasional notifications, but one of the biggest mistakes you could make is calling the xp_mail procedures to loop through a large mailing list, for instance, which could be devastating to SQL performance. -Sandy ------------------------------------ Sanford Whiteman, Chief Technologist Broadleaf Systems, a division of Cypress Integrated Systems, Inc. e-mail: [EMAIL PROTECTED] ------------------------------------ To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/ Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/
