php - How to open port in Ubuntu 14.04 for Sendgrid -


i have problem send email through sendgrid host. https://sendgrid.com/docs/classroom/basics/email_infrastructure/smtp_ports.html

how open port 25, 2525, 465 , 587 respectfully send mail sendgrid?

thanks

sendgrid provides rest api , dont need open ports that. article refers setting own smtp server not want. have @ this example better explain how can send mail using sendgrid.


Comments

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -