Header / Footer


This file specifies the header or footer that should be added to each message. You need to have standalone file for plain text header (or footer) with .txt extension and another standalone file for HTML formatted header (or footer) with .htm extension. The content of this file will be simply copied to the appropriate place of the message. Therefore it should not contain the whole HTML page in case of .htm item.
 

Example - footer.txt:

--
   Lobogo Smith
   IceWarp Ltd.
   lobogo@icewarp.com
 

Example - footer.htm:

<i>
--
<br><a href="mailto:lobogo@icewarp.com>Lobogo Smith</a>
<br><a href="http://www.icewarp.com/">IceWarp Ltd.</a>
</i>