
11 May
2006
11 May
'06
3:04 p.m.
Olivier BATARD wrote:
We want to centralize customers mail addresses in one mail address, because users (150) don't have mailbox and no mailing system.
Do you have another solution ?
Kernel/Config/Defaults.pm has $Self->{CheckEmailAddresses} = 1; I'd put the following in your Kernel/Config.pm to override this setting: $Self->{CheckEmailAddresses} = 0; Nils Breunese.