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.

 All Forums
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 SQLMail & MAPI Profiles

Author  Topic 

Onamuji
Aged Yak Warrior

504 Posts

Posted - 2001-11-28 : 11:12:58
We currently have one DB that was just sending mail for one application from SQL Server 7 ... now we added another application that needs to do the same thing but the FROM address is always the first applications MAPI account name. We would like to personalize the FROM address if possible.

Is there a way to use multiple MAPI accounts? Is there a way to specify the FROM property?

Thanks!

- Onamuji

efelito
Constraint Violating Yak Guru

478 Posts

Posted - 2001-11-28 : 12:16:42
I think the only way to do that using SQL Server would be to install a second instance of SQL Server that uses a different MAPI profile.

Jeff Banschbach
Consultant, MCDBA
Go to Top of Page

Onamuji
Aged Yak Warrior

504 Posts

Posted - 2001-11-28 : 12:48:13
Well for anyone that cares I just made a DLL that uses CDO MAPI to login as multiple users on the Exchange server and send mail that way... Thanks anyway ...

- Onamuji
Go to Top of Page
   

- Advertisement -