Mail is not working

What app is this about, and its version: Linkace, 2.5.7~ynh
What YunoHost version are you running: 12.1.40.1
What type of hardware are you using: VPS bought online

Describe your issue

An attempt to send an invitation to the user fails with error 500. The log says that the email address does not belong to the linkace user, but in the application this address is assigned to this user. I do not exclude that I am doing something wrong, but there are no mail settings in the interface.

Share relevant logs or error messages

Expected response code “250/251/252” but got code “553”, with message “553 5.7.1 noreply@l.club.noho.st: Sender address rejected: not owned by user linkace”. {“userId”:2,“exception”:"[object] (Symfony\Component\Mailer\Exception\UnexpectedResponseException(code: 553): Expected response code "250/251/252" but got code "553", with message "553 5.7.1 noreply@l.club.noho.st: Sender address rejected: not owned by user linkace". at /var/www/linkace/vendor/symfony/mailer/Transport/Smtp/SmtpTransport.php:331)

1 Like

Hello @Reveritus
Could you try changing this in the .env file

sudo nano /var/www/linkace/.env

Change

MAIL_FROM_ADDRESS=noreply@...
# to
MAIL_FROM_ADDRESS=linkace@...

And

MAIL_VERIFY_TLS=true
# to :
MAIL_VERIFY_TLS=false
1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.