python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Class "Symfony\Component\Mailer\Bridge\Mailgun\Transport\MailgunTransportFactory" not found on Laravel 9
I just wanted to use Mailgun to send E-mail from my Laravel project and followed this steps from official document: https://laravel.com/docs/9.x/mail#mailgun-driver
composer require symfony/mailgun-ma...
Uğur Arıcı
Votes: 0
Answers: 2
disable transport fallback when sending emails
I have two transports, one for general emails and the other for noreply emails because of huge number
mailer.yml:
framework:
mailer:
transports:
main: '%env(MAILER_DSN)%'
...
pop_up
Votes: 0
Answers: 1
Symfony doesn't autowire Sendmail Transport from MAILER_DSN
I want to use Symfony Mailer in a Symfony 6 application.
I have configured following files, like explained the docs.
// .env
MAILER_DSN=sendmail://default?command=/usr/bin/sendmail%20-t
// .config/p...
Benni
Votes: 0
Answers: 1
Error Mailer : dependencies class using my autoload instead of composer class
im trying to use symfony/Mailer depencies with composer on my project , the problem i have my own autoload in my class but when i try to send a mail there is this error :
Warning: include(/Application...
projet senforage
Votes: 0
Answers: 0