Top "Database-mail" questions

Scripting setup of database mail

I've used the SQL Server 2008 GUI to set up database mail profiles & accounts on my test server, and I'd …

sql-server-2008 email database-mail
How to give access to SQL Server database mail procedures for a Login in a different database?

I'd like to know how to set up permissions within SQL Server to allow my application Login/Role to be …

sql-server sql-server-2005 database-permissions database-mail
SQL server "Cannot send mails to mail server" "Failure sending mail"

I am using MS SQL Server 2008 R2 SP2 Express edition, 64 bit. I do not have access to the Database Mail …

sql-server-2008-express database-mail
Sending e-mail notification when job fails doesn't work

I prepared scripts for sysadmin, for creating and configuring database mail profile, account and operator. He run the script, so …

sql-server-2008 database-mail
Error: NOTE: Failed to notify 'operator' via email. when trying to send e-mail when job fails

I have a problem with sending notification when the job fails. I created Database Mail Profile and assigned it to …

sql-server-2008-r2 database-mail
Sending Emails From SQL Server 2012 Stored Procedures

We require the ability to sent emails from stored procedures (SQL Server 2012) via SMTP. We need to retain control over …

sql-server stored-procedures sql-server-2012 database-mail
How to make your own mailing services like gmail or yahoo

I am a noob to php and databases. But I have an idea to perform mail operations on my own …

php email localhost database-mail
Only some e-mail gets sent successfully from sp_send_dbmail (Database Mail) on SQL Server 2005

I want to find an answer to what is happening when I use sp_send_dbmail on SQL Server 2005. I …

sql-server-2005 sp-send-dbmail database-mail