I need to change from: on email settings

Hi everyone.
I’m trying passbolt docker version and everything is working fine except from email notifications.

I’m able to set it up but when i try to send email test, Office365 answers this:

Could not send the test email.
Error: 554 5.2.252 STOREDRV.Submission.Exception:SendAsDeniedException.MapiExceptionSendAsDenied;

I’m 99% sure that this error comes from here

Is there any way to change the FROM: field on docker-compose environment?

Thanks a lot for your help.

Hello @andrew,

Hope you are doing well, if you want to change the “FROM” field with the docker-compose environment, you will need to use the “EMAIL_DEFAULT_FROM” environment variable, here is a link to the Passbolt reference environment variables.

Cheers,
Gérold.

Thanks @Gerold

I was trying with EMAIL_TRANSPORT_DEFAULT_FROM and the correct is EMAIL_DEFAULT_FROM

Nice to have you around!!

1 Like