Name

MV_EMAIL_CHARSET —

SYNOPSIS

DESCRIPTION

VARIABLE TYPE

Global variable,
Catalog variable

EXAMPLES

No examples are available at this time. We do consider this a problem and will try to supply some.

NOTES

AVAILABILITY

MV_EMAIL_CHARSET is available in Interchange versions:

4.6.0-5.9.0 (git-head)

SOURCE

Interchange 5.9.0:

Source: lib/Vend/Email.pm
Line 192 (context shows lines 182-196 in tag_mime_lite_email():91)

# Data (msg body), encoding and type
($data, $encoding, $type, $charset) = (
  delete $opt->{data},
  delete $opt->{encoding},
  delete $opt->{type},
  delete $opt->{charset},
);
$data     ||= $opt->{body} || $body;    delete $opt->{body};
$encoding ||= 'quoted-printable';
$type     ||= 'text/plain';
$charset  ||= $::Variable->{MV_EMAIL_CHARSET} || $Global::Variable->{MV_EMAIL_CHARSET};

if ($charset) {
  $type .= "; charset=$charset";
}

AUTHORS

Interchange Development Group

SEE ALSO

DocBook! Interchange!