I am trying to use an environment variable in the SMTP configuration for the specified pickup directory location. For instance.
<smtp deliveryMethod="SpecifiedPickupDirectory" from=" test@test.com "> <specifiedPickupDirectory pickupDirectoryLocation="%TESTFOLDER%"/> </smtp> "%TESTFOLDER% = C:\Test
But back to the error, saying that the path must be absolute.
Any ideas how I can make this work? Or even if it is possible!
source share