[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference terri::web_authoring

Title:Welcome to WEB_AUTHORING
Notice:Before writing, please check for an existing topic
Moderator:VAXCAT::LAURIE
Created:Tue Mar 05 1996
Last Modified:Thu Jun 05 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:186
Total number of notes:1479

184.0. "ASP anyone?" by SWETSC::WESTERBACK (Panta rei) Wed May 21 1997 15:59

	I'm not sure where this question should go, so I'm entering it
	in both INTERNET_TOOLS and WEB_AUTHORING. If anyone has a good
	news group to recommend, feel free!

	As I'm just discovering ASP, I figured maybe I could convert some
	old CGI scripts written in DCL. Have just started, but a 
	question arises at once: How do I send mail? I have some
	application forms that put together user input into a file,
	then mails it to someone. How can I do this if I write an ASP
	page in VBscript? I have Blat installed on the server, but 
	I can't see that it helps me here?

	Rgds,
	Hans
T.RTitleUserPersonal
Name
DateLines
184.1MS Personalization SystemTURRIS::av_pc1.shl.dec.com::sullivanThu May 29 1997 09:5612
RE -.1
Microsoft Personalization System adds the ability 
to send mail from ASP. Alternatively, there is 
a 3rd party add-on for this too - I can't remember
the name of it - something like "aspmail". (a web
search should find it). This 3rd party thing wasn't
available for Alpha when I checked. (MS Personalization
System is available for Alpha).

Greg.


184.2POINTER?SWETSC::WESTERBACKPanta reiThu May 29 1997 11:5312
    I've found ASPmail which is only Intel, but I can't get it to work
    on my Workstation with PWS... Instead i found something called
    DAFtools which has a sendmail utility that I did get going, great!
    
    But none of those works on Alpha, and I'd really like to have the
    ability to mail from our Alpha IIS server. I've tried searching 
    Microsoft's web site for the Personalization System, but haven't
    quite found it. Do you have any pointers? Is it free to download?
    Does it mean just ASP and VBscript programmng to use it?
    
    Rgds,
    Hans 
184.38153::tecotoo.mro.dec.com::mayerDanny MayerThu May 29 1997 14:4110
	There is a program called BLAT which can send SMTP mail that is
  available for both Intel and Alpha.  If you can call that program then you
  can send mail.  It's on the Internet Roadmap CD V2.3 in the shareware area.
  See

http://roadmap.mro.dec.com/RoadmapCD/HTML/SHAREWARE/SHAREWAREINDEX.HTM#Internet

  for details.

	Danny
184.4SWETSC::WESTERBACKPanta reiThu May 29 1997 16:105
    Yes I have BLAT, but then I need to call that from ASP... I've seen
    a utility that calls command line stuff from ASP, but (again) only
    Intel... 
    
    Hans
184.5TURRIS::snod14dgp26.gen.sno.dec.com::sullivanThu May 29 1997 16:2831
The Microsoft Personalization System is a component of 
MCIS (Microsoft Commercial Internet System), and 
Microsoft Site Server, Enterprise Edition. 

There is a trial download version of Site Server from
http://backoffice.microsoft.com/downtrial/site-e.asp

There is, or at least, was, a trial download of just
the Personalization component, but I can't find it
at the moment. (their search engine seems to be playing
up actually). May be Site Server is downloadable
in little pieces - I haven't downloaded it myself.

Yes, it is used with ASP and Vbscript (or any supported
scripting language presumably).

By the way, if all you need is a really simple 
utility to email a form, then consider mailto.exe
at http://www.cio.net/Pages/mailto.htm. It's available for
Alpha too. If you have to use ASP to call it, rather
than having the form post directly to the program,
I don't know how to do that. (mailto.exe sounds
like it might be very similar to blat, I guess).

Greg.

p.s The active server pages newsgroup on microsoft's
news server is littered with people asking how to 
send mail from ASP - maybe Microsoft should start 
supplying this function standard with active server 
pages.
184.6IIS 4.0 will have itTURRIS::snod14dgp25.gen.sno.dec.com::sullivanSat May 31 1997 19:095
According to a recent article in PC Week, 
IIS 4.0 will include the ASP sendmail function.
(beta of IIS 4.0 due out in June apparently).

Greg.