SendGrid with dynamic PHP params
问题 Hi All I am trying to do is get a simple PHP contact form on my site to work. I am using bootstrap 3 and SendGrid. I can get it to send an email but I can not seem to get it to pass the contact form params to SendGrid to then send to me. This is what I have. I just don't understand why something so simple is so complicated. <?php $url = 'https://api.sendgrid.com/'; $user = 'XXXXXXXX'; $pass = 'XXXXXXXX'; $first_name = $_POST["firstname"]; $last_name = $_POST["lastname"]; $email = $_POST[