{"id":93039,"library":"symfony-google-mailer","title":"Symfony Google Mailer Bridge","description":"Symfony Google Mailer Bridge","status":"active","version":"8.1.0","language":"php","source_language":null,"source_url":"https://github.com/symfony/google-mailer","tags":["symfony","mailer","gmail","email","bridge"],"install":[{"cmd":"composer require symfony/google-mailer","lang":"bash","label":"composer require"}],"dependencies":[],"imports":[{"symbol":"GmailTransport","correct":"use Symfony\\Component\\Mailer\\Bridge\\Google\\Transport\\GmailTransport;"}],"quickstart":{"code":"use Symfony\\Component\\Mailer\\Bridge\\Google\\Transport\\GmailTransport;\nuse Symfony\\Component\\Mailer\\Mailer;\n\n$transport = new GmailTransport('user@gmail.com', 'password');\n$mailer = new Mailer($transport);\n$email = (new Email())->from('user@gmail.com')->to('recipient@example.com')->subject('Test')->text('Hello!');\n$mailer->send($email);","lang":"php","description":"Send an email via Gmail using Symfony Mailer."},"warnings":[{"fix":"Generate an App Password from Google Account settings.","message":"Gmail requires an App Password if 2FA is enabled; regular password may fail.","severity":"gotcha","affected_versions":">=1.0"}],"env_vars":null,"search_vec":"'bridg':4,8,13 'email':12 'gmail':11 'googl':2,6 'mailer':3,7,10 'symfoni':1,5,9","created_at":"2026-06-19T09:42:03.571532+00:00","updated_at":"2026-06-19T09:42:03.571532+00:00","problems":[],"ecosystem":"packagist","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://symfony.com","github":"https://github.com/symfony/google-mailer","docs":null,"changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["networking","auth"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-19","next_check":"2026-12-16","install_tag":null}}