Does anyone have any experience using iPage as an email host?

I've tried using the instructions 
<https://docs.djangoproject.com/en/1.11/topics/email/> on the Django Docs 
for setting up email hosts: 

EMAIL_HOST = 'smtp.ipage.com'
EMAIL_HOST_USER = '[email protected]'
EMAIL_HOST_PASSWORD = '********'
EMAIL_PORT = 143

But I just get a SMTPConnectError

(-1, b'[CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE 
UNSELECT STARTTLS AUTH=PLAIN AUTH=LOGIN] Dovecot ready.')


iPage really does not have any useful support for this so I was wondering 
if anyone here has had to use iPage with Django that can help me out!


Thanks!

Lucas

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/f72af4e2-80f2-4653-9819-fd360dd632af%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to