1- Nette Mail: Sending E-mails
2- ===========================
1+ [ ![ Nette Mail] ( https://github.com/nette/mail/assets/194960/ffcaf756-f36d-4a47-8f6c-539b5f139c90 )] ( https://doc.nette.org/en/mail )
32
43[ ![ Downloads this Month] ( https://img.shields.io/packagist/dm/nette/mail.svg )] ( https://packagist.org/packages/nette/mail )
54[ ![ Tests] ( https://github.com/nette/mail/workflows/Tests/badge.svg?branch=master )] ( https://github.com/nette/mail/actions )
65[ ![ Coverage Status] ( https://coveralls.io/repos/github/nette/mail/badge.svg?branch=master )] ( https://coveralls.io/github/nette/mail?branch=master )
76[ ![ Latest Stable Version] ( https://poser.pugx.org/nette/mail/v/stable )] ( https://github.com/nette/mail/releases )
87[ ![ License] ( https://img.shields.io/badge/license-New%20BSD-blue.svg )] ( https://github.com/nette/mail/blob/master/license.md )
98
9+ <!-- -->
10+
1011
1112Introduction
1213------------
1314
1415Are you going to send emails such as newsletters or order confirmations? Nette Framework provides the necessary tools with a very nice API.
1516
16- Documentation can be found on the [ website] ( https://doc.nette.org/mailing ) .
17+ Documentation can be found on the [ website] ( https://doc.nette.org/en/mail ) .
18+
19+ <!-- -->
1720
1821
1922[ Support Me] ( https://github.com/sponsors/dg )
@@ -25,6 +28,8 @@ Do you like Nette Mail? Are you looking forward to the new features?
2528
2629Thank you!
2730
31+ <!-- -->
32+
2833
2934Installation
3035------------
@@ -35,6 +40,8 @@ composer require nette/mail
3540
3641It requires PHP version 8.0 and supports PHP up to 8.3.
3742
43+ <!-- -->
44+
3845
3946Creating Emails
4047===============
@@ -146,6 +153,7 @@ File `email.latte`:
146153
147154Nette automatically inserts all images, sets the subject according to the ` <title> ` element, and generates text alternative for HTML body.
148155
156+ <!-- -->
149157
150158
151159Sending Emails
@@ -209,6 +217,8 @@ $mailer->send($mail);
209217Other parameters in the constructor include the number of repeat and waiting time in milliseconds.
210218
211219
220+ <!-- -->
221+
212222DKIM
213223====
214224
0 commit comments