I was trying to send mail using Database Mail
in Sql Server 2008
It works fine when i use individual profile, but my scenario is different. Here what i want to achieve.
- I have a database profile which contains multiple accounts like A, B, C etc...
- I want to send mails based on the account but the Profile Name could be same, because all the A,B, C accounts have a different mail id's so i want to use different account.
Can anyone tell me what i can do to send mails using single profile differentiating based on the account name.