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 5c09de4 commit 165e128Copy full SHA for 165e128
mailer.rst
@@ -200,6 +200,8 @@ Use the ``attachFromPath()`` method to attach files that exist on your file syst
200
->attachFromPath('/path/to/documents/privacy.pdf', 'Privacy Policy')
201
// optionally you can provide an explicit MIME type (otherwise it's guessed)
202
->attachFromPath('/path/to/documents/contract.doc', 'Contract', 'application/msword')
203
+ // you can also use an absolute url
204
+ ->attachFromPath('http://example.com/path/to/documents/contract.doc', 'Contract', 'application/msword')
205
;
206
207
Alternatively you can use the ``attach()`` method to attach contents from a stream::
0 commit comments