LogMeIn support sites no longer support Microsoft's Internet Explorer (IE) browser. Please use a supported browser to ensure all features perform as they should (Chrome / FireFox / Edge).

The GoTo support site no longer supports Safari 15. Please upgrade your browser to Safari 16 (or newer) or switch to a supported browser such as Google Chrome, Mozilla Firefox, or Microsoft Edge.

Discover what our all-in-one IT solution can do for your business. Get LogMeIn Resolve free.

We are currently experiencing an unplanned outage for this product. Service Status
  • Support
  • Products

    Explore support by product

    GoTo Connect

    All-in-one phone, meeting and messaging software

    GoTo Meeting

    Video and audio meeting software

    GoTo Webinar

    All-in-one webinar and virtual events software

    GoTo Room

    Conference room hardware

    GoTo Training

    Online training software

    OpenVoice

    Audio conferencing software

    Grasshopper

    Lightweight virtual phone system

    join.me

    Video conferencing software

    LogMeIn Resolve

    IT management & support

    LogMeIn Resolve MDM

    Mobile device management

    LogMeIn Pro

    Remote device access

    LogMeIn Central

    Remote monitoring & management

    LogMeIn Rescue

    Remote IT support

    GoToMyPC

    Remote desktop access

    GoToAssist

    Remote support software

    Hamachi

    Hosted VPN service

    RemotelyAnywhere

    On-prem remote access solution
  • Community
  • Trainings
  • Service Status
  • LogMeIn Returns as GoTo's IT Portfolio Brand

    LogMeIn is back as the name behind our IT products.

    Read the full announcement.
    Try the improved My Cases portal

    Easily manage your ticket, track its status, contact us from an existing case, and more.

    Sign in to try
  • Language selector icon Language selector icon
    • English
    • français
    • italiano
    • Deutsch
    • español
    • português
    • Nederlands
  • Contact Support
  • Service Status
  • User Avatar User Avatar
    • Support
    • Contact Support
    • Browse Products
    • Service Status
    • Community
    • Trainings
    • Sign in
    • User Avatar
    • My Account
    • Personal Info
    • Sign In & Security
    • My Cases
    • Billing Center
    • https://link.goto.com/myaccount-billing
    • My GoTo Connect
    • My Meetings
    • My Webinars
    • My Trainings
    • My Conferences
    • My Resolutions
    • My Mobile Devices
    • My Sessions
    • My Sessions
    • My Incidents
    • Sign out
  • GoTo Admin
  • GoTo Admin Portal
  • Explore Features
  • Helpdesk
product logo
Back button image Back
Back button image
product logo

Display a custom helpdesk email address to your end-users

You can create a helpdesk service with a "vanity" email address that is easy to remember for your end-users.

Setting up a custom helpdesk email address needs you to do the following:
  • Define a custom email address in LogMeIn Resolve. This allows your end-users to see a custom sender name in your emails.
  • Reroute your emails in your email client, such as Microsoft Outlook, or Gmail, from the custom address to the original address of your helpdesk service. This makes sure that when your end-users create a helpdesk ticket from an email, your LogMeIn Resolve helpdesk service receives that email.
  1. In GoTo Admin, go to the Settings (gear) icon Settings > Helpdesk page.
  2. On the Helpdesk services tab, select a service that you have set up.
  3. On the Overview page, select Edit details.
  4. Type the Custom email address that you want to use to send emails to end-users.
  5. Type the Sender name that will be displayed for end-users as the message's sender.
    Choose a name that best identifies your company or service.
  6. Save your changes.
    You will receive a verification code to the custom email address that you have defined.
  7. In the Verify your email address window, type the code that you have received. Then select Verify.
    If you haven't received a code, select Resend verification email.
What to do next: After setting up a custom email address for your helpdesk service, make sure you reroute your emails from the custom address (for example, helpdesk@mycompany.com) to the original address of your helpdesk service (for example, helpdesk@mycompany.gotoresolve.com). Otherwise, your end-users will not be able to create tickets. For information on the forwarding rules of the most commonly used email clients, see the Microsoft and Gmail support sites.

