Hello,
I'm trying to redirect mails to file system in a development environment, to be sure final user wont receive a mail from dev.
It was working fine on the old K2 versions when I update the K2HostServer.exe.config with the following config :
<mailSettings>
<smtp deliveryMethod="SpecifiedPickupDirectory" from="system@k2.local">
<specifiedPickupDirectory pickupDirectoryLocation="c:Mail" />
</smtp>
</mailSettings>
But in my new K2 Five environment, it don't works.
Did you have any tips to block mail when you are in a development environment, which work in K2 Five ?
Thanks,
Pierre