• Explore Resolve
  • Features and Tools
  • Helpdesk
  • Set up ticketing in LogMeIn Resolve
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 > 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. On the Settings > Helpdesk page, navigate to the Helpdesk services tab.
  2. Select the helpdesk service that you want to modify.
  3. On the Overview page, select Edit details.
  4. Clear the Custom email field.
  5. Save your change.
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

Troubleshooting helpdesk service email issues

There are several troubleshooting steps you can take if your end-users are not receiving emails when tickets are created.

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 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, select Allow domains.
  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 as follows:
    • 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. Enter 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
  • Edit helpdesk services in GoTo Admin
  • Add custom fields to helpdesk tickets in GoTo Admin
  • Set business hours and turnaround time to helpdesk services in GoTo Admin
  • Set up email notifications in GoTo Admin
  • Add a customer satisfaction survey for helpdesk users
  • View and manage helpdesk ticket statuses in GoTo Admin
  • Enable or disable helpdesk services in the Customer Portal
  • Migrate tickets from another helpdesk solution into LogMeIn Resolve
Article last updated: 22 July, 2024
You are viewing the latest version of this article.

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