Skip to content

Commit 4db8fcd

Browse files
committed
Reword
1 parent 268f1c6 commit 4db8fcd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mailer.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,8 @@ Use the ``attachFromPath()`` method to attach files that exist on your file syst
200200
->attachFromPath('/path/to/documents/privacy.pdf', 'Privacy Policy')
201201
// optionally you can provide an explicit MIME type (otherwise it's guessed)
202202
->attachFromPath('/path/to/documents/contract.doc', 'Contract', 'application/msword')
203-
// you can also use an absolute url if your PHP config allows getting URLs using fopen()
204-
// (this is not recommended because your application may or may not work depending on server config)
203+
// you can also use an absolute URL if your PHP config allows getting URLs using fopen()
204+
// (this is not recommended because your application may or may not work depending on PHP config)
205205
->attachFromPath('http://example.com/path/to/documents/contract.doc', 'Contract', 'application/msword')
206206
;
207207

0 commit comments

Comments
 (0)