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
251251Queueing e-mails is the solution as sending is deferred (preferrable to a cron job) and the user receives
252252her/his application response fast.
253253
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 )
255255object to queue e-mails. Otherwise, ` EmailQueue ` will throw exceptions when you try to queue e-mails. Please refer
256256to the [ ` TgDatabase\Database ` ] ( https://github.com/technicalguru/php-database/ ) documentation about how to create
257257the ` Database ` object. Setup the according ` EmailsDAO ` and ` EmailQueue ` as follows:
@@ -381,7 +381,7 @@ $emailConfig = EmailConfig::from($jsonStringOrObjectOrAssocArray);
381381
382382Most PHPUnit tests will not be executed when there is no SMTP server or database available. The unit tests will check
383383for 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
385385variables for you. Copy it to e.g. ` set-local-test-env.sh ` and follow instructions in the file.
386386
387387# Contribution
You can’t perform that action at this time.
0 commit comments