1
0
مراية لـ https://github.com/postalserver/postal.git تم المزامنة 2025-12-01 05:43:04 +00:00

Use DKIM identifier from config file instead of hardcoded value

هذا الالتزام موجود في:
Charlie Smurthwaite
2023-03-17 12:25:10 +00:00
الأصل fd289c46fd
التزام 87e9b3e346

عرض الملف

@@ -9,7 +9,7 @@ module Postal
else
@domain_name = Postal.config.dns.return_path
@dkim_key = Postal.signing_key
@dkim_identifier = "postal"
@dkim_identifier = Postal.config.dns.dkim_identifier
end
@domain = domain
@message = message