File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -299,9 +299,6 @@ Use the ``attachFromPath()`` method to attach files that exist on your file syst
299
299
->attachFromPath('/path/to/documents/privacy.pdf', 'Privacy Policy')
300
300
// optionally you can provide an explicit MIME type (otherwise it's guessed)
301
301
->attachFromPath('/path/to/documents/contract.doc', 'Contract', 'application/msword')
302
- // you can also use an absolute URL if your PHP config allows getting URLs using fopen()
303
- // (this is not recommended because your application may or may not work depending on PHP config)
304
- ->attachFromPath('http://example.com/path/to/documents/contract.doc', 'Contract', 'application/msword')
305
302
;
306
303
307
304
Alternatively you can use the ``attach() `` method to attach contents from a stream::
You can’t perform that action at this time.
0 commit comments