Skip to main content link. Accesskey S
  • Company Logo
  • Crossware Mail Signature Wiki
  •  
Home > 3. FAQ's > Example Sub Signatures

Original noneditable edition

ShowTable of Contents
HideTable of Contents

Here is an example of using sub-signatures:

1. Random Advertisements



Using @Formula it is possible to create a set of advertisements that will be appended depending on the time when the email is sent.
.
The following formulas are added to three separate sub-signatures. Only one of the formula will evaluate to @True.

@if(@Second(@Created) >= 0 & @Second(@Created) <20 ;@true;@false)

@if(@Second(@Created) >= 20 & @Second(@Created) <40 ;@true;@false)

@if(@Second(@Created) >= 40 & @Second(@Created) <60 ;@true;@false)