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

replace laminas-mail ? #60

Closed
arhimede opened this issue Jul 16, 2024 · 4 comments · Fixed by #65
Closed

replace laminas-mail ? #60

arhimede opened this issue Jul 16, 2024 · 4 comments · Fixed by #65
Assignees

Comments

@arhimede
Copy link
Member

arhimede commented Jul 16, 2024

since laminas mail is in security only mode
should we repalce it with symfony/mailer ?

NOTE

laminas-mail is deprecated and discontinued
can be used in production temporary
need to be replaced with the recommended replacement

@arhimede
Copy link
Member Author

first a 4.x release with linting and stuff , and remove badges
then a PR to branch 5

@arhimede
Copy link
Member Author

@SergiuBota1
please verify the Transports available
current we have

    • sendmail => Laminas\Mail\Transport\Sendmail
      * - smtp => Laminas\Mail\Transport\Smtp
      * - file => Laminas\Mail\Transport\File
      * - in_memory => Laminas\Mail\Transport\InMemory

@arhimede
Copy link
Member Author

FROM name is not properly set

  • clean the configuration file

@arhimede
Copy link
Member Author

fixed in #65

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

4 participants