the x-mailer header is set to a value which can not be changed
make it configurable or use the default Drupal's setting

Comments

valdo’s picture

Assigned: Unassigned » valdo
valdo’s picture

The X-Mailer email header default value in Drupal's core is not configurable variable, it's hardcoded in drupal_mail() in includes/mail.inc:

    'X-Mailer' => 'Drupal'

If this can not be changed in core, it should not be configurable in this module neither.

Pasqualle’s picture

Status: Active » Reviewed & tested by the community

Then please remove the X-mailer change from this module

valdo’s picture

Status: Reviewed & tested by the community » Closed (fixed)
valdo’s picture

Status: Closed (fixed) » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.