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

[shopsys] replace swiftmailer with symfony/mailer #2470

Merged
merged 6 commits into from
Jul 8, 2022

Commits on Jul 7, 2022

  1. replace swiftmailer with symfony/mailer

    - mail spooling is not available anymore, the mails are sent immediatelly now
    - MAILER_DELIVERY_WHITELIST and MAILER_MASTER_EMAIL_ADDRESS are not implemented yet
    vitek-rostislav committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    8fdd769 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f7c4df1 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2022

  1. Configuration menu
    Copy the full SHA
    32e875b View commit details
    Browse the repository at this point in the history
  2. docs: update FAQ about mails

    - the mails are not spooled anymore
    - it is necessary to add verify_peer=false to DSN when using djfarrelly/maildev as smtp-server
    vitek-rostislav committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    2354213 View commit details
    Browse the repository at this point in the history
  3. Mailer::send() no longer throws exceptions when sending fails

    - instead, the failure is logged
    - MessageData is now strictly typed to ensure all required parts are filled-in
    vitek-rostislav committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    d0745ed View commit details
    Browse the repository at this point in the history
  4. add upgrading notes

    vitek-rostislav committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    8d686be View commit details
    Browse the repository at this point in the history