Sunday, February 13, 2011

How to specify the reply-to address using sp_send_dbmail in SQL Server

I need to send an email to someone and want them to be able to simply reply to the email without having to specify the email address.

Using sp_send_dbmail sets the reply-to address as the name of the profile that it was sent from.

Can this be changed to specify the reply-to so it looks like it came from me.

Thanks.

0 comments:

Post a Comment