<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://devopsnotebook.com/index.php?action=history&amp;feed=atom&amp;title=Send_email_using_stored_procedure_in_mssql</id>
	<title>Send email using stored procedure in mssql - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://devopsnotebook.com/index.php?action=history&amp;feed=atom&amp;title=Send_email_using_stored_procedure_in_mssql"/>
	<link rel="alternate" type="text/html" href="https://devopsnotebook.com/index.php?title=Send_email_using_stored_procedure_in_mssql&amp;action=history"/>
	<updated>2026-04-23T17:51:28Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.33.1</generator>
	<entry>
		<id>https://devopsnotebook.com/index.php?title=Send_email_using_stored_procedure_in_mssql&amp;diff=152&amp;oldid=prev</id>
		<title>MilosZ: Created page with &quot;&lt;syntaxhighlight lang=&quot;mysql&gt; EXEC msdb.dbo.sp_send_dbmail        @profile_name = 'Db email',        @recipients = 'devops@365scores.com',    	@body_format ='HTML',     @body...&quot;</title>
		<link rel="alternate" type="text/html" href="https://devopsnotebook.com/index.php?title=Send_email_using_stored_procedure_in_mssql&amp;diff=152&amp;oldid=prev"/>
		<updated>2020-04-09T09:23:17Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&amp;lt;syntaxhighlight lang=&amp;quot;mysql&amp;gt; EXEC msdb.dbo.sp_send_dbmail        @profile_name = &amp;#039;Db email&amp;#039;,        @recipients = &amp;#039;devops@365scores.com&amp;#039;,    	@body_format =&amp;#039;HTML&amp;#039;,     @body...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;syntaxhighlight lang=&amp;quot;mysql&amp;gt;&lt;br /&gt;
EXEC msdb.dbo.sp_send_dbmail   &lt;br /&gt;
    @profile_name = 'Db email',   &lt;br /&gt;
    @recipients = 'devops@365scores.com',   &lt;br /&gt;
	@body_format ='HTML',&lt;br /&gt;
    @body = @body,&lt;br /&gt;
    @subject = @res1; &lt;br /&gt;
&lt;br /&gt;
GO&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;/div&gt;</summary>
		<author><name>MilosZ</name></author>
		
	</entry>
</feed>