Opened 3 years ago
Closed 3 years ago
#1486634 closed Feature Requests (duplicate)
Upon user creation the default identity lacks reply-to
| Reported by: | tafaz | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | later |
| Component: | Database | Version: | 0.3.1 |
| Severity: | normal | Keywords: | user create reply-to |
| Cc: |
Description
it would be great if upon default identity creation roundcube sets hte reply-to filed with the email address in order to avoid yahoo mail and other isp to flag email as spam
simply modify rcube_user.php like this
rows 443 to 442
$dbh->query(
"INSERT INTO .get_table_name('identities').
(user_id, del, standard, name, email, signature,reply-to)
VALUES (?, 0, ?, ?, ?, ?, ?)",
$user_id,
$pluginrecord?standard?,
$pluginrecord?name? != NULL ? $pluginrecord?name? : ,
$pluginrecord?email?,
$pluginrecord?signature?,
$pluginrecord?email?);
Change History (1)
comment:1 Changed 3 years ago by alec
- Resolution set to duplicate
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

Implemented in svn-trunk version.