is there possibility to have procedure which sents emails from SQL Server 2008 where I can type sender e-mail address?
Thanks
|
is there possibility to have procedure which sents emails from SQL Server 2008 where I can type sender e-mail address? Thanks
| ||||
|
feedback
|
|
In SQL Server 2008 use Database Mail, not SQL Mail to send email. SQL Mail is legacy & will be removed in future versions. You will first need to configure Database Mail Once a profile has been setup for Database Mail, use the EDIT: It works fine for me when i use a different
A screen shot of my mail profile settings are below:
Is the mail being queued? Do you have any logs from your SMTP server? Check that there aren't any error in the database mail log table Failing that, check that it's not something the mail server is disallowing. | |||||
feedback
|