
- HOW TO MAKE BULK EMAIL VERIFIER PHP SCRIPT VERIFICATION
- HOW TO MAKE BULK EMAIL VERIFIER PHP SCRIPT CODE
It's really cool.ĭon't forget to set an email subject and name your version using the settings cog on the left-hand side of the page.

This is a feature of SendGrid's dynamic templates.

The API will automatically replace this with the token before sending the email. Notice how we can use Mustache variables in our template to substitute the auto-generated token in the twilio_code variable.
HOW TO MAKE BULK EMAIL VERIFIER PHP SCRIPT CODE
Select the Code Editor and paste the body of our email into the editor on the left. Our template will be in HTML only, but in a production system, we'd also want to create text versions of our email. Click on the newly created template and Add Version then select a Blank Template. We can name our template anything we want it's just a friendly name for us to recognise the template. Head to the Dynamic Templates section of the SendGrid dashboard and click the Create a Dynamic Template button.
HOW TO MAKE BULK EMAIL VERIFIER PHP SCRIPT VERIFICATION
We'll be using SendGrid to send our verification emails, and Twilio to trigger the verify actions, so before we start we'll need an email template in our SendGrid account that we can use to send out our token.
