This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git i/core/lib/Thelia/Mailer/MailerFactory.php w/core/lib/Thelia/Mailer/MailerFactory.php | |
| index a59ad40..7808a79 100644 | |
| --- i/core/lib/Thelia/Mailer/MailerFactory.php | |
| +++ w/core/lib/Thelia/Mailer/MailerFactory.php | |
| @@ -30,6 +30,12 @@ use Thelia\Model\MessageQuery; | |
| */ | |
| class MailerFactory | |
| { | |
| + // {{{ added by @asenar - DKIM patch | |
| + // HOWTO |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| # Customize with your datas | |
| APIKEY="secret_token" | |
| DOMAIN="my_domain" | |
| RECORD="my_record" | |
| # DO NOT EDIT AFTER THIS LINE | |
| CURRENTIP=$(curl -s ifconfig.co/ip) | |
| IPLENGTH=$(echo -n ${CURRENTIP} | wc -m) |
OlderNewer