Attachment question

Hello, members.

Attachment Questions.

I understand that the PHPList attachment feature supports the following. Is this correct?

  • require define(‘ALLOW_ATTACHMENTS’, 1); option in config.php
  • In HTML mode: it sends a mail with attachment file.
  • In TEXT mode: it sends a mail with download URL. (Don’t send attachment itself)

Is it possible for the following operation? (Plugin or configuration)

  • Send an attachment file with text mode.
    ex) Send multipart/mixed mail. The first part is the text/plain and second part is the image/png.

Environment

  • OS: CentOS7
  • PHPList:

Best regards.