codingdavinci / relaunch2018

This is the new Coding da Vinci website (online since September 2020).
https://codingdavinci.de
GNU General Public License v2.0
1 stars 1 forks source link

Registration email confirmation error #253

Closed lucyWMDE closed 3 years ago

lucyWMDE commented 3 years ago

Trying to make new project team or institution accounts via the registration pages https://test.codingdavinci.de/de/user/register https://test.codingdavinci.de/de/user/register?role=institution ...returns this error: image

Is there something we haven't gotten set up properly with the migration?

mbuechner commented 3 years ago

How's Drupal sending e-mails?

There's no sendmail installed in the Docker container. And even if it would be installed it couldn't send any emails because it's behind a reverse proxy.

Snater commented 3 years ago

It's using PHP's native mail() as per default.

mbuechner commented 3 years ago

Should better be an SMTP server. I'll discuss that with Philippe and @ikyriazi

ikyriazi commented 3 years ago

Hello! I see that that message "no email can be sent" doesn't appear anymore, however I don't receive an email in my mailbox either. I saw also that Michael made a new release today (https://github.com/codingdavinci/relaunch2018/releases/tag/v1.0-beta7), where he added the module drupal/phpmailer_smtp.

  1. @mbuechner is your question about whether we should have an SMTP server meanwhile answered?
  2. I see the error "User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 145 of core/lib/Drupal/Component/PhpStorage/FileStorage.php)." on every page at the website. Is it somehow related, or is it a totally different issue?
mbuechner commented 3 years ago

I resolved that issue. Installed the module SMTP, configured all to info@codingdavinci.de, changed website e-mail address, admin e-mail and maintenance e-mail address to this one as well.

Could you please check if everything's okay?