Skip to main content

Questions tagged [database-mail]

Database Mail is an enterprise solution for sending e-mail messages from the SQL Server Database Engine. Using Database Mail, your database applications can send e-mail messages to users. The messages can contain query results, and files from any resource on your network. Database Mail is designed for reliability, scalability, security, and supportability.

1 vote
1 answer
50 views

I have the task of getting the free space in the database each month, and emailing the results using Database mail. Database Mail is setup and working. I have a query (copied from Greg Robidoux) that ...
General Accident's user avatar
0 votes
0 answers
145 views

I have two SQL Server 2022 environments with Contained AG configured with a listener that the users are connecting too. All three have db mail configured identically. The two servers are able to ...
Lumpy's user avatar
  • 2,129
0 votes
0 answers
195 views

I set up database mail on a SQL Server. When I send a test e-mail form SSMS it works. When I try to send an email using msdb.dbo.sp_send_dbmail via the query window I get: Mail (Id: xx) queued. but ...
Ranel's user avatar
  • 1
0 votes
0 answers
157 views

We had to rebuild our SQL server instance over this week and have restored every database including Master and other system settings, but our database mail does not seem to be working. All of the ...
bShaver's user avatar
0 votes
0 answers
233 views

Database mail is not working: Below Error while sending a test mail Mail not queued. Database Mail is stopped. Use sysmail_start_sp to start Database Mail. (Microsoft SQL Server, Error: 14641) Checked ...
Ajith Kumar M's user avatar
1 vote
2 answers
159 views

In SQL Server, I want to restrict all users (except a few specific users) to send an email with attachment. For example, someone import data into excel file and send it via mail using the ...
Farid Zahidov's user avatar
0 votes
2 answers
129 views

Here's the problem we are having: I have Job Notifications turned on for several SQL Server nightly Jobs. Sometimes those email notifications come to me when I'm out of office, and my Outlook is set ...
JJ from Oregon's user avatar
0 votes
0 answers
61 views

I have deleted the job and I don't see it in the object explorer nor in sysjobs, and yet it is sending out notifications when it 'fails'. I've done the following solution: Restart MSSQLSERVER & ...
DigitalInsanity's user avatar
0 votes
0 answers
2k views

The SQL Server alert system configuration page (see below image) allows me to choose only a single mail profile. Does that mean I can only use a single email address to send notifications in my SQL ...
Fajela Tajkiya's user avatar
0 votes
0 answers
1k views

I'm having some problens with SQL Database mail, basicaly anything that I try to do gives me an error like this one below: Transaction aborted when accessing versioned row in table 'dbo....
Igor  Amato's user avatar
0 votes
1 answer
675 views

This is my code: SET @msg = 'Customer Voice replies.'; SET @query= 'SELECT [column1],[column2] FROM [StagingMX].[dbo].[_CVA] WHERE DATEDIFF(day, [Completion time] ,GETDATE()) = 1 AND [...
Raúl Vélez's user avatar
2 votes
0 answers
955 views

I cannot get a straight answer from anyone on whether or not SQL Server mail will continue to work after 1 Oct with OAUTH 2.0 implementation by Microsoft. From what I understand basic authentication ...
Michael Orechoff's user avatar
0 votes
1 answer
1k views

I'm having issues sending Database Mail with "PLAIN" authentication on two different versions MSSQL Server. SQL Server 2012 SQL Server 2019 Context I have created backup jobs which ...
Binarus's user avatar
  • 151
0 votes
2 answers
1k views

How can we find out which TLS version our database mail is using for sending e-mails? We have issues with database mail (mails are sometimes not sent, even after 10 repeats), and it seems that TLS 1.1 ...
askolotl's user avatar
  • 255
1 vote
1 answer
4k views

We have had a recurring problem since about October, where our emails through our SQL 2016 database will intermittently fail throwing this error through SQL Server Mail: Message The mail could not be ...
Anon 321's user avatar

15 30 50 per page
1
2 3 4 5
13