Release notes
*Sourced from [phpmailer/phpmailer's releases](https://github.com/PHPMailer/PHPMailer/releases).*
> ## PHPMailer 6.1.1
> No code changes, just retagging for a misordered commit for 6.1.0.
>
> ## PHPMailer 6.1.0
> This is a feature and maintenance release.
>
> * Multiple bug fixes for folding of long header lines, thanks to [@caugner](https://github.com/caugner)
> * Add support for [RFC2387 child element content-type hint](https://tools.ietf.org/html/rfc2387#section-3.1) in `multipart/related` structures.
> * Support for Ical event methods other than `REQUEST`, thanks to [@puhr-mde](https://github.com/puhr-mde)
> * Change header folding and param separation to use spaces instead of tabs
> * Use ; to separate multiple MIME header params
> * Add support for RFC3461 DSN messages
> * IMAP example code fixed
> * Use PHP temp streams instead of temp files
> * Allow for longer SMTP error codes
> * Updated Brazilian Portuguese translation
> * Throw exceptions on invalid encoding values
> * Add Afrikaans translation, thanks to [@Donno191](https://github.com/Donno191)
> * Updated Farsi/Persian translation
> * Add PHP 7.4 to test config
> * Remove some ambiguity about setting XMailer property
> * Improve error checking in mailing list example
> * Drop PHP 5.5 from CI config as it's no longer supported by Travis-CI
> * Fix S/MIME signing
> * Add constants for encryption type
> * More consistent use of constants for encryption, charset, encoding
> * Add PHPMailer logo images
Changelog
*Sourced from [phpmailer/phpmailer's changelog](https://github.com/PHPMailer/PHPMailer/blob/master/changelog.md).*
> ## Version 6.1.1 (September 27th 2019)
> * Fix misordered version tag
>
> ## Version 6.1.0 (September 27th 2019)
> * Multiple bug fixes for folding of long header lines, thanks to [@caugner](https://github.com/caugner)
> * Add support for [RFC2387 child element content-type hint](https://tools.ietf.org/html/rfc2387#section-3.1) in `multipart/related` structures.
> * Support for Ical event methods other than `REQUEST`, thanks to [@puhr-mde](https://github.com/puhr-mde)
> * Change header folding and param separation to use spaces instead of tabs
> * Use ; to separate multiple MIME header params
> * Add support for RFC3461 DSN messages
> * IMAP example code fixed
> * Use PHP temp streams instead of temp files
> * Allow for longer SMTP error codes
> * Updated Brazilian Portuguese translation
> * Throw exceptions on invalid encoding values
> * Add Afrikaans translation, thanks to [@Donno191](https://github.com/Donno191)
> * Updated Farsi/Persian translation
> * Add PHP 7.4 to test config
> * Remove some ambiguity about setting XMailer property
> * Improve error checking in mailing list example
> * Drop PHP 5.5 from CI config as it's no longer supported by Travis-CI
> * Fix S/MIME signing
> * Add constants for encryption type
> * More consistent use of constants for encryption, charset, encoding
> * Add PHPMailer logo images
Commits
- [`26bd963`](https://github.com/PHPMailer/PHPMailer/commit/26bd96350b0b2fcbf0ef4e6f0f9cf3528302a9d8) 6.1.1
- [`69892e4`](https://github.com/PHPMailer/PHPMailer/commit/69892e4e06c9dd0a41c96829efe6e61a50eaec56) PHPMailer 6.1.0
- [`689d243`](https://github.com/PHPMailer/PHPMailer/commit/689d243f94f5bc66616d8a319e600e086c987446) CS
- [`5c7af56`](https://github.com/PHPMailer/PHPMailer/commit/5c7af569b4f80578306958378a48359dcdebe9c6) CS
- [`268681b`](https://github.com/PHPMailer/PHPMailer/commit/268681b7e109e7176fa199f31ea3d9cc426f18d7) Update copyright
- [`c0d49ac`](https://github.com/PHPMailer/PHPMailer/commit/c0d49ac04910ce99f9b7fefdc13a9e9a34d2bad4) Consistent use of debug constants, CS
- [`698e352`](https://github.com/PHPMailer/PHPMailer/commit/698e352fe6f304b9d7b846b2738f09a02c12d991) Readme
- [`3cd175a`](https://github.com/PHPMailer/PHPMailer/commit/3cd175abaf7e94745d6f3ddce3099f6e83c51ed4) Fix the problem about travis-ci. ([#1848](https://github-redirect.dependabot.com/PHPMailer/PHPMailer/issues/1848))
- [`f48d768`](https://github.com/PHPMailer/PHPMailer/commit/f48d768d4a5f294983ab93e4acf1cd27efb0b79e) Update logo image
- [`108d6d3`](https://github.com/PHPMailer/PHPMailer/commit/108d6d3c9f68bcd21bc52265ef26c1848ce39575) Changelog
- Additional commits viewable in [compare view](https://github.com/PHPMailer/PHPMailer/compare/v6.0.7...v6.1.1)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Bumps phpmailer/phpmailer from 6.0.7 to 6.1.1.
Release notes
*Sourced from [phpmailer/phpmailer's releases](https://github.com/PHPMailer/PHPMailer/releases).* > ## PHPMailer 6.1.1 > No code changes, just retagging for a misordered commit for 6.1.0. > > ## PHPMailer 6.1.0 > This is a feature and maintenance release. > > * Multiple bug fixes for folding of long header lines, thanks to [@caugner](https://github.com/caugner) > * Add support for [RFC2387 child element content-type hint](https://tools.ietf.org/html/rfc2387#section-3.1) in `multipart/related` structures. > * Support for Ical event methods other than `REQUEST`, thanks to [@puhr-mde](https://github.com/puhr-mde) > * Change header folding and param separation to use spaces instead of tabs > * Use ; to separate multiple MIME header params > * Add support for RFC3461 DSN messages > * IMAP example code fixed > * Use PHP temp streams instead of temp files > * Allow for longer SMTP error codes > * Updated Brazilian Portuguese translation > * Throw exceptions on invalid encoding values > * Add Afrikaans translation, thanks to [@Donno191](https://github.com/Donno191) > * Updated Farsi/Persian translation > * Add PHP 7.4 to test config > * Remove some ambiguity about setting XMailer property > * Improve error checking in mailing list example > * Drop PHP 5.5 from CI config as it's no longer supported by Travis-CI > * Fix S/MIME signing > * Add constants for encryption type > * More consistent use of constants for encryption, charset, encoding > * Add PHPMailer logo imagesChangelog
*Sourced from [phpmailer/phpmailer's changelog](https://github.com/PHPMailer/PHPMailer/blob/master/changelog.md).* > ## Version 6.1.1 (September 27th 2019) > * Fix misordered version tag > > ## Version 6.1.0 (September 27th 2019) > * Multiple bug fixes for folding of long header lines, thanks to [@caugner](https://github.com/caugner) > * Add support for [RFC2387 child element content-type hint](https://tools.ietf.org/html/rfc2387#section-3.1) in `multipart/related` structures. > * Support for Ical event methods other than `REQUEST`, thanks to [@puhr-mde](https://github.com/puhr-mde) > * Change header folding and param separation to use spaces instead of tabs > * Use ; to separate multiple MIME header params > * Add support for RFC3461 DSN messages > * IMAP example code fixed > * Use PHP temp streams instead of temp files > * Allow for longer SMTP error codes > * Updated Brazilian Portuguese translation > * Throw exceptions on invalid encoding values > * Add Afrikaans translation, thanks to [@Donno191](https://github.com/Donno191) > * Updated Farsi/Persian translation > * Add PHP 7.4 to test config > * Remove some ambiguity about setting XMailer property > * Improve error checking in mailing list example > * Drop PHP 5.5 from CI config as it's no longer supported by Travis-CI > * Fix S/MIME signing > * Add constants for encryption type > * More consistent use of constants for encryption, charset, encoding > * Add PHPMailer logo imagesCommits
- [`26bd963`](https://github.com/PHPMailer/PHPMailer/commit/26bd96350b0b2fcbf0ef4e6f0f9cf3528302a9d8) 6.1.1 - [`69892e4`](https://github.com/PHPMailer/PHPMailer/commit/69892e4e06c9dd0a41c96829efe6e61a50eaec56) PHPMailer 6.1.0 - [`689d243`](https://github.com/PHPMailer/PHPMailer/commit/689d243f94f5bc66616d8a319e600e086c987446) CS - [`5c7af56`](https://github.com/PHPMailer/PHPMailer/commit/5c7af569b4f80578306958378a48359dcdebe9c6) CS - [`268681b`](https://github.com/PHPMailer/PHPMailer/commit/268681b7e109e7176fa199f31ea3d9cc426f18d7) Update copyright - [`c0d49ac`](https://github.com/PHPMailer/PHPMailer/commit/c0d49ac04910ce99f9b7fefdc13a9e9a34d2bad4) Consistent use of debug constants, CS - [`698e352`](https://github.com/PHPMailer/PHPMailer/commit/698e352fe6f304b9d7b846b2738f09a02c12d991) Readme - [`3cd175a`](https://github.com/PHPMailer/PHPMailer/commit/3cd175abaf7e94745d6f3ddce3099f6e83c51ed4) Fix the problem about travis-ci. ([#1848](https://github-redirect.dependabot.com/PHPMailer/PHPMailer/issues/1848)) - [`f48d768`](https://github.com/PHPMailer/PHPMailer/commit/f48d768d4a5f294983ab93e4acf1cd27efb0b79e) Update logo image - [`108d6d3`](https://github.com/PHPMailer/PHPMailer/commit/108d6d3c9f68bcd21bc52265ef26c1848ce39575) Changelog - Additional commits viewable in [compare view](https://github.com/PHPMailer/PHPMailer/compare/v6.0.7...v6.1.1)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.