Skip to content

Instantly share code, notes, and snippets.

View AuNguyen1999's full-sized avatar
😇

Au Nguyen AuNguyen1999

😇
View GitHub Profile
@AuNguyen1999
AuNguyen1999 / OAuthEsmtpTransportFactory.php
Last active October 11, 2024 09:03 — forked from beerendlauwers/OAuthEsmtpTransportFactoryDecorator.php
(Drupal) Send emails with Symfony Mailer through Outlook / office365 with OAuth
<?php
namespace Drupal\symfony_mailer_office365\Transport;
use Drupal\symfony_mailer_office365\Transport\Smtp\Auth\XOAuth2Authenticator;
use Psr\EventDispatcher\EventDispatcherInterface;
use Psr\Log\LoggerInterface;
use Sentry\HttpClient\HttpClientInterface;
use Symfony\Component\Mailer\Transport\AbstractTransportFactory;
use Symfony\Component\Mailer\Transport\Dsn;