Skip to content

heartlandcoder/SQLEmail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a pretty simple SQL CLR procedure that will allow you to send email from SQL Express instances.  

To install:
1.  Build it, put it somewhere on your server that you can easily get to.
2.  Run the open the install.sql script in SSMS (make sure to change the necessary values for your environment).
3.  See example.sql for an example of how to call the procedure.

Note:
1.  If you want to send to multiple recipients delimit each recipient with a semi-colon.
2.  If you want to attach multiple files delimit each file path with a semi-colon.

About

Initial release

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages