Skip to content
This repository was archived by the owner on Feb 21, 2020. It is now read-only.

Commit c1ad51a

Browse files
committed
Adds note for zend-crypt as suggested package for CRAM-MD5 authentication
1 parent 126f7e9 commit c1ad51a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/book/transport/smtp-authentication.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,15 @@ $transport->setOptions($options);
8585

8686
### SMTP Transport Usage with CRAM-MD5 AUTH
8787

88+
> ### Installation requirements
89+
>
90+
> The CRAM-MD5 authentication depends on the zend-crypt component, so be sure to
91+
> have it installed before getting started:
92+
>
93+
> ```bash
94+
> $ composer require zendframework/zend-crypt
95+
> ```
96+
8897
```php
8998
use Zend\Mail\Transport\Smtp as SmtpTransport;
9099
use Zend\Mail\Transport\SmtpOptions;

0 commit comments

Comments
 (0)