If you are using SQL6.5 or 7.0, have a look at xp_cmdshell and the IMAIL1.exe utility. 
xp_cmdshell is an SQL extended stored procedure in the master DB that executes a 
specified program under NT.  IMAIL1.exe is an imail program to deliver a message from 
the command line. You can call this SP from an ASP file.

These 2 together would be a fast and easy solution. (if you've got SQL)  Be careful 
with security though - this would mean embedding a user and password in your asp that 
has exec rights on xp_cmdshell. - Be sure there is no browse access to this file.


---------------------------
Salvatore Giacinto
[EMAIL PROTECTED]
http://www.mailnet.de
---------------------------


---------- Original Message ----------------------------------
From: "Cal Evans" <[EMAIL PROTECTED]>
Date: Fri, 28 Apr 2000 14:30:16 -0500

>Yes, but you need a SMTP control.  I use the one from www.serverobjects.com
>
>Cal
>
>  ----- Original Message ----- 
>  From: Brian McCarty 
>  To: [EMAIL PROTECTED] 
>  Sent: Friday, April 28, 2000 2:11 PM
>  Subject: [IMail Forum] Send e-mail from VBScript
>
>
>  Is there a way to send an email through iMail via a VBscript? I want to query a 
>user via a web form and then call iMail to send an email. Does anyone have an example?
>
>  Brian
>
>
>Please visit http://www.ipswitch.com/support/mailing-lists.html 
>to be removed from this list.
>
Please visit http://www.ipswitch.com/support/mailing-lists.html 
to be removed from this list.

Reply via email to