|
-
May 18th, 2001, 04:48 AM
#1
Thread Starter
New Member
Hey Look At Me
Does Anyone know how too send Emails From An ASP page Via Outlook?
I know how to send via CDonts But i need to send to users in
outlooks global Address List.
I get a problem with createobject("Outlook.application")
ASPs Don't seem to be able to create an outlook object?
Any ideas?
http://www.weirdocult.co.uk 
-
May 18th, 2001, 07:21 AM
#2
Black Cat
Office Apps weren't designed to be scripted from ASP and trying to do so could cause major problems with your web server.
Josh
Get these: Mozilla Opera OpenBSD
I have books for sale: "MCSD in a Nutshell" and "VB Distributed Exam Cram" - PM me for details. Will also trade for a decent ATX Pentium 2 MB/CPU/RAM combo.
-
May 18th, 2001, 08:44 AM
#3
You can try using MAPI for connecting to your oulook libery.
I know you can do it with ASP. But how i dont know yet. I dont have much time to figure it out..
-
May 18th, 2001, 08:59 AM
#4
Junior Member
Not sure if you can bring up an actual outlook email message, but you can send an email with VBscript
dim Mailer
Set Mailer=Server.CreateObject("CDONTS.NewMail")
Then you can use properties like:
To
From
CC
BCC
Subject
Body
Importance
If the user is inputing information from a asp form, you can grab the info and format the email message then do Mailer.Send
Good luck!
-
May 18th, 2001, 09:07 AM
#5
Thread Starter
New Member
-
May 18th, 2001, 02:48 PM
#6
Good Ol' Platypus
There is a thread here where I showed another user how to take the email addresses from an external mail list (text file) and add them to the to field of a cdonts message.
I don't use Outlook (use Express) but is there any way to export the 'buddy' list to a text file? If so I can show you how to do the rest.
All contents of the above post that aren't somebody elses are mine, not the property of some media corporation. 
(Just a heads-up)
-
May 18th, 2001, 02:49 PM
#7
Good Ol' Platypus
Or even better how bout having just your email address and have the staff names in with the subject. EG:
Staff's Subject Here - Staff's Name Here
All contents of the above post that aren't somebody elses are mine, not the property of some media corporation. 
(Just a heads-up)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|