This is a discussion on "Automated Emails...." within the Classic ASP section. This forum, and the thread "Automated Emails.... are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
Automated Emails....
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
Automated Emails....
Hey guys. Here is my question, how do I go about getting Something to send emails automatically? Would like to do this as an order confirmation with my website I am building. Thanks.
Wade |
|
|
|
#2
|
||||
|
||||
|
yea, i'd like to know this too....
|
|
#3
|
|||
|
|||
|
It depends on what your hosting supports. ASPEmail, JMail, CDONTS, and CDOSYS are the typical ones. Generally you create an email object with one of those, set all the values for the email, then send it off and check for errors. There's many examples for all of those.
|
|
#4
|
|||
|
|||
|
You want to send emails without user intervention?
|
|
#5
|
||||
|
||||
|
I think Court Jester wants to send emails after an order has taken place.... therefore once the user clicks buy (or whatever the 'commit' button is), then the email will be sent.
That of course is only as I understand it. We do have an article on how to emails with ASP using CDONTS. See this Article for more info: Sending an Email with CDONTS Does that help you?
__________________
Click the 'Thanks!' button if this post has helped you Rob - Webforumz Founder
Last Blog Entry: Creative Labs threaten developer over home made drivers.... (Apr 1st, 2008)
|
|
#6
|
|||
|
|||
|
hey..
How about when we want to submit along the form that the user enter? I mean the field value eg, ORDER FORM Name Order No:____ bla bla.. bla.. this message is auto generate
Last Blog Entry: ASP Programming Tips and Technique (Oct 26th, 2007)
|
|
#7
|
|||
|
|||
|
Yeah, That's what I'm going for Rob
|
|
#8
|
|||
|
|||
|
Worth noting the CDONTS isn't supported by Server2003... consider using CDOSYS
|
|
#9
|
|||
|
|||
|
I run NT server though... I don't think I'll be switching for at least 2 years.
|
|
#10
|
|||
|
|||
|
Ok,like I said Im on an NT server (according to my host) and I used that script we had on the page. It works except it won't send an email. I mean the server doesn't error but it doesnt send me an email. What do I do? (to see the code look at the code on the above link posted by Rob)
Ohh, and yes I did change the TO to my email. |
|
#11
|
||||
|
||||
|
Check if your host has CDONTS set up.
Do you know what 3rd party COM objects are installed on your server? If not, let me know, I can run a tool on the webspace to find out.
__________________
Click the 'Thanks!' button if this post has helped you Rob - Webforumz Founder
Last Blog Entry: Creative Labs threaten developer over home made drivers.... (Apr 1st, 2008)
|
|
#12
|
|||
|
|||
|
My host wouldn't know that. The CS techs don't know anything thats not printed on the site itself. Can I use that tool
|
![]() |
| Tags |
| automated, emails |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| automated hosting in cms | cressy | Hosting & Domains | 11 | Jun 5th, 2008 13:54 |
| Automated generation of thumbnails like artviper | mikka23 | PHP Forum | 3 | Apr 6th, 2008 17:50 |
| Automated content publishing | burt46 | Web Page Design | 7 | Dec 7th, 2005 22:41 |
| Automatic Automated mail out | briandmenupalace | Classic ASP | 4 | Jul 14th, 2005 17:58 |
| How to accomplish automated downloads? | aarganesh | Classic ASP | 1 | Jun 12th, 2005 19:44 |