I have choose sendgrid to sent email to my mail accounts. I used the php curl to do so.
When i run the curl scrip sending the mail to sendgrid server
$url = 'https://api.sendgrid.com/';
I got {"message":"success"} json response
But the message is not being delivered to my mail account (say google)