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

Refactor swiftmailer to symfony mailer #10

Open
wants to merge 19 commits into
base: master
Choose a base branch
from

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
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?

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.

1 participant