Skip to content

Refactor swiftmailer to symfony mailer #10

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

Merged
merged 31 commits into from
Jun 30, 2025

Conversation

AlexzPurewoko
Copy link
Member

@AlexzPurewoko AlexzPurewoko commented Jul 16, 2024

Problem Statement

Swiftmailer is no longer maintained and they recommend us to use [Symfony Mailer](https://symfony.com/doc/current/mailer.html).

[The end of Swiftmailer (Symfony Blog)](https://symfony.com/blog/the-end-of-swiftmailer)

Plan & Todos

  • Mencari inspirasi implementasi update pada laravel terbaru, di mana pada versi laravel 9.x, laravel sudah melakukan migrasi dari swiftmailer ke symfony mailer. Adapun versi yang digunakan pada laravel 9.x adalah symfony/mailer 6.0. Versi 9.x laravel dipakai karena lebih dekat implementasinya ke 4.2, menghindari adanya beberapa major change pada versi selanjutnya.
  • Update dengan menyesuaikan beberapa perubahan yang ada di laravel 9.x beserta testingnya
  • Setelah update berhasil, menyesuaikan implementasi pada dicoding codebase

@AlexzPurewoko AlexzPurewoko self-assigned this Jul 16, 2024
@AlexzPurewoko AlexzPurewoko marked this pull request as ready for review July 18, 2024 05:17
@AlexzPurewoko AlexzPurewoko requested a review from rizqyhi July 26, 2024 01:31
@AlexzPurewoko
Copy link
Member Author

Kira kira ini mau di evaluate kapan yak?

1 similar comment
@AlexzPurewoko
Copy link
Member Author

AlexzPurewoko commented Sep 5, 2024

Kira kira ini mau di evaluate kapan yak?

@AlexzPurewoko
Copy link
Member Author

Guys sepertinya ini akan obsolete ketika tidak di implementasikan

@AlexzPurewoko AlexzPurewoko force-pushed the backport/migrate-swiftmailer-to-symfony-mailer branch from 51d0763 to 93324af Compare June 25, 2025 08:52
@AlexzPurewoko AlexzPurewoko requested a review from rizqyhi June 26, 2025 07:50
Copy link
Member

@rizqyhi rizqyhi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@AlexzPurewoko finally all done. Mantap work! 👍
Will merge now and make a new release.

@rizqyhi rizqyhi merged commit 2dc9dc0 into master Jun 30, 2025
1 check passed
@rizqyhi rizqyhi deleted the backport/migrate-swiftmailer-to-symfony-mailer branch June 30, 2025 03:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants