I am using SendGrid and PHP (CakePHP). My server does not have SMTP enabled. Do I need smtp on my server to use SendGrid’s SMTP API?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Disclaimer: I work at SendGrid.
Our SMTP API example recommends using the Swift_SmtpTransport library, which makes low-level socket connections to end systems. When configured with our example, Swift connects to our systems to deliver your message, and won’t require an SMTP service on your end.
Edit, Jun 20 2014 for new link:
https://sendgrid.com/docs/Code_Examples/php.html