We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4904546 commit fe6ce27Copy full SHA for fe6ce27
src/Mail/DkimSigner.php
@@ -33,7 +33,9 @@ class DkimSigner implements Signer
33
public function __construct(
34
private string $domain,
35
private string $selector,
36
+ #[\SensitiveParameter]
37
private string $privateKey,
38
39
private ?string $passPhrase = null,
40
private array $signHeaders = self::DefaultSignHeaders,
41
) {
src/Mail/SmtpMailer.php
@@ -35,6 +35,7 @@ class SmtpMailer implements Mailer
private string $host,
private string $username,
private string $password,
private ?int $port = null,
private ?string $encryption = null,
0 commit comments