Does anyone have any experience using iPage for an email host with Django? I've tried using the instructions <https://docs.djangoproject.com/en/1.11/topics/email/> on the Django Docs to send emails but it doesn't seem to work:
EMAIL_HOST = 'smtp.ipage.com' EMAIL_HOST_USER = '[email protected]' EMAIL_HOST_PASSWORD = '********' EMAIL_PORT = 143 Using these settings I just get an SMTPConnectError: (-1, b'[CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE UNSELECT STARTTLS AUTH=PLAIN AUTH=LOGIN] Dovecot ready.') Does anyone know what is going on? Or what I have to do differently? I used this method for a Gmail account and it worked fine, but with iPage it seems to be different. 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/321c9060-5cba-495b-9266-d0d3ff1f6b2c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

