Database Mails

  • Hi all,

    Is it is possible to associate multiple email accounts to a single profile created..?

    If possible, kindly help me....:)


    Kindest Regards,

    R

  • 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

  • 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