vemcogroup / laravel-sparkpost-driver

SparkPost driver to use with Laravel
MIT License
40 stars 16 forks source link

Verify domain #34

Open mwlvandermaat opened 8 months ago

mwlvandermaat commented 8 months ago

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?

danijelk commented 5 months ago

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

mwlvandermaat commented 5 months ago

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.