Is is possible to modify the code to use the mail from field, or use a different global setting for the mail from address. Currently, it sends it from the mail Drupal site e-mail address, and it would be preferable to send from support@example.com.
Thanks,
David
Comments
Comment #1
jeremy commentedI have provided a global mailfrom for clients that don't have inbound email integrated. Trying to use the inbound email mailfrom field would have made things more confusing, in my opinion. I also improved the client overview page to make it clear who has inbound email integrated, and what mailfrom is being used for each client. Non-integrated clients will see a link to the correct admin page for setting the global mailfrom address.
Feature committed.
Comment #2
roball commentedGreat features added!
There is one cosmetic thing remaining: Clients that have Inbound email listed as not integrated still have the fetch link. That link should not be offered at all for clients without inbound mail integration.
Comment #3
jeremy commentedIf you're going to add to a "fixed" ticket, you need to re-open it otherwise your comment may well go unnoticed. It's best to open new issues, unless the existing issue didn't fix the original report.
Regardless, cosmetic recommendation implemented.
Comment #4
roball commentedI will do so next time.
Your actual commit only changed the CHANGELOG.txt, but not the module code.
Comment #5
roball commentedComment #6
jeremy commentedThanks, committed actual code change.
Comment #7
roball commentedNow the admin/jobtrack/clients page looks perfect! Thank you very much.