See SYNOPSIS in Mail::Reporter
See DESCRIPTION in Mail::Reporter
You can specify the following settings in HTML::FromMail::new(settings)
for topic field
:
Some fields are pre-defined to contain e-mail addresses. In many web-based clients, you see that these addresses are bluntly linked to, but you here have a choice. As example, the header field contains the address
"My Name" <me@example.comE<gt> you@example.com
The possible settings for this parameter are
'PLAIN'
"My Name" <me@example.com > you@example.com
'PHRASE'
My Name you@example.com
'ADDRESS'
my@example.com you@example.com
'MAILTO'
<a href="mailto:me@example.com">My Name </a> <a href="mailto:you@example.com">you@example.com </a>
'LINK'
'MAILTO'
is probably easier to understand."My Name" <a href="mailto:me@example.com">me@example.com</a> <a href="mailto:you@example.com">you@example.com</a>
Defined HOW field bodies are handled, by default UNFOLDED. Valid values are
'FOLDED'
'REFOLD'
wrap
.
'UNFOLDED'
'DECODED'
Defines HOW field names are displayed: either 'WELLFORMED'
or
'UNCHANGED'
. Field names have a certain capitization (as
defined by the message), but this may be different from the preferred use
of capitals. The correct use of capitals is implemented by
Mail::Message::Field::wellformedName() and will be used when WELLFORMED
is selected. By default, the names are displayed UNCHANGED.
<!--{name capitals => WELLFORMED}-->
Used in combination with content REFOLD
, to specify how many characters
are requested per line.