HomeSoftwareServicesForumsLinksContact us
Overview  |  Download  |  Online Demo  |  Licensing  |  Release Notes
  SqlAnswersMail - Online Demo

Demo 1 - Email HTML | Demo 2 - Email PDF | Demo 3 - SQL to PDF | Demo 4 - Embedded Queries
Demo 5 - Prescheduled Queue | Demo 6 - Dynamic Queue | Demo 7 - Zip & Password-Protect
Demo 8 - Mail Merge | Demo 9 - Content Path | Demo 10 - Excel Workbook | Demo 11 - Word/RTF

Demo 9 - Content Path

Description

One of the powerful features of SqlAnswersMail is its ability to generate an HTML email straight from a web page.

This is useful if you need to distribute a newsletter. You can have your web designer create a newsletter and publish it to the web. Then you can use the @content_path parameter to instruct SqlAnswersMail to load the content of the newsletter straight from the URL provided.

By default, SqlAnswersMail will load HTML content and resolve all the SRC and HREF attributes to their absolute forms, so your recipients will see all the content as long as they are connected to the Internet. You can also instruct SqlAnswersMail to embed resources such as images, stylesheets, and scripts. This is useful if you are emailing to users who do not have a permanent connection to the Web.

Email
URL
SQL Code
exec sp_sendSAM
@recipients=provided in form,
@subject='SqlAnswersMail - Content Path demo',
@message='<p>This demo loads HTML content from a location on the web. For more information, visit <a href="http://www.sqlanswers.com">www.sqlanswers.com</a></p>',
@content_path=provided in form,
@format='html'

Free Trial of SqlAnswersMail