The Tipimail SMTP API is very easy to integrate and use with any system, app or website. Our docs offer a wealth of info and we are always happy to help with any question you may have.
Achieve the best deliverability
We ensure you have the best deliverability possible thanks to our team's expertise and the smart, propietary techonology we offer. Tipimail's parent company specializes in routing emails and delivers billions of them every year.
Track your emails
Track your emails live thanks to our intuitive web interface and receive detailed follow-ups on opens, clicks, errors... Be sure Tipimail will always send you real-time warnings in case there is an issue with any emails you sent.
/* gem install mail */
require 'mail'
Mail.defaults do
delivery_method :smtp, {
:port => 587,
:address => "smtp.tipimail.com",
:user_name => "username",
:password => "password"
}
end
mail = Mail.deliver do
from 'from'
to 'to'
subject 'subject'
html_part do
content_type 'text/html; charset=UTF-8'
body 'Message au format html'
end
end
For developers
Integrate Tipimail is very simple and fast. My emails are on my clients' mailboxes. I can focus on my developement.
- Arnaud SING Web Developer, Funbridge
Contact us
Leave us a message and an expert will reply as soon as possible..