Skip to content

Commit 0b94bda

Browse files
podolinekdg
authored andcommitted
MailExtension: add support for context param (#39)
you can add param context for more specific configuration, eg. mail: smtp: true ... secure: ssl context: ssl: verify_peer: false verify_peer_name: false
1 parent 7a2fd96 commit 0b94bda

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Bridges/MailDI/MailExtension.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ class MailExtension extends Nette\DI\CompilerExtension
2626
'password' => NULL,
2727
'secure' => NULL,
2828
'timeout' => NULL,
29+
'context' => NULL,
2930
];
3031

3132

0 commit comments

Comments
 (0)