mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add missing 'port' to smtp options
This commit is contained in:
parent
ac6af79abc
commit
2af7cd2789
1 changed files with 1 additions and 0 deletions
|
@ -107,6 +107,7 @@ def _get_options(ret=None):
|
|||
attrs = {'from': 'from',
|
||||
'to': 'to',
|
||||
'host': 'host',
|
||||
'port': 'port',
|
||||
'username': 'username',
|
||||
'password': 'password',
|
||||
'subject': 'subject',
|
||||
|
|
Loading…
Add table
Reference in a new issue