Hi Lucas, i don't know this provider, maybe there is something not correct. Did you try to deliver an email via telnet to see what is going wrong?
https://mediatemple.net/community/products/dv/204404584/sending-or-viewing-emails-using-telnet But remember to use port 587. Kind regards, Soeren Am 03.11.2017 21:12 schrieb "Lucas McBride" <[email protected]>: Hi Soeren! Thanks for responding! I tried using the new port and it is now a new error. There is a SMTPRecipientsRefused error: {'[email protected]': (451, b'Temporary local problem - please try later')} Any idea what this means? Thanks again! Lucas On Friday, November 3, 2017 at 2:44:09 PM UTC-4, Sören Mindorf wrote: > Hey Lucas, > > you tried the imap Port not the smtp port. > Dovecot is an imap service not smtp! > > Try port 587 this should be the right post to deliver emails as client. > > 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/ms > gid/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/93d5c054-cc51-43ba-ba8a-01f6131e8208%40googlegroups.com <https://groups.google.com/d/msgid/django-users/93d5c054-cc51-43ba-ba8a-01f6131e8208%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/CALFRwjh1fkfR%2BSPhWejXvca5qKf1osZRF9gXQDZWdTvyPN9-uQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

