sf-dkim-tool 1.0.2 → 1.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -69,6 +69,7 @@ CNAME selector2._domainkey.mohanc.org selector2.ehet62.custdkim.salesforce.com.
69
69
 
70
70
  ## References
71
71
  - [Salesforce DKIM Complete Setup Guide](https://mchinnappan100.github.io/pages2/email/DKIM.html)
72
+ - [DKIM Verification via Salesforce](https://mchinnappan100.github.io/pages2/email/dkim-wp-sf.html)
72
73
 
73
74
  - [Salesforce DKIM Docs](https://help.salesforce.com/s/articleView?id=xcloud.security_user_email_verification_domain_auth.htm)
74
75
  - [MXToolbox DKIM Lookup](https://mxtoolbox.com/dkim.aspx)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sf-dkim-tool",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Salesforce DKIM Setup Wizard — CLI + Web UI",
5
5
  "main": "src/server.js",
6
6
  "bin": {