Index: openacs-4/packages/acs-core-docs/www/tutorial-html-email.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/tutorial-html-email.html,v diff -u -r1.13 -r1.13.2.1 --- openacs-4/packages/acs-core-docs/www/tutorial-html-email.html 8 Nov 2017 09:42:12 -0000 1.13 +++ openacs-4/packages/acs-core-docs/www/tutorial-html-email.html 2 Mar 2019 19:30:06 -0000 1.13.2.1 @@ -1,14 +1,9 @@ -Sending HTML email from your application

Sending HTML email from your application

- - <authorblurb> -

by Jade Rubick

- </authorblurb>
- -

Sending email is fairly simple using the acs-mail-lite - package. Sending HTML email is only slightly more complicated.

- -
+Sending HTML email from your application

Sending HTML email from your application

by Jade Rubick

+ OpenACS docs are written by the named authors, and may be edited + by OpenACS documentation staff. +

Sending email is fairly simple using the acs-mail-lite + package. Sending HTML email is only slightly more complicated.

     set subject "my subject"
 
     set message "<b>Bold</b> not bold"
@@ -39,5 +34,4 @@
         -subject $subject \
         -body $message \
         -extraheaders $extra_headers
-    
-
+