Skip to content

Tags: friendsofhyperf/mail

Tags

v3.2.0-beta.1

Toggle v3.2.0-beta.1's commit message
fix: 更新多个类的__call方法参数类型注释以提高类型准确性

v3.1.76

Toggle v3.1.76's commit message
fix: 更新多个类的__call方法参数类型注释以提高类型准确性

v3.2.0-alpha.6

Toggle v3.2.0-alpha.6's commit message
refactor: 为多个类实现Stringable接口以支持字符串转换

v3.1.75

Toggle v3.1.75's commit message
refactor: 为多个类实现Stringable接口以支持字符串转换

v3.2.0-alpha.5

Toggle v3.2.0-alpha.5's commit message
Update composer.json keywords to v3.2

Replaces 'v3.1' with 'v3.2' in the keywords array across multiple composer.json files to reflect the new version. This ensures consistency and accurate version tagging for all related packages.

Co-Authored-By: copilot-swe-agent[bot] <[email protected]>
Co-Authored-By: huangdijia <[email protected]>

v3.2.0-alpha.1

Toggle v3.2.0-alpha.1's commit message
fix(mail): add missing `scheme` configuration to SMTP mailer (#944)

* fix(mail): add missing `scheme` configuration to SMTP mailer

* Apply suggestion from @Copilot

Co-authored-by: Copilot <[email protected]>

---------

Co-authored-by: Deeka Wong <[email protected]>
Co-authored-by: Copilot <[email protected]>

v3.1.69

Toggle v3.1.69's commit message
fix(mail): add missing `scheme` configuration to SMTP mailer (#944)

* fix(mail): add missing `scheme` configuration to SMTP mailer

* Apply suggestion from @Copilot

Co-authored-by: Copilot <[email protected]>

---------

Co-authored-by: Deeka Wong <[email protected]>
Co-authored-by: Copilot <[email protected]>

v3.1.64

Toggle v3.1.64's commit message
更新对 friendsofhyperf/support 的依赖版本至 ~3.1.61

v3.1.52

Toggle v3.1.52's commit message
Use Str::wrap() instead of nesting Str::start() inside Str::finish() …

…(#811)

Co-authored-by: Deeka Wong <[email protected]>

v3.1.49

Toggle v3.1.49's commit message
Make the Mailable class tappable.