Download the PHP package wscore/mail without Composer
On this page you can find all versions of the php package wscore/mail. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package mail
Wrapper classes for SwiftMailer to simplify some operations.
- Framework agnostic.
- License: MIT License.
- PSR: PSR-1, PSR-2, and PSR-4.
Basic Usage
It's as simple as 1, 2, and 3...
Message Default
You can create a MessageDefault
object to set a default message in Mailer
. The methods in MessageDefault
objects, which start with with
, are immutable call.
Or, just use a closure as MessageDefault.
Japanese ISO-2022
sending Japanese in ISO2022 encoding. You must call Transport::goJapaneseIso2022()
and use $mailer->sendJIS(...)
method as;
Use SMTP transport when sending emails in ISO2022 encoding based on my experience...
All versions of mail with dependencies
PHP Build Version
Package Version
Requires
swiftmailer/swiftmailer Version
^5.0
The package wscore/mail contains the following files
Loading the files please wait ....