Yup, below is the settings in prefs.php.
Code:
$_prefs['from_addr'] = array(
'value' => '',
'locked' => false,
'shared' => true,
'type' => 'text',
'hook' => true,
'desc' => _("Your From: address:")
If I set the following condition
I get the below text in the from field when creating a new message, as apposed to a valid email address
Code:
SELECT user_email,domain_domain FROM (isp_isp_user INNER JOIN isp_dep ON (isp_isp_user.doc_id=child_doc_id AND isp_isp_user.doctype_id=child_doctype_id)) INNER JOIN isp_isp_domain ON (parent_doc_id=isp_isp_domain.doc_id AND parent_doctype_id=isp_isp_domain.doctype_id) WHERE user_username='johnd@domain.name' (Default Identity)
Wrong parameters in the SQL query?
Recent comments
1 hour 53 min ago
11 hours 21 min ago
12 hours 10 min ago
15 hours 43 min ago
20 hours 8 min ago
20 hours 29 min ago
22 hours 39 min ago
1 day 8 hours ago
1 day 13 hours ago
1 day 15 hours ago