Closed (fixed)
Project:
Drupal voor Gemeenten
Version:
7.x-1.x-dev
Component:
DvG feature module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
10 Jul 2019 at 06:32 UTC
Updated:
1 Aug 2019 at 15:59 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
joshahubbers commentedThis patch removes
webform_default_from_address and webform_default_from_name from the webform feature. Now you can set the default settings per site without overriding the feature.
Comment #3
joshahubbers commentedHm, added the webform settings field to the domain specific config fields.
Comment #4
Danny.Wouters commentedThe patch from #3 works!
I have tested the patch on a website with domains enabled and the settings are domain sensitive.
Comment #5
joshahubbers commentedNote for who is testing this:
The reply-to header is only added if the sender address is from a different domain as the default "from" address.
Case 1:
default from address: test@test.com
mail from address: josha@test2.com
>> reply-to header is added because mail has another domain name
Case 2:
default from address test@test.com
mail from address: josha@test.com
>> no reply-to header is NOT added because the domain test.com should be set up to correctly send mails on behalf of this domain.
Comment #7
paulvandenburg commented