Re: Using iPage for email host

2017-11-03 Thread Sören Mindorf
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" : > Does anyone have any experience using iPage

Re: Using iPage for email host

2017-11-03 Thread Sören Mindorf
er')} 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

Re: Using iPage for email host

2017-11-03 Thread Sören Mindorf
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" : Does anyone have any experience using

Django View classes and database selection

2017-10-29 Thread Sören Mindorf
Hi all, I've two databases connected in my setup. One default (sqlite) for Djano and one postgressql (pgsql, NOT managed) for my postfix. In my AddDomainView(CreateView) I can access the pgsql database and I can add Domains to the pgsql-database but in my DeleteDomain(DeleteView) I can't because