resolve the sendmail error/warning upon initialization. #10
Description
I have listed below the output in response to initializing drupal.
In another PR I mistakenly reported the "Unable to send email." error was new
Tonight I looked back at the contentacms/contenta_docker:master repo and I see the error is an existing issue.
When I say error ... it does NOT prevent to initialization from operating correctly.
docker exec -it contentadocker_php_1 init-drupal
Generating RSA private key, 2048 bit long modulus
.......................+++
..................+++
e is 65537 (0x10001)
writing RSA key
You are about to DROP all tables in your 'contenta' database. Do you want to continue? (y/n): y
Starting Drupal installation. This takes a while. Consider using the [ok]
--notify global option.
sh: /usr/sbin/sendmail: No such file or directory
Installation complete. [ok]
Unable to send email. Contact the site administrator if the problem [error]
persists.
Recipe magazin installed [status]
Congratulations, you installed Contenta JSON API!