Open colmaris opened 4 years ago
I have do some test. i've got this error when i use smtp value at the MAIL_DRIVER line. If i use MAIL_DRIVER=log
i don't have the error but i don't receive confirmation email.
Can confirm this issue from a user perspective. Basically, it makes it impossible to register to a Pixelfed instance right now.
Can confirm this issue from a user perspective. Basically, it makes it impossible to register to a Pixelfed instance right now.
Can confirm this issue from a user perspective. Basically, it makes it impossible to register to a Pixelfed instance right now.
It's got resolved Now am able to get emails 🙂✌️
How was it resolved?
I have the same issue on my Yunohost, I can't register my e-mail...
How was it resolved?
I'd love to hear how this was resolved. I'm waiting in suspense and I can't seem to get my instance to send confirmation emails. Only worked for the first account I set up for admin.. and just barely.
Still getting plenty of those diagnosis emails. So I know it's going out.
Has this problem been resolved? I have been struggling with the problem, pixelfed/config/mail.php I edited this file. Specifically. 'verify_peer' => false, I added the following.
I added that line but problem persists for me. Also on yunohost.anybody got any ideas?
Hi all,
I'm french sysadmin sorry for my english.
I work on a fresh install of pixelfed. I read the doc for my installation and everything is good. But i can't send my confirmation email to activate my acount. I've got this error
Something went wrong We cannot process your request at this time, please try again later. Go back to Pixelfed.
Where can i check some log to identify the problem ? I'm not familiar with php and lavaral environement.
in first time i join you my .env ` APP_NAME="pix.draconis.me" APP_ENV=production APP_KEY=key-gen APP_DEBUG=false
APP_URL=https://pix.draconis.me APP_DOMAIN="pix.draconis.me" ADMIN_DOMAIN="pix.draconis.me" SESSION_DOMAIN="pix.draconis.me" TRUST_PROXIES="*"
LOG_CHANNEL=stack
DB_CONNECTION=mysql DB_HOST=192.168.66.105 DB_PORT=3306 DB_DATABASE=pixelfed DB_USERNAME=pixelfed DB_PASSWORD=dbpass
BROADCAST_DRIVER=log CACHE_DRIVER=redis SESSION_DRIVER=redis QUEUE_DRIVER=redis
REDIS_SCHEME=tcp REDIS_HOST=127.0.0.1 REDIS_PASSWORD=null REDIS_PORT=6379
MAIL_DRIVER=smtp MAIL_HOST=smtp.delort.email MAIL_PORT=587 MAIL_USERNAME=no-reply@delort.email MAIL_PASSWORD=mypass MAIL_ENCRYPTION=tls MAIL_FROM_ADDRESS="no-reply@draconis.me" MAIL_FROM_NAME="Pixelfed"
OPEN_REGISTRATION=true ENFORCE_EMAIL_VERIFICATION=true PF_MAX_USERS=1000
MAX_PHOTO_SIZE=15000 MAX_CAPTION_LENGTH=150 MAX_ALBUM_LENGTH=4 MAX_ACCOUNT_SIZE=1000000
ACTIVITY_PUB=true AP_REMOTE_FOLLOW=true AP_INBOX=true PF_COSTAR_ENABLED=true ` Thanks to all the team for your great job.