Dropped Pronto Mail support

pull/591/head
Chris Caron 3 years ago
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',

Loading…
Cancel
Save