dukedook

Results 13 comments of dukedook

`docker exec -it friendica-app-1 php /var/www/html/bin/console.php user add` resulted in `msmtp: account default not found: no configuration file available` but `docker exec -it friendica-app-1 php /var/www/html/bin/console.php user password` worked. I...

@ne20002 Same issue here. It isn't world-ending but I'd obviously like to resolve it. I believe you need an SMTP server set up. I was trying to use the PHP...

Got it working. I entered in what was suggested by @m33m33 and turned off PHP Mailer. I think it was the missing SMTP_STARTTLS variable that did it. Thanks!