2021.1

Table Of Contents
<label for="sendername">From Name:</label>
<input id="sendername" type="text"
placeholder="From Name">
</div>
<div>
<label for="host">Host:</label>
<input id="host" type="text"
placeholder="mail.domain.com:port">
</div>
<div>
<label for="usesender">Use From as To Email
Address:</label>
<input id="usesender" type="checkbox" checked>
</div>
<div>
<label for="attachpdf">Attach Print Context as
PDF:</label>
<select id="attachpdf">
<option value="default">Default</option>
<option value="true">True</option>
<option value="false">False</option>
</select>
</div>
<div>
<label for="attachweb">Attach Web Context as
HTML:</label>
<input id="attachweb" type="checkbox">
</div>
<div>
<label for="eml">Add EML of Email:</label>
<input id="eml" type="checkbox">
</div>
</fieldset>
<fieldset>
<legend>Email Security</legend>
<div>
<label for="useauth">Use
Authentication:</label>
<input id="useauth" type="checkbox" checked>
</div>
<div>
<label for="starttls">Start TLS:</label>
<input id="starttls" type="checkbox">
Page 319