Skip to content

mixed + alternative not supported #25

Description

@freste

docs should indicate that you can't use both text_body, html_body, with attach. Maybe in TODO or attach/attach_file sections?

E.g.:

    Email::Stuffer->from       ('cpan@ali.as'             )
                    ->to       ('santa@northpole.org'     )
                    ->text_body('plain text'              )
                    ->html_body('html text'               )
                    ->attach_file('dead_bunbun_faked.gif' )
    ->as_string;

Produces multipart/mixed header with 3 parts; but no multipart/alternative
Should be two parts, multipart/alternative and the attachment, both inside a multipart/mixed

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions