View Issue Details

IDProjectCategoryView StatusLast Update
0003586OXID eShop (all versions)1. ----- eShop frontend -----public2012-12-10 14:38
Reportertjungcl 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.5.7 revision 41909 
Target VersionFixed in Version4.5.9 revision 43186 
Summary0003586: recommendation emails: "From" raises spam-score
Descriptionwhen the shop sends a recommendation email, it sets the senders-email address as "From" and "Reply-To". The email is sent from the shops email-server, of course.

Because the from-value (sender email) doesnt fit to the sending server, many receiving servers will raise the emails spam score or even deny to receive it at all.

A cleaner and safer way to send the mail would be:

From: Sender's name <[email protected]>
Reply-To: Sender's email


TagsNo tags attached.
ThemeBoth
BrowserAll
PHP Versionany
Database Versionany

Relationships

has duplicate 0003539 resolvedsvetlana A possibility to set static from field in outgoing mail messages 
related to 0001964 resolvedsaulius.stasiukaitis Incorrect email sender in order confirmation 

Activities

saulius.stasiukaitis

2012-02-29 12:40

reporter   ~0005837

File oxemail.php changed line 911 to
$this->setFrom( $oShop->oxshops__oxinfoemail->value );