hoaproject / Mail

The Hoa\Mail library.

Home Page:https://hoa-project.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dependencies are not being installed. This will never work new Hoa\File\Read('picture.jpg'))

s2925534 opened this issue · comments

These folders are not being created in a fresh installation:
Test\Unit
Hoa\File

This will never work

    $message->addContent(
        new Hoa\Mail\Content\Attachment(
            new Hoa\File\Read('picture.jpg'))
    );