Objective
This document describes the way for sending emails from your application.
SMTP Ports configuration
TCP port 25 is blocked for security reasons; use TCP port 465 or 587 instead.
Choosing an email service
WebPaaS doesn't provide an integrated service for sending emails. You must choose a third-party provider such as Tipimail, Mailjet, or Sendinblue.
For compliance and sovereignty reason, OVHcloud would recommend using Tipimail solution.
Tipimail registration
Tipimail provides a free tier of 10000 emails/month. You can register at https://www.tipimail.com/
There are two possibilities, either using the Tipimail API, or the SMTP configuration. For the SMTP, you must connect to the TCP port 587.
You'll find examples on the Tipimail Documentation website:
- PHP: https://docs.tipimail.com/en/integrate/smtp/programming-languages/php/
-
NodeJS: https://docs.tipimail.com/en/integrate/smtp/programming-languages/nodejs/
-
Python: https://docs.tipimail.com/en/integrate/smtp/programming-languages/python/
- Ruby: https://docs.tipimail.com/en/integrate/smtp/programming-languages/ruby/
Did you find this guide useful?
Please feel free to give any suggestions in order to improve this documentation.
Whether your feedback is about images, content, or structure, please share it, so that we can improve it together.
Your support requests will not be processed via this form. To do this, please use the "Create a ticket" form.
Thank you. Your feedback has been received.