Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect from/reply_to address #61

Open
dspeake opened this issue Jun 20, 2015 · 0 comments
Open

Incorrect from/reply_to address #61

dspeake opened this issue Jun 20, 2015 · 0 comments

Comments

@dspeake
Copy link

dspeake commented Jun 20, 2015

I am unsure if this is an API issue - I believe it may be a Desk issue - but I'm posting here just in case.

We interact with Desk via the Rails API and have an issue when creating email cases. In short, the emails are always sent using the default outbound mailbox in the account.

The case in Desk shows the correct 'from' address (as provided by the code via the API) but has the 'reply to' address as the default email for the account. However, when the email arrives, it has actually be sent using the default outbound mailbox and therefore both the 'from' and the 'reply to' address are the email from the default outbound mailbox account.

The 'from' address is being set correctly and the rules on the account should therefore specify which outbound mailbox to use, so either the rules are being ignored or there is another way to set the mailbox which I am missing.

I have tried:

  • explicitly setting a 'reply_to' address
  • setting 'suppress_rules' to false
  • putting the 'outbound_mailbox' as a '_link'

I believe this did work correctly in the past, however I may be mistaken there.

Any help would be appreciated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant