Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 170 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 170 Bytes

Frankie Smtp Module

Add Zend\Mail to your project

[
    ...,
    new SmtpModule([
        'type' => InMemory::class,
        'options' => [],
    ]),
]