Registry / utility / nette-mail

nette-mail

JSON →
library4.1.2phppackagistunverified

A handy library for creating and sending emails in PHP.

composer require nette/mail
INSTALL
IMPORT
SIG · NETTE-MAIL
N
nette-mail
utilityphpv4.1.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Mailer
use Nette\Mail\Mailer;

Create and send an email using Nette Mail.

use Nette\Mail\Mailer; use Nette\Mail\Message; $mailer = new Mailer; $message = new Message; $message->setFrom('from@example.com') ->addTo('to@example.com') ->setSubject('Hello') ->setBody('Hello World!'); $mailer->send($message);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.1.2latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
nette-mail — pip install nette-mail · libregistry