Send With SES
Visit Website
  • What is Send With SES ?
  • Why Send With SES ?
  • Get Started
  • Pricing
  • Features
    • Contacts
    • Email
    • SMS
    • Push Notifications
    • Team Inbox
  • FAQs
    • Email FAQs
      • How Many Emails Can I Send ?
      • Email Delivery Times.
      • Email Bounces & Complaints.
      • Do I Need A Domain To Send Emails With Amazon SES ?
    • SMS FAQs
      • SMS Deliverability
    • Push FAQs
    • Dedicated Account Manager
  • DOCUMENTS
    • Services and Privacy Terms.
    • Billing & Refund Policy
  • AWS Pinpoint Alternative
  • Send With SES Alternatives
  • 🅱️Random Stuff
    • Easy to Remember Color Guide for Non-Designers
    • The internet is an SEO landfill
    • Simple Startup Cashflow Projections (Spreadsheet)
    • Feedback Noise
    • Enemy At The (Billing) Gates
    • Stripe Country Comparison (Spreadsheet)
    • Startup VS Restaurant
  • HOW TO's
    • Getting Started
    • AWS Setups
      • Create Free AWS Account.
      • Create AWS Role
      • Generate AWS Keys.
    • EMAIL
      • Add/Edit DNS Records
      • Move Out of SES Sandbox and Increase AWS SES Limits.
      • Email Collection Popup.
      • Custom HTML
    • SMS
      • Move Out of SMS Sandbox
      • OTP SMS
    • Push Notifications
Powered by GitBook
On this page
  • 1. Add Email Collection Popup To Your Website [Red].
  • 2. Design Email Collection Popup [Green].
  • 3. Confirmation and Welcome Emails [Blue].
  • Need help? Write to hello@sendwithses.com
  1. HOW TO's
  2. EMAIL

Email Collection Popup.

PreviousMove Out of SES Sandbox and Increase AWS SES Limits.NextCustom HTML

Last updated 1 year ago

This section is outdated.

1. Add Email Collection Popup To Your Website [Red].

  • Copy the code similar to one shown in red box in above image.

  • It is very IMPORTANT that you paste this code between the <body> and </body> tags of your page. If you paste the code outside the <body> tags it will prevent your popup from appearing correctly.

Example HTML page BEFORE the email collection popup code has been added

<html>
<head>
This is the head of your page.
<title>Example HTML page</title>
</head>
<body>
This is the body of your page.
</body>
</html>

Example HTML page AFTER the email collection popup code has been added

<html>
<head>
This is the head of your page
<title>Example HTML page</title>
</head>
<body>
This is the body of your page.
<script src="https://sendwithses.com/users/load-email-collection-popup?unique_id=1234567890">
</script>
</body>
</html>

The 'Email Collection Popup' shows up at the bottom-right of your website.

2. Design Email Collection Popup [Green].

  • Toggle button above 'Email Collection Popup' to enable it. Click anywhere inside and type your desired help text. Highlight any part of the text for rich formatting options.

  • By default the Email Collection Popup only has the 'Email Field' enabled. You can include 'Phone Number' and 'Message Box' by selecting toggle buttons in the 'Popup Designer'.

  • When 'Message Box' is enabled you can optionally forward any messages from end users to your support email. To do so enter your support email in the 'Messages Forward Email' box.

  • You can change the background and text colors of the 'Email Collection Popup' to match your website theme.

3. Confirmation and Welcome Emails [Blue].

  • When a visitor to your website enters their email, they are first sent a confirmation link (also called as 'Double-Opt-In').

  • Once user clicks the confirmation link, their email is automatically inserted into your contacts list.

  • After the user clicks the confirmation link they can optionally be sent a 'Welcome Email'. You need to enable and compose 'Welcome Email'. See blue box in reference image at top.

Need help? Write to hello@sendwithses.com

Login to your Send With SES account and go to '' section.

Email Collection Popup
Send With SES - Email Collection Popup - Reference Image