www.tipimail.com
Open in
urlscan Pro
46.193.76.49
Public Scan
Submitted URL: http://www.tipimail.com/
Effective URL: https://www.tipimail.com/
Submission: On November 07 via manual from CA — Scanned from FR
Effective URL: https://www.tipimail.com/
Submission: On November 07 via manual from CA — Scanned from FR
Form analysis
1 forms found in the DOMPOST
<form action="" method="POST">
<input type="hidden" name="todo" value="send-contact">
<input type="hidden" name="checkbot" id="checkbot" value="26">
<div class="grid_4"><input type="text" name="firstname" id="firstname" placeholder="First name"></div>
<div class="grid_4"><input type="text" name="lastname" id="lastname" placeholder="Last name"></div>
<div class="grid_4"><input type="email" name="email" id="email" placeholder="Your email"></div>
<div class="clear"></div>
<div class="grid_12"><textarea name="msg" id="msg" placeholder="Your message"></textarea></div>
<div class="clear"></div>
<p style="margin-bottom: 1em;">Sarbacane Software processes the data collected to respond to requests from people and in certain situations to establish a commercial relationship with them.
<a href="https://www.tipimail.com/personal-data?prov=contact">Learn more about managing your data and your rights</a></p>
<button onclick="return checkContactForm();">Send email</button>
</form>
Text Content
Tipimail becomes Sarbacane Sendkit and is now part of Sarbacane Suite. Discover * Pricing * Docs * Contact * Tel: +1 64 686 725 37 +1 64 686 725 37 Log in Create free account French French RELY ON OUR SMTP API AND HAVE YOUR EMAILS & SMS DELIVERED Sarbacane Sendkit (ex-Tipimail) is a SMTP, easy to integrate to route your emails & SMS with a maximum of deliverability Create free account Tipimail customer ? Sign in here INTEGRATE QUICKLY INTO YOUR SYSTEM 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. * PHP * Node.JS * Python * Ruby //install swiftmailer before //$ php composer.phar require swiftmailer/swiftmailer @stable require_once 'vendor/autoload.php'; $subject = 'your subject'; $from = array('from@tipimail.com' =>'From Name'); $to = array('recipient1@tipimail.com' => 'recipient1'); $html = "version html"; $transport = Swift_SmtpTransport::newInstance('smtp.tipimail.com', 587); $transport->setUsername('your Tipimail username'); $transport->setPassword('one of your Api keys'); $swift = Swift_Mailer::newInstance($transport); $message = new Swift_Message($subject); $message->setFrom($from)->setTo($to); $message->setBody($html, 'text/html'); $result = $swift->send($message, $error); //install nodemailer before var nodemailer = require("nodemailer"); var transport = nodemailer.createTransport({ host: 'smtp.tipimail.com', port: 25, auth: { user: 'your Tipimail username', pass: 'one of your Api keys' } }); transport.sendMail({ from: 'from@tipimail.com', to: 'recipient1@tipimail.com', subject: 'send with Tipimail and nodejs', html: 'version html', }, function(err, message) { console.log(err || message); }); transport.close(); #!/usr/bin/python import smtplib from email.mime.multipart import MIMEMultipart msg = MIMEMultipart('alternative') msg['Subject'] = 'subject' msg['From'] = 'from@tipimail.com' msg['To'] = 'recipient1@tipimail.com' msg.attach(MIMEText(html, 'message html')) username = 'your Tipimail username' password = 'your Tipimail password' s = smtplib.SMTP('smtp.tipimail.com', 25) s.login(username, password) try: s.sendmail(msg['From'], msg['To'], msg.as_string()) finally: s.quit() /* 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 Docs Sign up CONTACT US Leave us a message and an expert will reply as soon as possible.. If you need technical support, please click here Sarbacane Software processes the data collected to respond to requests from people and in certain situations to establish a commercial relationship with them. Learn more about managing your data and your rights Send email Subscribe to our newletter Subscribe Sitemap * Pricing * Features * About us * Jobs Support * Docs * Faq * Help Corporate * Terms and Conditions * Antispam policy / abuse * Terms of use * DPA * GDPR * List of subcontractors * Technical and organisational measures Sarbacane Software, © 2023 All right reserved TITLE Text CancelOK * 1 * 2