Hi Lucas, I checked the FAQ from ipage. You should use startssl for Port 587.
It is described in the Django email instructions. EMAIL_USE_TLS is needed! Kind regards, Soeren Am 03.11.2017 19:06 schrieb "Lucas McBride" <[email protected]>: > 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 > <https://groups.google.com/d/msgid/django-users/f72af4e2-80f2-4653-9819-fd360dd632af%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- 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/CALFRwjjUH6ze60ej7dKR9jMLtPvgSjfjpFS%3DAKuDhxcqjahULA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

