www.mailersend.com
Open in
urlscan Pro
2606:4700::6812:d2a
Public Scan
Submitted URL: https://mailersend.bonusbank.eu/
Effective URL: https://www.mailersend.com/
Submission: On March 17 via automatic, source certstream-suspicious — Scanned from DE
Effective URL: https://www.mailersend.com/
Submission: On March 17 via automatic, source certstream-suspicious — Scanned from DE
Form analysis
1 forms found in the DOMPOST https://app.mailerlite.com/webforms/submit/x4y7u4
<form class="ml-block-form" action="https://app.mailerlite.com/webforms/submit/x4y7u4" data-code="y6l4a7" method="post" target="_blank">
<div class="ml-form-formContent horozintalForm">
<div class="ml-form-horizontalRow">
<div class="ml-input-horizontal">
<div style="width:100%" class="horizontal-fields">
<h6 class="mb-3">Be the first to get updates and email insights</h6>
<div class="ml-field-group ml-field-email ml-validate-email ml-validate-required form-row">
<div class="col-sm-8 col-xl-9 pr-xl-0">
<input type="email" class="form-control form-control-lg mb-3 mb-sm-0" data-inputmask="" name="fields[email]" placeholder="Your email address" autocomplete="email" aria-invalid="false">
</div>
<div class="col-sm-4 col-xl-3">
<button disabled="disabled" style="display:none" type="button" class="btn btn-lg btn-secondary w-100 loading px-1"> <span class="spinner-grow spinner-grow-sm" role="status" aria-hidden="true"></span> </button>
<button type="submit" class="btn btn-lg btn-secondary w-100 primary px-1 py-xl-2 h-100"> Subscribe </button>
</div>
</div>
<p class="mb-0 mt-2 text-gray-900 text-opacity-50 small">We'll send you updates and announcements. You can unsubscribe at any time.</p>
</div>
</div>
</div>
</div>
<input type="hidden" name="ml-submit" value="1" aria-invalid="false">
</form>
Text Content
* * Features * Pricing * Blog * Resources * Knowledge base * API reference * SDK libraries * Log in * Sign up * TRANSACTIONAL EMAIL IS NOW A TEAM SPORT A powerful infrastructure to scale quickly. An intuitive interface so the entire team can contribute. A smarter way to work. Sign up free Get a demo Get 12,000 free emails per month WHY MAILERSEND? MailerSend is a comprehensive tool for your everyday business: send invoices, delivery updates, forgotten password links in seconds, without thinking about it. * EMAIL API MailerSend’s powerful RESTful API is built with you in mind. Start integrating email sending quickly with our official libraries and authenticate API requests with tokens. * SMTP RELAY Use Simple Mail Transfer Protocol when you want to quickly send emails using a reliable Internet standard. Our SMTP relay service takes care of your email delivery so you don’t have to manage an email server. * INBOUND ROUTING Automatically parse incoming emails. Inbound email routes enable MailerSend to receive emails on your behalf, integrating them into your application. * * * CREATED BY THE DELIVERABILITY EXPERTS MailerSend integrates quickly into your tech stack, scales with your sendings, and ensures that your email gets delivered. “ We switched to MailerSend while sending more than 20,000 emails a day. Integration was a breeze with their great API and SDKs for your favorite language. Since then, we've scaled up to send over 7 million emails without any problems. ” NIKOLA MILOJEVIĆ , CTO /assets/logos/mailerlite.svg {{ /logo }} “ MailerSend gives us peace of mind. We never worry about our emails. All the work happens in the background—always addressing our needs. ” RAPHAËL ABADIE , CTO /assets/logos/caresend.png {{ /logo }} “ After switching to MailerSend, our e-mail deliverability has increased dramatically across every application we manage. The user experience and support are exceptional. MailerSend has figured out how to do transactional e-mail right! ” DAVE BUONOMO , President & CTO /assets/logos/blueatlas.png {{ /logo }} “ MailerSend gives us peace of mind. We never worry about our emails. All the work happens in the background—always addressing our needs. ” RAPHAËL ABADIE , CTO /assets/logos/caresend.png {{ /logo }} “ After switching to MailerSend, our e-mail deliverability has increased dramatically across every application we manage. The user experience and support are exceptional. MailerSend has figured out how to do transactional e-mail right! ” DAVE BUONOMO , President & CTO /assets/logos/blueatlas.png {{ /logo }} “ MailerSend fits perfectly into my workflows and it allows me to do exactly what I need to do. It's the best transactional email tool for people who don’t code. ” CONNOR FINLAYSON , Founder, Unicorn Factory /assets/logos/UnicornFactory-Logo-Long.svg {{ /logo }} “ After switching to MailerSend, our e-mail deliverability has increased dramatically across every application we manage. The user experience and support are exceptional. MailerSend has figured out how to do transactional e-mail right! ” DAVE BUONOMO , President & CTO /assets/logos/blueatlas.png {{ /logo }} “ MailerSend fits perfectly into my workflows and it allows me to do exactly what I need to do. It's the best transactional email tool for people who don’t code. ” CONNOR FINLAYSON , Founder, Unicorn Factory /assets/logos/UnicornFactory-Logo-Long.svg {{ /logo }} “ We switched to MailerSend while sending more than 20,000 emails a day. Integration was a breeze with their great API and SDKs for your favorite language. Since then, we've scaled up to send over 7 million emails without any problems. ” NIKOLA MILOJEVIĆ , CTO /assets/logos/mailerlite.svg {{ /logo }} “ MailerSend fits perfectly into my workflows and it allows me to do exactly what I need to do. It's the best transactional email tool for people who don’t code. ” CONNOR FINLAYSON , Founder, Unicorn Factory /assets/logos/UnicornFactory-Logo-Long.svg {{ /logo }} “ We switched to MailerSend while sending more than 20,000 emails a day. Integration was a breeze with their great API and SDKs for your favorite language. Since then, we've scaled up to send over 7 million emails without any problems. ” NIKOLA MILOJEVIĆ , CTO /assets/logos/mailerlite.svg {{ /logo }} “ MailerSend gives us peace of mind. We never worry about our emails. All the work happens in the background—always addressing our needs. ” RAPHAËL ABADIE , CTO /assets/logos/caresend.png {{ /logo }} Previous Next INTEGRATE QUICKLY WITH OUR API DOCUMENTATION MailerSend fits right into your stack with libraries for your favorite programming language, while detailed API documentation helps you send emails in minutes. Read our API docs * cURL * PHP * Node.js * Go * Python * Ruby 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 curl -X POST \ https://api.mailersend.com/v1/email \ -H 'Content-Type: application/json' \ -H 'X-Requested-With: XMLHttpRequest' \ -H 'Authorization: Bearer {place your token here without brackets}' \ -d '{ "from": { "email": "your@email.com" }, "to": [ { "email": "your@client.com" } ], "subject": "Hello from MailerSend!", "text": "Greetings from the team, you got this message through MailerSend.", "html": "Greetings from the team, you got this message through MailerSend." }' הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX BUILD PERSONALIZED RELATIONSHIPS AT SCALE Use our ready-made dynamic email templates to build one-to-one relationships on a mass scale. You can send a few or a few million emails with messages that are automatically personalized for each recipient. * DRAG & DROP BUILDER MailerSend’s drag & drop email template builder empowers anyone in your team to create professional-looking transactional emails on their own. No coding required! * PREDESIGNED EMAIL TEMPLATES Choose from our growing library of responsive email templates to create your design in our email editor. Then make it your own by customizing fonts, images, colors and your logo to match your brand. * PERSONALIZATION Transactional emails work better when they’re personalized. Work smarter by creating a single template that uses dynamic data for email personalization. AUTOMATE EMAIL SENDING Integrate MailerSend in your workflow with Zapier or Integromat and start sending emails automatically triggered by activity from your apps. 24/7 CUSTOMER SUPPORT Get help whenever you need it! Contact us here or just drop us a message on the live chat. Our dedicated support team works around the clock because transactional emails never stop. 93% satisfaction rate 100% response rate 24/7 support hours CREATE YOUR FIRST EMAIL IN MINUTES Sign up now BE THE FIRST TO GET UPDATES AND EMAIL INSIGHTS Subscribe We'll send you updates and announcements. You can unsubscribe at any time. THANK YOU! You have successfully joined our subscriber list. PRODUCT * Transactional emails * Email API * Email templates * Email delivery * SMTP relay * Inbound routing * Roadmap RESOURCES * API reference * Status * Integrations * Get a demo * Get help * Brand assets * Free templates * Blog COMPANY * About us * Write for us * Pricing * Jobs * Contact us * Affiliate program COMPARE * SendGrid alternative * Mailgun alternative * Mandrill alternative * SMTP.com alternative * SparkPost alternative * Amazon SES alternative * Postmarkapp alternative FOLLOW US * YouTube * LinkedIn * Twitter * Facebook GDPR Compliant © 2020 - 2022 MailerSend. All rights reserved. * Terms of Service * Report abuse * Cookies Settings * GDPR Compliant We are part of Stop War! Help Ukraine! See what you can do PRIVACY PREFERENCE CENTER When you visit any website, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and change our default settings. However, blocking some types of cookies may impact your experience of the site and the services we are able to offer. More information Allow All MANAGE CONSENT PREFERENCES STRICTLY NECESSARY COOKIES Always Active These cookies are necessary for the website to function and cannot be switched off in our systems. They are usually only set in response to actions made by you which amount to a request for services, such as setting your privacy preferences, logging in or filling in forms. You can set your browser to block or alert you about these cookies, but some parts of the site will not then work. These cookies do not store any personally identifiable information. PERFORMANCE COOKIES Performance Cookies These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not know when you have visited our site, and will not be able to monitor its performance. FUNCTIONAL COOKIES Functional Cookies These cookies enable the website to provide enhanced functionality and personalisation. They may be set by us or by third party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly. TARGETING COOKIES Targeting Cookies These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information, but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising. BACK BUTTON BACK Vendor Search Search Icon Filter Icon Clear checkbox label label Apply Cancel Consent Leg.Interest checkbox label label checkbox label label checkbox label label Confirm My Choices By clicking “Accept All Cookies”, you agree to the storing of cookies on your device to enhance site navigation, analyze site usage, and assist in our marketing efforts. View our Cookie Policy. Cookies Settings Accept All Cookies