Questions tagged [sqlmail]

SQL Mail is provided in Microsoft SQL Server for backward compatibility. To send mail from SQL Server.

SQL Mail is provided in Microsoft SQL Server for backward compatibility. To send mail from SQL Server.

SQL Mail provides a mechanism to send, receive, delete, and process e-mail messages. Messages can be triggered to provide a recipient with a particular result set from a specified SQL Server query.

19 questions
0
votes
2 answers

SQL Server 2008 database mail using YANDEX

I am trying to send mail with my yandex mail account on database mail. Actually it was working for a long time. Last 1 month I cannot send mail with my yandex account. Always it gives that error message, Error,16492,The mail could not be sent to…
0
votes
1 answer

Create Insert Trigger for SQLAgentMail

Is it possible to create a trigger the will use SQLAgentMail and email an operator?
user269186
  • 127
  • 1
  • 6
0
votes
2 answers

SQL Server 2005 Database Mail Failures

I am running database mail on a SQL 2005 box. Occasionally mails fail to send, by quering the msdb.dbo.sysmail_mailitems table i can see there are items with a sent_status of "2", which is failed. I can query the sysmail_faileditems table to list…
Karl
  • 15
  • 2
  • 5
-1
votes
1 answer

SQL Mail does not work with the 64-bit version of SQL Server

My requirement is that I want to send email from MS SQL Server whenever table called "CustomerInfo" is updated. But I am getting error "SQL Mail does not work with the 64-bit version of SQL Server" whenever table is updated. Steps that I followed…
anujin
  • 773
  • 7
  • 24
  • 36
1
2