Releases: symfony/mime
Releases · symfony/mime
v5.0.10
Changelog (v5.0.9...v5.0.10)
- bug #37167 use fromString when creating a new Address (fabpot)
v4.4.10
Changelog (v4.4.9...v4.4.10)
- bug #37167 use fromString when creating a new Address (fabpot)
v5.1.0
Changelog (v5.1.0-RC2...v5.1.0)
- no changes
v5.0.9
Changelog (v5.0.8...v5.0.9)
- bug #36947 Allow email message to have "To", "Cc", or "Bcc" header to be valid (Ernest Hymel)
- bug #36716 handle passing custom mime types as string (mcneely)
- bug #36751 fix bad method call on
EmailAddressContains
(Kocal)
v4.4.9
Changelog (v4.4.8...v4.4.9)
- bug #36947 Allow email message to have "To", "Cc", or "Bcc" header to be valid (Ernest Hymel)
- bug #36716 handle passing custom mime types as string (mcneely)
- bug #36751 fix bad method call on
EmailAddressContains
(Kocal)
v5.1.0-RC2
Changelog (v5.1.0-RC1...v5.1.0-RC2)
- bug #36947 Allow email message to have "To", "Cc", or "Bcc" header to be valid (Ernest Hymel)
v5.1.0-RC1
Changelog (v5.1.0-BETA1...v5.1.0-RC1)
- bug #36716 handle passing custom mime types as string (mcneely)
- bug #36751 fix bad method call on
EmailAddressContains
(Kocal)
v5.0.8
Changelog (v5.0.7...v5.0.8)
- bug #36467 Mailer from sender fixes (fabpot)
- bug #36463 Ensure proper line-ending for SMIME (sstok)
v4.4.8
Changelog (v4.4.7...v4.4.8)
- bug #36467 Mailer from sender fixes (fabpot)
v5.0.7
Changelog (v5.0.6...v5.0.7)
- no changes