• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Fix: web-form autoresponder issues

shall

Regular Pleskian
We migrated a site from Plesk 8 for Linux to Plesk 8 for Windows, but the autoresponders that were previously set up started responding ONLY to the PHP sender/anonymous account.

We fixed this by adding a "Return-Path" header to the message in the 4th mail() parameter ($email is the users email address):
mail($to, $subject, $msg, "Return-Path: <$email>\r\n");
 
Back
Top