Hi,
When you create a user it defaults to sendmail for sending mail.
I need it to default to SMTP. Can i also update all user accounts to use SMTP in one go?
Thanks!
Dan
Hi,
When you create a user it defaults to sendmail for sending mail.
I need it to default to SMTP. Can i also update all user accounts to use SMTP in one go?
Thanks!
Dan
Hi Dan
you can add the following array definition to the file custom/include/language/en_us.lang.php.
If the file/directory does not exist, create it.
This changes only the order of the two entries. But I couldn't change the order using the Dropdown Editor.PHP Code:$app_list_strings['notifymail_sendtype'] = array (
'SMTP' => 'SMTP',
'sendmail' => 'sendmail',
);
It is not possible to update all user accounts to use SMTP with a SQL statement, because the value is stored in the preference field together with other preferences.
Pascal
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks