Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Message: 'The mailer DSN is invalid.' - Create New FAQ #2681

Closed
git-tec opened this issue Oct 16, 2023 · 6 comments
Closed

Message: 'The mailer DSN is invalid.' - Create New FAQ #2681

git-tec opened this issue Oct 16, 2023 · 6 comments
Assignees
Labels
Milestone

Comments

@git-tec
Copy link

git-tec commented Oct 16, 2023

Beim Anlegen eines neuen FAQ-Eintrages kommt ein Fehler, jedoch wird der Antrag trotzdem angelegt.

phpMyFAQ Fatal error

Uncaught exception: 'Symfony\Component\Mailer\Exception\InvalidArgumentException'

Message: 'The mailer DSN is invalid.'

Stack trace:

#0 /var/www/web4/htdocs/src/libs/symfony/mailer/Transport.php(145): Symfony\Component\Mailer\Transport\Dsn::fromString(Object(SensitiveParameterValue))
#1 /var/www/web4/htdocs/src/libs/symfony/mailer/Transport.php(97): Symfony\Component\Mailer\Transport->parseDsn(Object(SensitiveParameterValue))
#2 /var/www/web4/htdocs/src/libs/symfony/mailer/Transport.php(67): Symfony\Component\Mailer\Transport->fromString(Object(SensitiveParameterValue))
#3 /var/www/web4/htdocs/src/phpMyFAQ/Mail/SMTP.php(48): Symfony\Component\Mailer\Transport::fromDsn(Object(SensitiveParameterValue))
#4 /var/www/web4/htdocs/src/phpMyFAQ/Mail.php(467): phpMyFAQ\Mail\SMTP->setAuthConfig('XXXX', 'XXX', 'iXXXX', 587, false)
#5 /var/www/web4/htdocs/src/phpMyFAQ/Notification.php(104): phpMyFAQ\Mail->send()
#6 /var/www/web4/htdocs/admin/record.add.php(190): phpMyFAQ\Notification->sendNewFaqAdded(Array, 79, 'de')
#7 /var/www/web4/htdocs/admin/index.php(355): require('/var/www/web4/h...')
#8 {main}

Thrown in '/var/www/web4/htdocs/src/libs/symfony/mailer/Transport/Dsn.php' on line 41

@thorsten thorsten self-assigned this Oct 16, 2023
@thorsten thorsten added the Bug label Oct 16, 2023
@thorsten thorsten added this to the 3.2.2 milestone Oct 16, 2023
@thorsten
Copy link
Owner

Nutzt du TLS/SSL beim Mailserver?

@git-tec
Copy link
Author

git-tec commented Oct 16, 2023

Natürlich, wer das heute nicht nutzt, arbeitet nicht mehr DSGVO konform ;)

@thorsten
Copy link
Owner

Kannst du von der Admin-Konfiguration aus bei den Mails eine Test-Mail verschicken?

@thorsten
Copy link
Owner

Die Fehlermeldung kommt, wenn die URL des Mailservers nicht vom Symfony Mailer geparst werden kann.

@git-tec
Copy link
Author

git-tec commented Oct 16, 2023

Leider nicht der Button ist ohne Funktion bzw, kommt ein 500er

phpMyFAQ Fatal error

Uncaught exception: 'Symfony\Component\Mailer\Exception\InvalidArgumentException'

Message: 'The mailer DSN is invalid.'

Stack trace: [...]

@thorsten
Copy link
Owner

Ich schreib dir mal per Mail

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
Status: Done
Development

No branches or pull requests

2 participants