Skip to content
Snippets Groups Projects
Commit f88fdda3 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

update docs

parent fc5b768c
No related branches found
No related tags found
No related merge requests found
...@@ -20,6 +20,8 @@ In the php.ini in section `[PHP]` add a value for sendmail_path: ...@@ -20,6 +20,8 @@ In the php.ini in section `[PHP]` add a value for sendmail_path:
sendmail_path = "php [WEBROOT]/vendor/emailcatcher/php-sendmail.php" sendmail_path = "php [WEBROOT]/vendor/emailcatcher/php-sendmail.php"
``` ```
I the `php` binary is not in $PATH then insert it with complete path.
### Test sending an email ### Test sending an email
If you have no php script that sends an email you can create a test file like this: If you have no php script that sends an email you can create a test file like this:
...@@ -41,8 +43,6 @@ var_dump($ret); // (bool)true ...@@ -41,8 +43,6 @@ var_dump($ret); // (bool)true
In `[WEBROOT]/vendor//emailcatcher/data/` it creates a textfile if the fetching was successful. In `[WEBROOT]/vendor//emailcatcher/data/` it creates a textfile if the fetching was successful.
This will create a data file below `./vendor/emailcatcher/data/`.
### Exlude mail data file ### Exlude mail data file
If you extracted the sources (if no git clone was used): If you extracted the sources (if no git clone was used):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment