View Single Post
  #1  
Old 11-14-2009, 05:31 AM
RodrigoReboucas RodrigoReboucas is online now
Registered User
 
Join Date: 07-15-2009
Posts: 12
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!
Reply With Quote