Add missing 'port' to smtp options

This commit is contained in:
Seth House 2016-03-04 14:27:58 -07:00
parent ac6af79abc
commit 2af7cd2789

View file

@ -107,6 +107,7 @@ def _get_options(ret=None):
attrs = {'from': 'from',
'to': 'to',
'host': 'host',
'port': 'port',
'username': 'username',
'password': 'password',
'subject': 'subject',