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 e9c6102 commit bb0b55bCopy full SHA for bb0b55b
mailer.rst
@@ -299,9 +299,6 @@ Use the ``attachFromPath()`` method to attach files that exist on your file syst
299
->attachFromPath('/path/to/documents/privacy.pdf', 'Privacy Policy')
300
// optionally you can provide an explicit MIME type (otherwise it's guessed)
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
;
306
307
Alternatively you can use the ``attach()`` method to attach contents from a stream::
0 commit comments