BookStackApp / BookStack

A platform to create documentation/wiki content built with PHP & Laravel
https://www.bookstackapp.com/
MIT License
14.67k stars 1.85k forks source link

Create new user does not send email #5051

Closed rcarrascoz closed 1 month ago

rcarrascoz commented 2 months ago

Describe the Bug

When you create a new user and do click on checkbox send email for invitation, it does not send anything. Thanks :)

Steps to Reproduce

create user

Expected Behaviour

send mail to new user with invitation

Screenshots or Additional Context

No response

Browser Details

all browsers

Exact BookStack Version

v24.05.1

ssddanbrown commented 2 months ago

Hi @rcarrascoz, Does the "Send a Test Email" action in "Settings > Maintenance" work without error, and result in you receiving an email?

biozic commented 1 month ago

I have the same problem. The "Send a Test Email" command works, but no message is sent when a create a new user. Neither with the "Forgot password" action.

ssddanbrown commented 1 month ago

@biozic Have you set, or do you have, a QUEUE_CONNECTION option anywhere (in .env file or in container/system environment if relevant).

biozic commented 1 month ago

Well, forget it. I've just checked that the emails were actually sent just right, but blocked because of a DKIM mismatch 🙃

ssddanbrown commented 1 month ago

@biozic Good to hear you found the issue! Since the original issue creator has not responded for some time I'll go ahead and close this off.