Item14703: WebMasterEmail option in VirtualHost.cfg will result in a useless email-address

pencil
Priority: Normal
Current State: Closed
Released In: n/a
Target Release: n/a
Applies To: Extension
Component: VirtualHostingContrib
Branches:
Reported By: MartinHoffmannMPIb
Waiting For:
Last Change By: MartinHoffmannMPIb
If the option $VirtualHost{WebMasterEmail} = "test@domain.com"; is set in the VirtualHost.cfg for a virtual host then alle links to this address will not be correct. And as a result of this notifications are not working.

In this example: test@domain.com will be test.com e.g. on login page link.

-- MartinHoffmannMPIb - 01 Jun 2018

Try using single quotes instead of double quotes.

$VirtualHost{WebMasterEmail} = 'test@domain.com';

-- MichaelDaum - 01 Jun 2018

if using single quotes its working as expected. Thanks

-- MartinHoffmannMPIb - 01 Jun 2018
 
Topic revision: r4 - 11 Jun 2018, MartinHoffmannMPIb
The copyright of the content on this website is held by the contributing authors, except where stated elsewhere. See Copyright Statement. Creative Commons License    Legal Imprint    Privacy Policy