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.
Author |
Topic |
matthewphillips
Starting Member
6 Posts |
Posted - 2009-01-23 : 10:40:23
|
This is what I'm looking to achieve, and I just want some advice (mainly just a poke in the right direction) on how to achieve it.I need to be able to send emails to customers, on behalf of my clients. Meaning that the client's email address should appear in the FROM line of the emails, and replys should go to that email address. But the actual SMTP sender email is mine. My questions are:1) Is this acheivable at all?2) I'm assuming I have to create seperate accounts for each of my clients. But I don't see anything in sp_send_dbmail about which account to use... only profiles and profiles don't appear to be attached to accounts. So how does this work?Thanks. |
|
|
|
|