gmailmogul.com Open in urlscan Pro
2a06:98c1:3120::3  Public Scan

URL: https://gmailmogul.com/
Submission: On August 10 via automatic, source certstream-suspicious — Scanned from NL

Form analysis 1 forms found in the DOM

Name: paymentForm

<form id="paymentForm" name="paymentForm" class="ng-pristine ng-invalid ng-invalid-required ng-valid-email" novalidate="novalidate">
  <h3 class="tpl-6__checkout__title mb-sm-24 mb-16">Checkout</h3>
  <h4 class="tpl-6__checkout__subtitle mb-sm-20 mb-16">Contact</h4>
  <div class="row mobile-display">
    <div class="col-sm-6 col-12">
      <div class="form-group d-flex flex-column">
        <input type="text" class="form-control order-2 ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" ng-class="{'typed': order.customer.first_name !== ''}" autofill="" id="fname" name="fname" ng-model="order.customer.first_name"
          required="" spellcheck="false" value="" autocomplete="given-name">
        <label for="fname" class="order-1">First Name</label>
      </div>
    </div>
    <div class="col-sm-6 col-12">
      <div class="form-group d-flex flex-column">
        <input type="text" class="form-control order-2 ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" ng-class="{'typed': order.customer.last_name !== ''}" autofill="" id="lname" name="lname" ng-model="order.customer.last_name"
          required="" spellcheck="false" value="" autocomplete="family-name">
        <label for="lname" class="order-1">Last Name</label>
      </div>
    </div>
  </div>
  <div class="row">
    <div class="col-sm-6 col-12">
      <div class="form-group d-flex flex-column">
        <input type="email" class="form-control form-control--icon form-control--email order-2 ng-pristine ng-untouched ng-empty ng-valid-email ng-invalid ng-invalid-required" ng-class="{'typed': order.customer.email !== ''}" autofill="" id="email"
          name="email" ng-model="order.customer.email" required="" spellcheck="false" value="" autocomplete="email">
        <label for="email" class="order-1">Email Address</label>
      </div>
    </div>
    <div class="col-sm-6 col-12">
      <div class="form-group d-flex flex-column">
        <input type="email" class="form-control form-control--icon form-control--email order-2 ng-pristine ng-untouched ng-empty ng-valid-email ng-invalid ng-invalid-required" ng-class="{ 'typed': order.customer.email_confirmation !== undefined }"
          autofill="" id="email_confirmation" name="email_confirmation" ng-model="order.customer.email_confirmation" required="" spellcheck="false" value="" autocomplete="email">
        <label for="email_confirmation" class="order-1">Email Confirmation</label>
      </div>
    </div>
    <div class="col-sm-6 col-12">
      <!-- ngIf: checkoutState.product.properties.phone_number_field -->
    </div>
  </div>
  <h4 class="tpl-6__checkout__subtitle mt-sm-20 mb-16">Payment Options</h4>
  <div class="mb-sm-24 mb-16">
    <div class="custom-control custom-radio">
      <input class="custom-control-input selected" type="radio" name="radio_option" id="product-option-717480" ng-click="setProductOption('product_option',717480 )" ng-checked="checkoutContext.cart.settings.selected_payment_option === 717480"
        checked="checked">
      <label for="product-option-717480" class="custom-control-label w-100">
        <div class="row">
          <div class="col">
            <span>Free Domain</span>
            <div>
              <small class="text-muted">Then $15.00 yearly</small>
            </div>
          </div>
          <div class="col-auto">
            <div class="float-right text-right">
              <span>$37.00</span>
            </div>
          </div>
        </div>
      </label>
    </div>
  </div>
  <div class="mb-sm-24 mb-16">
    <div class="custom-control custom-radio">
      <input class="custom-control-input" type="radio" name="radio_option" id="product-option-717478" ng-click="setProductOption('product_option',717478 )" ng-checked="checkoutContext.cart.settings.selected_payment_option === 717478">
      <label for="product-option-717478" class="custom-control-label w-100">
        <div class="row">
          <div class="col">
            <span>Free Domain Transfer</span>
            <div>
              <small class="text-muted">Then $15.00 yearly</small>
            </div>
          </div>
          <div class="col-auto">
            <div class="float-right text-right">
              <span>$37.00</span>
            </div>
          </div>
        </div>
      </label>
    </div>
  </div>
  <div class="mb-sm-24 mb-16">
    <div class="custom-control custom-radio">
      <input class="custom-control-input" type="radio" name="radio_option" id="product-option-717578" ng-click="setProductOption('product_option',717578 )" ng-checked="checkoutContext.cart.settings.selected_payment_option === 717578">
      <label for="product-option-717578" class="custom-control-label w-100">
        <div class="row">
          <div class="col">
            <span>DIY Domain</span>
            <div>
              <small class="text-muted"></small>
            </div>
          </div>
          <div class="col-auto">
            <div class="float-right text-right">
              <span>$37.00</span>
            </div>
          </div>
        </div>
      </label>
    </div>
  </div>
  <div class="row">
    <div class="col-12">
      <h4 class="tpl-6__checkout__subtitle mt-sm-20 mb-16">Coupon Code</h4>
      <div class="tpl-6__coupon mb-sm-24 mb-16">
        <div class="row align-items-sm-center">
          <div class="col-sm-6 col-12">
            <div class="form-group mb-sm-0">
              <input type="text" class="form-control ng-pristine ng-untouched ng-valid ng-empty" placeholder="Coupon Code" id="coupon" name="coupon" ng-model="coupon_code">
            </div>
          </div>
          <div class="col-sm-auto col-12 px-8">
            <!-- ngIf: coupon_message.text == '' --><button type="button" class="btn btn-sm btn-primary btn-custom ng-scope" ng-if="coupon_message.text == ''" ng-disabled="!coupon_code" ng-click="checkCoupon(717480, false, false)"
              disabled="disabled">Apply coupon code</button><!-- end ngIf: coupon_message.text == '' -->
            <!-- ngIf: coupon_message.text !== '' -->
          </div>
          <div class="col-sm col-12 px-8 mt-sm-0 mt-8">
            <!-- ngIf: coupon_message.text !== '' -->
          </div>
        </div>
      </div>
    </div>
  </div>
  <h4 class="tpl-6__checkout__subtitle mt-sm-20 mb-16">Payment Methods</h4>
  <div id="payments" class="tpl-6__payment mb-sm-34 mb-24 mx-sm-0 mx-n16 p-sm-24 p-16">
    <div class="row">
      <div class="col-sm-auto col-12 order-sm-1 mt-sm-0 mt-16 order-3 ml-20 pr-0">
        <div class="custom-control custom-radio m-0">
          <input type="radio" id="creditCardRadio" name="paymentMethods" data-toggle="collapse" data-target="#cards:not(.show)" class="custom-control-input" ng-click="setPaymentType('cc_processor')" aria-expanded="true" checked="">
          <label class="custom-control-label d-flex align-items-center" for="creditCardRadio">
            <div class="payment-method-label"><img class="sampay-icon" src="https://d2n844f18s487r.cloudfront.net/modules/frontend/img/payment/sampay-wallet.svg" alt="SamPay Wallet"><span>Card &amp; More</span></div>
          </label>
        </div>
      </div>
      <div id="cards" class="col-12 collapse order-sm-4 order-3  show " data-parent="#payments">
        <div class="payment-element-container">
          <div class="payment-form cc-processor-form sampay-processor-form" ng-show="processor_selection == 'cc_processor'">
            <!-- ngIf: renderingPaymentElement -->
            <!-- ngIf: !renderingPaymentElement -->
            <div ng-if="!renderingPaymentElement" class="ng-scope">
              <stripe-element id="payment-element" instance="paymentElement" class="stripe-payment-element ng-isolate-scope">
                <div stripe-element-decorator="" class="StripeElement">
                  <div class="__PrivateStripeElement"
                    style="margin: -4px 0px !important; padding: 0px !important; border: none !important; display: block !important; background: transparent !important; position: relative !important; opacity: 1 !important; clear: both !important; transition: height 0.35s ease 0s !important;">
                    <iframe name="__privateStripeFrame69313" frameborder="0" allowtransparency="true" scrolling="no" role="presentation" allow="payment *"
                      src="https://js.stripe.com/v3/elements-inner-payment-13de5e96000944b2afb66b0fd712f8f7.html#wait=true&amp;rtl=false&amp;publicOptions[layout][type]=accordion&amp;publicOptions[layout][defaultCollapsed]=false&amp;publicOptions[layout][radios]=false&amp;publicOptions[layout][spacedAccordionItems]=true&amp;publicOptions[wallets][applePay]=never&amp;publicOptions[wallets][googlePay]=never&amp;stripeAccount=acct_1J9DpwLBStiHXRgE&amp;componentName=payment&amp;keyMode=live&amp;apiKey=pk_live_NNX27kZQDAPiNsF78lllGNd0&amp;referrer=https%3A%2F%2Fgmailmogul.com%2F&amp;controllerId=__privateStripeController6931"
                      title="Secure payment input frame"
                      style="border: none !important; margin: -4px; padding: 0px !important; width: calc(100% + 8px); min-width: 100% !important; overflow: hidden !important; display: block !important; user-select: none !important; transform: translate(0px) !important; color-scheme: light only !important; height: 338.312px; opacity: 1; transition: opacity 0.4s ease 0.1s;"></iframe>
                  </div>
                </div>
              </stripe-element>
            </div><!-- end ngIf: !renderingPaymentElement -->
          </div>
        </div>
      </div>
    </div>
  </div>
  <h4 class="tpl-6__checkout__subtitle mt-sm-20 mb-16">Order Summary</h4>
  <div id="order-summary-widget" box-loading="contextRefresh">
    <div id="product-list" class="box">
      <!-- ngRepeat: invoiceItem in checkoutContext.order.invoice.items -->
      <div class="product-item ng-scope" ng-repeat="invoiceItem in checkoutContext.order.invoice.items">
        <div class="product-label-col">
          <span class="product-item-name ng-binding">Free Domain</span>
          <!-- ngIf: subscriptionsByProductId[invoiceItem.product_id] -->
          <div ng-if="subscriptionsByProductId[invoiceItem.product_id]" class="ng-scope">
            <span class="price-item-detail">
              <span class="ng-binding">Then $15.00 yearly</span>
            </span>
          </div><!-- end ngIf: subscriptionsByProductId[invoiceItem.product_id] -->
          <!-- ngIf: invoiceItem.type === 'bump' -->
        </div>
        <div class="product-price-col float-right text-right">
          <!-- ngIf: invoiceItem.quantity > 1 --><span class="unit-amount ng-binding">$37.00</span>
        </div>
      </div><!-- end ngRepeat: invoiceItem in checkoutContext.order.invoice.items -->
    </div>
    <div id="summary-totals" class="box">
      <div class="invoice-item subtotal-row ng-hide" ng-show="checkoutContext.order.invoice.subtotal !== checkoutContext.order.invoice.total">
        <div class="invoice-label-col">
          <span class="invoice-item-label">Subtotal:</span>
        </div>
        <div class="invoice-amount-col float-right text-right">
          <span class="invoice-item-amount ng-binding">$37.00</span>
        </div>
      </div>
      <div class="invoice-item tax-row ng-hide" ng-show="checkoutContext.order.invoice.tax !== 0">
        <div class="invoice-label-col">
          <span class="invoice-item-label">Tax:</span>
        </div>
        <div class="invoice-amount-col float-right text-right">
          <span class="invoice-item-amount ng-binding">$0.00</span>
        </div>
      </div>
      <div class="invoice-item shipping-row ng-hide" ng-show="checkoutContext.order.invoice.shipping !== 0">
        <div class="invoice-label-col">
          <span class="invoice-item-label">Shipping:</span>
        </div>
        <div class="invoice-amount-col float-right text-right">
          <span class="invoice-item-amount ng-binding">$0.00</span>
        </div>
      </div>
      <div class="invoice-item discount-row ng-hide" ng-show="checkoutContext.order.invoice.discount !== 0">
        <div class="invoice-label-col">
          <span class="invoice-item-label">Discounts:</span>
        </div>
        <div class="invoice-amount-col float-right text-right">
          <span class="invoice-item-amount ng-binding">-$0.00</span>
        </div>
      </div>
      <div class="invoice-item total-row">
        <div class="invoice-label-col">
          <span class="invoice-item-label">Total:</span>
        </div>
        <div class="invoice-amount-col float-right text-right">
          <span class="invoice-item-amount ng-binding" id="total">$37.00 </span>
        </div>
      </div>
    </div>
  </div>
  <div class="tpl-6__order text-center pt-sm-30 py-24">
    <!-- ngIf: processor_selection !== 'digital_wallet' --><button type="submit" class="btn btn-primary mx-auto mb-sm-12 mb-20 w-100 main-cta ng-scope" id="placeOrder" name="placeOrder" ng-click="placeOrder('5WzzprAaF16Y0XK9WLiLhysQ')"
      ng-disabled="shippingCountryIsRestricted || isProcessingOrder" ng-if="processor_selection !== 'digital_wallet'"> Place Order Now </button><!-- end ngIf: processor_selection !== 'digital_wallet' -->
    <div id="payment-request-button" class="mx-auto mb-sm-12 mb-20 ng-hide" ng-show="processor_selection === 'digital_wallet'"></div>
  </div>
</form>

Text Content

IMPROVE YOUR IMAGE








STEP INTO PROFESSIONALISM WITH A CUSTOM DOMAIN EMAIL FOR GMAIL




START USING A REAL BUSINESS EMAIL ADDRESS WITH YOUR EXISTING GMAIL ACCOUNT


DO NOT USE @GMAIL.COM

Firstly, people notice. They really do. For some, it's a red flag, one that
could cost you an many major opportunities and adversely affect your revenue
because they'll assume you're not professional. Truth is, in business first
impressions are everything. This is especially true when you're
cold-calling/emailing a potential client for the first time. How many leaders in
your industry use a Gmail email address for doing business? ZERO!

Secondly, you're missing out on a vast branding/marketing opportunity. How often
have you seen someone's domain-named email and decided to go and check out their
site? You’ve done it several times, I’m sure.

For those two reasons alone, everyone who both considers themselves a
professional and want to be instantly viewed as one should have a domain-named
email address. Don't potentially leave money on the table by simply not looking
like a legitiment company. Instead, elevate your image by getting a real
domain-name business email address for less than the cost of a hoodie.

Setting up your business email with Gm@il Mogul is easy. You choose the name and
domain for your new email address and we take care of the behind the scenes
technology for you.


WE'LL GIVE YOU

A Professional Look

Stand out from your competition and always make the right first impression.

Instant Branding

Immediately have trust and legitimacy associated with your business name.

Gmail Convenience

Continue using your existing Gmail inbox, email history, and contacts.

Hardened Security

Protect your email address, domain, and Gmail account from spoofing.

Future Growth

Create additional email addresses as your business and staff grow.

SPAM Protection

Helps to keep your emails to your customers from landing in their spam.

A Professional Look

Stand out from your competition and always make the right first impression.

Instant Branding

Immediately have trust and legitimacy associated with your business name.

Gmail Convenience

Continue using your existing Gmail inbox, email history, and contacts.

Domain Management

Purchase or transfer an existing domain for instant automated setup.

Domain Privacy

Keep your domain contact infomation both private and confidental.

Domain Forwarding

Route domain visits to your social media accounts or a specific URL.

Hardened Security

Protect your email address, domain, and Gmail account from spoofing.

Future Growth

Create additional email addresses as your business and staff grow.

SPAM Protection

Helps to keep your emails to your customers from landing in their spam.



Domain Mananagement

Purchase or transfer a domain for instant automated TLCMail setup.



Domain Privacy

Keep your domain contact infomation both private and confidental.



Domain Forwarding

Route domain visits to your social media accounts or a specific URL.


HERE'S HOW


STEP 1

Complete the one-time payment. This will automatically kick off the entire
process. You will then be redirected to a form where you'll need to enter your
gmail address and confirm the domain email address you'd like to start using.


STEP 2

Submit your domain/email address information. If you're purchasing or
transferring a domain you'll be guided to through the entire process for setting
up your domain and forwarding it to where ever you choose.


STEP 3

Setup your Google/Gmail account. Simply follow the step-by-step instructions
we've created that walk you through configuring your Gmail account for business
email in 10 minutes or less. Upon completion you'll receive an email to your new
business address to confirming that you everything has been setup correctly.


TODAY'S OFFER

With your professional email address, you'll always be taken seriously and leave
no room for missed opportunities or money on the table. Your one-time purchase
you and your business will have the following:

Professional Email Address

Permanent Ownership

No On-Going Pro Email Cost

Sending/Receiving From Gmail

Usage Of Email History & Contacts

Easy Automated Setup

Special Offer Bonuses ($388 Value)

100% Money Back Guarantee

Time-Limited Special Offer


$37

Offer expires in:

00
days

00
hrs

00
min

00
sec

Offer subject to change after expiration.

Special Offer Bonuses ($388 Value)

Free Domain Purchase/Transfer

Free Domain Management

Free Spam Scanning Protection

Free Pro Email Management

Annual Domain Renewal

After the first (free) year, all domains are automatically renewed at a rate of
$15 per year.

All orders are 100% refundable within 30 days after purchasing. If you’re not
100% happy within the first 30 days you'll be refunded 100% of the purchase
price no questions asked.

GET STARTED NOW >


FREQUENTLY ASKED QUESTIONS

IS THERE REALLY JUST A ONE-TIME PAYMENT?

Yes, and you own the email address for life. You're in control and you will
continue to receive emails to that address unless you request a cancellation.
(Domains purchases and transfers required a yearly renewal of $15)

WHICH PAYMENT OPTION SHOULD CHOOSE?

Free Domain (option 1):
Select this option if you DO NOT currently own the domain name that you want to
use for the professional email address. After purchasing you'll be guided
through an automated process of creating your domain name, creating your
professional email address, and configuring your Gmail account.

Free Domain Transfer (option 2):
Select this option if you DO currently own the domain name that you want to use
for the professional email address and you'd like to have it automatically
configured. After purchasing you'll be guided through an automated process for
transferring your domain name, creating your professional email address, and
configuring your Gmail account. Transferring your domain will require you to log
into your domain registrar and request a transfer. Transfers can take anywhere
from 2 hours to 1 week to complete depending on how quickly your current domain
registrar can process it.

DIY Domain (option 3):
Select this option if you DO currently own the domain name that you want to use
for the professional email address but you'd like to stay with your current
domain registrar. After purchasing you'll be guided through an automated process
for manually updating your domain DNS records, creating your professional email
address, and configuring your Gmail account. Not transferring your domain will
require you to log into your domain registrar and manually add multiple DNS
records to your domain. Though this process is not difficult but does lend
itself to human error whereas transferring your domain automates the entire
process.

HOW DO I REQUEST A REFUND?

All orders are 100% refundable within 30 days after purchasing. If you’re not
100% happy within the first 30 days I’ll refund you 100% of the purchase price
no questions asked. Simply go to support.terrencelewis.co and request a refund
within 30 days of purchasing.


CHECKOUT

CONTACT

First Name
Last Name
Email Address
Email Confirmation


PAYMENT OPTIONS

Free Domain
Then $15.00 yearly
$37.00
Free Domain Transfer
Then $15.00 yearly
$37.00
DIY Domain

$37.00

COUPON CODE

Apply coupon code


PAYMENT METHODS

Card & More


ORDER SUMMARY

Free Domain
Then $15.00 yearly
$37.00
Subtotal:
$37.00
Tax:
$0.00
Shipping:
$0.00
Discounts:
-$0.00
Total:
$37.00
Place Order Now



© 2023 Terrence Lewis Co.. All Rights Reserved.

Powered by SamCart





PROCESSING