forms icon indicating copy to clipboard operation
forms copied to clipboard

How to configure SMTP?

Open dreambold opened this issue 2 years ago • 1 comments

An exception has been thrown during the rendering of a template ("Connection could not be established with host "localhost:25": stream_socket_client(): Unable to connect to localhost:25 (Connection refused)").

Exceptions 2Logs 1Stack Traces 2 Twig\Error
RuntimeError in public/theme/winkarch/holder_contact.twig (line 16)

SEND A MESSAGE
{{ boltform('contact') }}

Address

dreambold avatar Aug 25 '23 19:08 dreambold

Configure the MAILER_DSN in bolt's config.yaml. Consult the Symfony docs on how to do this.

bobdenotter avatar Aug 27 '23 18:08 bobdenotter