Мне нужна помощь для встраивания sendgrid в мой проект Symfony 4.
Я установил https://github.com/expertcoder/SwiftmailerSendGridBundle, чтобы использовать API, правильно следовал инструкциям, получил ключ API от sendgrid
Вот часть моего файла .env
MAILER_URL=smtp://smtp.sendgrid.net:587?encryption=tls&auth_mode=login&username=%SENDGRID_API_KEY%&password=%SENDGRID_API_KEY%
###> expertcoder/swiftmailer-send-grid-bundle ###
SENDGRID_API_KEY= MyAPiKey
###< expertcoder/swiftmailer-send-grid-bundle ###
Это правильно? Спасибо