laravel-sparkpost-driver icon indicating copy to clipboard operation
laravel-sparkpost-driver copied to clipboard

Verify domain

Open mwlvandermaat opened this issue 1 year ago • 2 comments

Hello,

Is it possible to extend the SparkPostTransport and the Helper classes with a function that checks the domain is valid and can be called from the Helper class?

mwlvandermaat avatar Nov 09 '23 10:11 mwlvandermaat

hey, define 'valid' domain? as in dns registered, not a fake onetime-email or just a simple email validation?

danijelk avatar Jan 25 '24 12:01 danijelk

Hi,

When we discuss a "valid" domain within the context of SparkPost, we refer to a domain that is properly configured within the SparkPost environment for sending emails. This entails having a sending domain configured with the following statuses:

  1. Sending Ready: The domain is set up and ready to send emails through SparkPost. This involves configuring the necessary settings within SparkPost for sending emails from your domain.
  2. DKIM Ready: DKIM (DomainKeys Identified Mail) is configured for the domain. DKIM helps verify the authenticity of emails sent from your domain, enhancing email security and deliverability.

mwlvandermaat avatar Jan 29 '24 08:01 mwlvandermaat