Back button image

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
Article last updated: 22 July, 2024
Chatbot Icon