Set User’s E-mail Address as the Default When Sending Emails (Reply As Me)


Follow

Overview

The user needs to have a specific email address to be the default when sending emails. There is no option on the UI to make it as the default and another email address was set to default instead of the user’s email address.

You will need to use a FogBugz Customization that will change the From name to the user's whenever replying to or forwarding an email.


Prerequisites

Read first this article: Custom JavaScript and CSS - Enabling and Configuring Customizations for FogBugz

Please also note the disclaimer mentioned in the article.


Solution

In order for FogBugz to change the From name to the user's e-mail whenever replying to or forwarding an email, the Reply As Me customization needs to be implemented and activated.

Steps to have this customization enabled: 

  1. Make sure Customizations are enabled.
  2. Open the Customization Configuration page.
  3. Create a new customization.
  4. Copy-paste the code of the Reply As Me customization in the new customization box.
  5. Save the Customization and Enable it for your user.

Back to the top


Related Articles