We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d40922f commit 632d8e1Copy full SHA for 632d8e1
components/mime.rst
@@ -50,7 +50,7 @@ methods to compose the entire email message::
50
->cc('bar@example.com')
51
->bcc('baz@example.com')
52
->replyTo('fabien@symfony.com')
53
- ->priority(1)
+ ->priority(Email::PRIORITY_HIGH)
54
->subject('Important Notification')
55
->text('Lorem ipsum...')
56
->html('<h1>Lorem ipsum</h1> <p>...</p>')
0 commit comments