Allowing Zendesk to send email on behalf of your email domain

Return to top

37 Comments

  • Support

    could you please also link in other domains ? many thanks brett

     

    0
  • Brett Bowser
    Zendesk Community Manager
    Hey Support,
     
    Can you share the email provider you use? That would help narrow down the instructions you need to remove the email forwarding.
     
    Let me know!
    0
  • Neda Kelly

    Hey Support,

    We're looking at a way to use email addresses as our sender address without it becoming one of our standard support addresses in Zendesk. Is there a way to do this?

    Thanks in advance!

    0
  • henrik

    You should update this part of the documentation:
    Having multiple SPF records will invalidate the SPF configuration for the domain. The part from Zendesk MUST be merged with the existing SPF record.

    If you've already set up an SPF record for another purpose, you can simply add a reference to Zendesk to it. The SPF specification requires that you only have one SPF record on your domain. If you have multiple records, it may cause issues, and cause rejections of your email.

    For example, instead of having two separate records, such as v=spf1 include:_spf.google.com ~all and v=spf1 include:mail.zendesk.com ~all, you can combine them into one, like this:

     

    1
  • henrik

    Years ago, Zendesk customers were asked to create a collection of new hostnames as preparation for migrating to Amazon SES I think.

    zendesk1.<customerdomain>
    zendesk2.<customerdomain>
    zendesk3.<customerdomain>
    zendesk4.<customerdomain>

    What happened to those migration plans? Can we delete those records again ?

    0
  • Gabriel Manlapig
    Zendesk Customer Care
    Hi Neda,
     
    As of the moment, there's no out of the box way to do this. The only way to choose an address is by using the select an address app (this option still required you to add your email address as a support address in Zendesk) or setting received at address via API tickets.
     
    From our API documentation, the "recipient" parameter defines the email address where the notifications for a ticket come from. Essentially, it is the outbound email address.
     

     
    With that, you can simply add the "recipient" parameter to your POST request to create a ticket. Please see the sample payload below.
     
    POST https://subdomain.zendesk.com/api/v2/tickets.json
    {
    "ticket": {
    "subject":"Test Subject Recipient",
    "comment": {
    "public": true,
    "html_body": "Hello there, this is a test!"
    },
    "recipient":"no_reply@account.com"
    }
    }
     
    I hope this helps you out. Thank you!
     
    0
  • Kristie Sweeney
    Zendesk Documentation Team

    henrik Thank you for the call out in the documentation! I am working with the engineering team to update that section of the article.

    0

Please sign in to leave a comment.

Powered by Zendesk