The database-mail tag has no wiki summary.
0
votes
0answers
115 views
How to configure MSSQL Database Mail to send attachments [closed]
I previously had Database Mail configured to send out e-mails and it was working without any issues. I now need to be able to send attachments and I am getting an error. This is what I've done:
...
1
vote
3answers
849 views
SQL Server 2012 and SQLMail - will it still work?
We are considering upgrading our SQL Server, which is currently running 2005.
We use SQLMail heavily in the organization, both to send e-mails and to import some into a database.
I've read on various ...
1
vote
1answer
603 views
Mail configuration information could not be read from the database
Recently I've updated SQL Server 2005 with SP4. After updating DB mails are not working from Jobs and from T-SQL as well.
Following exception is thrown.
1) Exception Information =================== ...
0
votes
1answer
79 views
Sending alerts with Database Mail
I've been looking into SQL Server alerts and it looks like I need to enable database mail on the server to be able to send e-mail alerts. The other solution appears to be to send those events to ...
5
votes
4answers
351 views
Does SQL Server Database Mail use threads while sending mail?
We are using SQL Server 2008 Database Mail to send emails to our website visitors. I don't know whether SQL Server sends mail one by one by picking up from the queue or it will use threads to send ...