mirror of
https://github.com/caronc/apprise.git
synced 2024-12-01 04:24:08 +01:00
Dropped Pronto Mail support
This commit is contained in:
parent
9c145a842e
commit
3ffac7c372
@ -91,21 +91,6 @@ EMAIL_TEMPLATES = (
|
|||||||
},
|
},
|
||||||
),
|
),
|
||||||
|
|
||||||
# Pronto Mail
|
|
||||||
(
|
|
||||||
'Pronto Mail',
|
|
||||||
re.compile(
|
|
||||||
r'^((?P<label>[^+]+)\+)?(?P<id>[^@]+)@'
|
|
||||||
r'(?P<domain>prontomail\.com)$', re.I),
|
|
||||||
{
|
|
||||||
'port': 465,
|
|
||||||
'smtp_host': 'secure.emailsrvr.com',
|
|
||||||
'secure': True,
|
|
||||||
'secure_mode': SecureMailMode.STARTTLS,
|
|
||||||
'login_type': (WebBaseLogin.EMAIL, )
|
|
||||||
},
|
|
||||||
),
|
|
||||||
|
|
||||||
# Yandex
|
# Yandex
|
||||||
(
|
(
|
||||||
'Yandex',
|
'Yandex',
|
||||||
|
Loading…
Reference in New Issue
Block a user