<?php
$sendgrid = new SendGrid("YOUR_SENDGRID_API_KEY");
$email    = new SendGrid\Email();
$email->addTo("
[email protected]")
      ->setFrom("
[email protected]")
      ->setSubject("Subject Text")
      ->setText("This is a ...