File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -251,7 +251,7 @@ user needs to wait for the sending to complete before she/he can see any respons
251
251
Queueing e-mails is the solution as sending is deferred (preferrable to a cron job) and the user receives
252
252
her/his application response fast.
253
253
254
- You will need a [ ` TgDatabase\Database ` ] ( https://github.com/technicalguru/php-database/blob/src/TgEmail /Database.php )
254
+ You will need a [ ` TgDatabase\Database ` ] ( https://github.com/technicalguru/php-database/blob/main/ src/TgDatabase /Database.php )
255
255
object to queue e-mails. Otherwise, ` EmailQueue ` will throw exceptions when you try to queue e-mails. Please refer
256
256
to the [ ` TgDatabase\Database ` ] ( https://github.com/technicalguru/php-database/ ) documentation about how to create
257
257
the ` Database ` object. Setup the according ` EmailsDAO ` and ` EmailQueue ` as follows:
@@ -381,7 +381,7 @@ $emailConfig = EmailConfig::from($jsonStringOrObjectOrAssocArray);
381
381
382
382
Most PHPUnit tests will not be executed when there is no SMTP server or database available. The unit tests will check
383
383
for environment variable ` EMAIL_TEST_SMTP ` and ` EMAIL_DATABASE ` . There is a bash script available,
384
- [ ` set-test-env.sh ` ] ( https://github.com/technicalguru/php-email/blob/set-test-env.sh ) that creates those
384
+ [ ` set-test-env.sh ` ] ( https://github.com/technicalguru/php-email/blob/main/ set-test-env.sh ) that creates those
385
385
variables for you. Copy it to e.g. ` set-local-test-env.sh ` and follow instructions in the file.
386
386
387
387
# Contribution
You can’t perform that action at this time.
0 commit comments