#1
|
|||
|
|||
Sending E-mail as *.eml files
Hi,
Is there any way to use the "Send Mail" step or any other step to send e-mail as *.eml files? We currently have Visual Build Pro inside an environment that has no access to the internet or smtp server. This is what we use in our .NET apps (web.config) to generate the eml files: <mailSettings> <smtp deliveryMethod="SpecifiedPickupDirectory"> <specifiedPickupDirectory pickupDirectoryLocation="d:\EmlMails\" /> </smtp> </mailSettings> Is there any way to specify something simillar inside VBP? Thanks! |
|
|