Author |
|
ksobiski Newbie
Joined: 13 July 2023 Location: United States
Online Status: Offline Posts: 1
|
Posted: 13 July 2023 at 6:40am | IP Logged
|
|
|
Are there any calls in the C# mailbee object that can perform DKIM checking? We are looking to block any spam that gets to our servers. We need to do it in code rather than at the inbound server.
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 13 July 2023 at 6:49am | IP Logged
|
|
|
Hello,
Sure, please take a look at DomainKeys.Verify method which verifies the DomainKeys and DKIM signatures. This section of the Developer's Guide covers the matter in detail.
Also, General Suggestions section here, even though it's about sending mail out, can be useful for filtering incoming spam as well.
--
Regards,
Igor, Afterlogic Support
|
Back to Top |
|
|