Kinook Software Forum

Go Back   Kinook Software Forum > Visual Build Professional > [VBP] General Discussion

Reply
 
Thread Tools Rate Thread Display Modes
  #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
  #2  
Old 11-14-2009, 07:14 AM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,003
There isn't anything built-in to VBP for generating .eml files, but they're just text files like this (which you could create with the Write File action):

Date: 14 Nov 2009 11:31:57 -0000
To: x@y.com
Subject: my subject
From: a@b.com

Message body here...
Reply With Quote
Reply

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



All times are GMT -5. The time now is 04:57 AM.


Copyright © 1999-2023 Kinook Software, Inc.