We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add explicit support for the List-Unsubscribe header, per RFC2369, e.g. in Message:
List-Unsubscribe
Message
public function setUnsubscribeURL($url) public function setUnsubscribeMailbox($mailbox)
Should add a header like:
List-Unsubscribe: <http://www.host.com/list.cgi?cmd=unsub&lst=list>, <mailto:[email protected]?subject=unsubscribe>
Add documentation, perhaps link to here.
The text was updated successfully, but these errors were encountered:
Pushing this to a future release, so we can release 1.0 ASAP.
Sorry, something went wrong.
No branches or pull requests
Add explicit support for the
List-Unsubscribe
header, per RFC2369, e.g. inMessage
:Should add a header like:
Add documentation, perhaps link to here.
The text was updated successfully, but these errors were encountered: