Skip to content

Problem sending text and html emails with attachment #2

Description

@hillelcoren

It looks like when I try to send an email with both text and html views along with an attachment I only get the text view. Interestingly, the order of the values in the $views array affects the result.

For example:

    $views = [
        'emails_html',
        'emails_text',
    ];

    Mail::send($views, $data, function ($message) {
    ...

If I switch to using the standard Laravel mail it sends correctly.

Thanks for the really useful library!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions