pixelfed / support

Issue tracker for installations of Pixelfed, before a bug is identified.
https://docs.pixelfed.org/running-pixelfed/troubleshooting.html
8 stars 3 forks source link

Can't send confirmation email #107

Open draconis3119 opened 4 years ago

draconis3119 commented 4 years ago

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.

draconis3119 commented 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.

ghost commented 3 years ago

Can confirm this issue from a user perspective. Basically, it makes it impossible to register to a Pixelfed instance right now.

murali-server commented 2 years ago

Can confirm this issue from a user perspective. Basically, it makes it impossible to register to a Pixelfed instance right now.

murali-server commented 2 years ago

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 🙂✌️

ghost commented 2 years ago

How was it resolved?

blogdemoi commented 2 years ago

I have the same issue on my Yunohost, I can't register my e-mail...

ivanamat commented 2 years ago

How was it resolved?

artburnGM commented 1 year ago

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.

zusso1 commented 1 year ago

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.

kamazeuci commented 10 months ago

I added that line but problem persists for me. Also on yunohost.anybody got any ideas?