***UNCHECKED*** [Tickets #14988] Re: ActiveSync mail setting From: header

noreply at bugs.horde.org noreply at bugs.horde.org
Mon May 25 18:21:04 UTC 2020


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: https://bugs.horde.org/ticket/14988
------------------------------------------------------------------------------
  Ticket             | 14988
  Updated By         | Michael Rubinsky <mrubinsk at horde.org>
  Summary            | ActiveSync mail setting From: header
  Queue              | Synchronization
  Version            | FRAMEWORK_5_2
  Type               | Bug
-State              | No Feedback
+State              | Feedback
  Priority           | 1. Low
  Milestone          |
  Patch              |
  Owners             |
------------------------------------------------------------------------------


Michael Rubinsky <mrubinsk at horde.org> (2020-05-25 18:21) wrote:


Does the "Default Identity" entry have a "The default e-mail address  
to use with this identity:" value set?

Other things to try:
Use the administrative sql shell and execute:

SELECT * FROM horde_prefs WHERE pref_name='activesync_identity';

If you have something other than "use horde default" set in the prefs,  
this will be some number. Probably '0' for the original default  
identity.


Then, in the administrative PHP shell:

ident =  
$injector->getInstance('Horde_Core_Factory_Identity')->create('your_username_here');
var_dump($ident->getValue('from_addr', x);  // replace 'x' with the  
number returned from the query above.

This should output the email address that activesync will use as the  
 From address of outgoing email.





More information about the bugs mailing list