February 4, 2008 at 2:10 am
Hi all,
Is it is possible to associate multiple email accounts to a single profile created..?
If possible, kindly help me....:)
R
February 5, 2008 at 4:44 am
Hi,
are you talking about windows email profiles? Then no, each profile is associated with exactly 1 exchange mailbox. That mailbox may belong to a distribution group - what ever good that may do...
If you want to send mail to different addressees i'd recommend using xp_smtp_sendmail, which also is - in my experience - a lot more stable and reliable than the windows mail system.
regards
karl
Best regards
karl
February 6, 2008 at 7:05 am
You can create a new Operator that consists of multiple email addresses seperated by semi-colons, and then use that for notifications.
Or you can use:
sp_send_dbmail
@profile_name = 'My Profile',
@recipients = 'JDoe@xyz.com; MSmith@xyz.com',
etc...
Does that help?
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply