When adding a new user with my new BookStack install, I get an error:
This looks like when trying to send the invite email. I've changed the config (in the .env file) from smtp to sendmail, but this still happens (oddly, the error seems to be in:
so I'm not actually sure it's properly switched over to sendmail or is still trying to use smtp. Any hints appreciated, thanks. asked 24 Apr '20, 22:15 OrangyTang |
Your site is probably unable to connect to the SMTP server, hence the empty response. It is probably still trying to connect over SMTP and not sendmail if you are seeing this. There are many reasons why this doesn't work though so please raise a ticket if you haven't sorted this out and want us to give it a closer look. answered 25 Apr '20, 00:31 iliasr ♦♦ |