bitweb / mail
BitWeb extension for sending emails.
Installs: 2 324
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 12
Forks: 1
Open Issues: 0
Requires
- bitweb/stdlib: ~1.1
- zendframework/zend-eventmanager: ~2.2
- zendframework/zend-mail: ~2.2
This package is auto-updated.
Last update: 2023-06-21 17:58:31 UTC
README
Parameters when using the event listener.
[ 'to' => [ 'email' => 'you@domain.com', 'name' => 'You' ], 'cc' => [ [ 'email' => 'me@domain.com', 'name' => 'Me' ] ], 'bcc' => [ [ 'email' => 'me@domain.com', 'name' => 'Me' ] ], 'from' => [ 'email' => 'me@domain.com', 'name' => 'Me' ], 'subject' => 'Application rejected', 'body' => 'Your application has been rejected.', 'attachments' => [ 'path/to/my/file.file' ] ]