Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update mailer configurations for Symfony mailer #14349

Open
wants to merge 1 commit into
base: snipeit_v7_laravel10
Choose a base branch
from

Commits on Feb 29, 2024

  1. Update mailer configurations for Symfony mailer

    Newer Laravel uses Symfony mailer instead of SwiftMailer, and that means
    that some configs and functionality have changed
    
    In this change, we update config/mail.php with the new config layout and
    name/functionality changes
    
    of note:
    
    * New configuration layout supporting lots of new/different mailers
    * MAIL_DRIVER has become MAIL_MAILER, though we'll support both
    * MAIL_ENCRYPTION is mostly useless, and we mark it as such -- symfony
      mailer detects which type of encryption to use automagically.
    * MAIL_TLS_VERIFY_PEER is now available in case of self-signed
      certificates on the mail server, of if you want to access it by a
      different name, or by IP
    
    Accordingly, we also update the .env examples, docker configs, and
    the .env builder in the snipeit.sh installation script with the above
    changes
    Jeremy Price committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    8ace30e View commit details
    Browse the repository at this point in the history