Skip to content

mary-shelley/smtp-module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frankie Smtp Module

Add Zend\Mail to your project

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