Hello, in my installation the from values in the activity log digest generated email are fixed to the server default (some obscure "World Wide Web Owner") and there is no way to set in in the module configuration.
It should at least be set to the drupal configured one as in /admin/settings/site-information.

thank you :-)
Antonello

Comments

leducdubleuet’s picture

I had the same issue and I found out it was related to version 1.0 of mimemail. I updated to mimemail-6.x-1.x-dev from jan. 4th 2012 and it solves this issue.

icecreamyou’s picture

Status: Active » Closed (cannot reproduce)

Yeah, if there's a bug here it's probably on Mime Mail's end. Digests uses this code to get the "from" address:

variable_get('site_mail', ini_get('sendmail_from'))

That's the same code that core uses, and it's the one configured in the site admin settings (which itself defaults to the server default address). Digests then passes that on time Mimemail, which may accidentally ignore it.

Andrea C’s picture

Status: Closed (cannot reproduce) » Active

Mime Mail has its own "Sender name" and "Sender e-mail address". You can find it in admin/settings/mimemail.
May be Activity Log Email Digests should use these values instead of the one in site settings. I'm not a programmer but may be these values are better understood by Mime Mail. An what happens if you don't pass any value? Would Mime mail use it's own settings by default?
In my Commons web site, other mails, like the one sent by Organic Groups, come from the value set in admin/settings/site-information -> email address, while the ones sent by Activity Log Email Digests come from "Apache"