Frequently Asked Questions

What if I no longer want to use a custom email address?
You can remove this setting in GoTo Admin. To do so,
  1. Select the helpdesk service that you want to modify.
  2. On the Overview page, hover over the name of your custom email address.
  3. Select the bin icon on the right.
  4. Verify that you no longer want to use your custom email address with the helpdesk service.
What if my auto-generated ticket is not created?
LogMeIn Resolve rejects all emails with at least one of the following information in the email header.
  • Precedence = bulk
  • Return-Path = 'MAILER-DAEMON'
  • auto-submitted = 'auto-generated' or 'auto-replied'
Can I pre-authorize emails coming from GoTo so that they are not blocked?
You can add our IP addresses to your DNS sender policy framework (SPF) record to authorize our emails. To do so, update your SPF to include the following:
v=spf1 a:spf.gotoresolve.com -all

What if end-users don't receive an email when a ticket is created?

There are several troubleshooting steps that you can take.

Add the domain to the allowlist in Microsoft Defender for Office 365

This ensures that emails from the domain bypass spam filtering.
  1. Sign in to the Microsoft 365 Defender Portal at security.microsoft.com.
  2. Go to the Email & collaboration > Policies & rules menu and select Threat policies on the right.
  3. Under Policies, select Anti-spam.
  4. Choose the Default policy or create a custom policy.
  5. In the policy settings, under Allowed And Blocked Senders and domains, locate the Allowed domains link.
  6. Add the domain you want to trust, for example trusted-domain.com.
  7. Save your changes.

Create a mail flow rule in Exchange Online

A mail flow rule can ensure that emails from the domain bypass spam filtering and are marked as safe.
  1. Sign in to the Exchange Admin Center.
  2. Go to the Mail flow > Rules menu.
  3. Select Add a rule > Create a new rule.
  4. On the Set rule conditions page, enter a unique name for the rule in the Name field, and then select the conditions, exceptions, and actions for the rule:
    • Apply this rule if: Select the sender's domain, for example trusted-domain.com
    • Do the following: Select Modify the message properties > Set the spam confidence level (SCL). Set SCL to -1 to bypass spam filtering.
  5. Select Next.
  6. On the Review and finish page, select Finish.
  7. Select Done to confirm the creation of your new rule.

Add the domain to the list of safe domains with PowerShell

Using PowerShell allows you to configure multiple policies with a script.
  1. Open PowerShell on your Windows computer.
  2. Type the following to connect to Exchange Online:
    Connect-ExchangeOnline -UserPrincipalName admin@yourdomain.com

    Make sure you use your own email address.

  3. Add the domain you want to trust to your organization's junk email allowlist:
    Set-HostedContentFilterPolicy -Identity "Default" -AllowedSenderDomains @{Add="trusted-domain.com"}

    Make sure you enter the correct domain name.

  4. Verify your changes to make sure the domain is listed in your allowlist:
    Get-HostedContentFilterPolicy -Identity "Default" | Select-Object -ExpandProperty AllowedSenderDomains
Related Articles:
  • Add helpdesk services in GoTo Admin
Article last updated: 22 July, 2024

Need help?

Contact icon Contact support
Manage Cases icon Manage cases
Community icon Ask the Community
Training icon Attend trainings
Video icon Watch videos
  • Language selector icon Language selector icon
    • English
    • français
    • italiano
    • Deutsch
    • español
    • português
    • Nederlands
  • About Us
  • Terms of Service
  • Privacy Policy
  • Trademark
  • Do Not Sell or Share My Personal Info
  • Browse Products
  • Copyright © 2025 GoTo Group, Inc. All rights reserved

Collaboration Products

GoTo Connect

GoTo Meeting

GoTo Webinar

GoTo Training

join.me

Grasshopper

OpenVoice

Remote Solutions Products

GoTo Resolve

Rescue

GoToAssist

Access Products

Pro

Central

GoToMyPC