Skip to content
Advertisement

Tag: symfony-mailer

Use the symfony/mailer component without the symfony framework

I am working on a project that doesn’t use any framework and I would like to use Symfony Mailer component to handle sending emails. The installation part (composer require) was well handled and everything is included in my code without any error. However, I still have a problem : the documentation of the component seems to be written only for

Advertisement