Set mimetype of outgoing mailings to multipart/alternative
This commit is contained in:
parent
0721d6e2da
commit
ec1b135dbd
1 changed files with 2 additions and 1 deletions
|
|
@ -213,9 +213,10 @@ sub send {
|
|||
subject => $subject,
|
||||
messageId => "$messageId\@$domain",
|
||||
returnPath => "$messageId-bounce\@$domain",
|
||||
contentType => 'multipart/alternative',
|
||||
} );
|
||||
$mail->addHtml( $body );
|
||||
$mail->addText( $text );
|
||||
$mail->addHtml( $body );
|
||||
|
||||
if ( $asset->can( 'getListHeaders' ) ) {
|
||||
my $listHeaders = $asset->getListHeaders( $self->user->get('email') );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue