Skip to main content

Claim Your $50 Reliant Energy Credit + Free Vivint Smart Home Bundle

Claim Your $50 Reliant Energy Credit + Free Vivint Smart Home Bundle

Texas Electricity · Smart Home

Claim Your $50 Reliant Energy Credit + Free Vivint Smart Home Bundle

Use Referral Code: LTMXR2K to get a $50 bill credit when you enroll in a qualifying Reliant term plan. New customers can also receive a free Vivint Doorbell Camera Pro and Smart Thermostat with professional installation.

Sign up now — claim $50 credit   How it works

Why Switch to Reliant × VivintSmarter Together

Energy + security in one app. Reliant and Vivint partner to deliver a unified smart home experience. View real‑time energy insights from your Reliant account inside the Vivint app, control your smart thermostat, and monitor your home from anywhere.

  • Free Smarter Home Bundle: Vivint Doorbell Camera Pro + Smart Thermostat with free pro installation.
  • $50 Referral Credit: Use code LTMXR2K during enrollment.
  • Automatic savings: Thermostat can adjust up to 4°F during peak events via Reliant’s Degrees of Difference (you can override anytime).
  • 24/7 Support: Reliant’s customer service is available around the clock.

Already with Reliant? Upgrade to a Vivint system for $99 (doorbell, hub, sensors, thermostat; $1,250 value) and get 25% off additional equipment purchased before installation.

Scan to enroll with Reliant referral code LTMXR2K and get a $50 bill credit.
📱 Scan this QR code to enroll instantly with Referral ID LTMXR2K and get your $50 credit.

How to Claim Your $50 Credit and Free Vivint Bundle

  1. Check your current plan. Verify contract end date and any early termination fee in your Electricity Facts Label (EFL).
  2. Choose a qualifying Reliant term plan. Look for plans that include the Smarter Home Bundle. Browse eligible plans.
  3. Enroll and apply the referral code. Enter Referral ID LTMXR2K during checkout to activate your $50 bill credit.
  4. Schedule installation. Follow Reliant’s prompts to book your free Vivint professional installation.

Enroll now — get $50 + free Vivint bundle

Smart Home Essentials for Reliant Customers

If you’re already a Reliant customer, you can upgrade to a full Vivint system for $99 (valued at $1,250), including a Doorbell Camera Pro, Smart Hub panel, sensors, and Smart Thermostat. You’ll also get 25% off additional equipment purchased before your installation date.

Frequently Asked Questions

Will my power go out during the switch?

No — switching is handled seamlessly through your Transmission & Distribution Utility (TDU), so you shouldn’t lose power.

How long does the switch take?

Usually 1–7 business days, depending on your current provider.

Do I have to contact my old provider?

No. Reliant coordinates the transfer with your TDU.

Who qualifies for the $50 referral credit?

New Reliant residential customers in Texas who enroll in a qualifying term plan and use referral code LTMXR2K during sign‑up.

Is Vivint installation included?

Yes — professional installation for the Doorbell Camera Pro and Smart Thermostat is included for qualifying plans.

Offer Notes

This post contains a referral code. When you sign up for a qualifying Reliant term plan using referral code LTMXR2K, both you and the referrer receive a $50 bill credit. The free Vivint bundle is a separate offer and includes professional installation for the Doorbell Camera Pro and Smart Thermostat. Terms, plan availability, and eligibility can change; always review the plan details during enrollment.

Popular posts from this blog

EXTERNAL domain warning for zimbra

With the phishing attempts that consonantly target users your company can get exposed to a possible infiltration because a user thought a representative of the company sent them an email asking to change the password or to cleanup a full inbox, etc. In the email they will have a link and a login page that is used to collect the users login name and password. Many companies are starting to implement some kind of indication to the user that the email originated outside the company. Some will add a tag to the subject like [EXTERNAL] if the mail system has capabilities for using transport rules, spamassasin header, postfix header_checks. Other phishing attempts would use CEO names in the name field with a different return email address. The way users fall for this is they do not look at the originating email address. It also does not help that most mail clients will only show display name when provided instead of the email. Currently zimbra does not have a way to creat...

Remove EXTERNAL from subject on exim for email leaving your domain

In an earlier post I mentioned how to tag/add EXTERNAL to the subject header on exim.  I made the changes on our Sophos UTM which may require re-applying the configuration files after Sophos UTM update. I ended up adding and elif block to act on outgoing emails in the exim.system_filter file this is the block I added.  Change your domain as appropriate and add additional lines if you need to. elif  $header_from: contains "@yourdomain.com>"  and $header_to: does not contain "@yourdomain.com>"  and $header_subject: contains "[EXTERNAL]" then  headers add "Old-Subject: $h_subject:"  headers remove "Subject"  headers add "Subject: ${sg{$h_old-subject:}{[[]EXTERNAL[]]}{}}"  headers remove "Old-Subject" endif This is the full exim.system_filter file To have the $h_from or $header_from act on the domain part and not the display name part if someone was trying to spoof the from name I added the > at the ...

zimbra change domain ham spam galsync and virus accounts

Do the domain that was created by default is not the domain that you intended.  Or when you setup zimbra you were not paying attention and server name got added in front of the domain ie mail.domain.com instead of just domain.com. Now you need to setup the ham, spam, galsync, and virus-quarantine accounts to your new domain. Lets start with ham and spam. From zimbra webadmin find the spam and ham accounts under manage and then search individually for ham and spam.  They will have random characters after the name.  We will need the full name of both accounts.  Right click to edit the account and under account name change the domain to your newly created domain and save.  Do this for both accounts.  Also get the names of both accounts.  You can copy and paste them to use in the following command line. As zimbra user on the mail server run these commands. You can also check the current spam accounts with zmprov gcf zimbraSpamIsSpamAccount zimb...