|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
|||
|
|||
|
I want to send emails through my local computer, I've installed IIS, but i cant send any mails..
I know that I have to install something, but dont know what.... what I have to install ?? code: <% Option Explicit Dim objCDOMail Set objCDOMail = Server.CreateObject("CDONTS.NewMail") objCDOMail.To = "abc@mail.com" objCDOMail.From = "acb@mail.com" objCDOMail.cc = "cba@mail.com" Dim txtBody txtBody = "This email has been sent by an asp script" objCDOMail.Subject = "CDONTS" objCDOMail.Body = txtBody objCDOMail.Send objCDOMail.Bcc("bca@mail.com") %> any help would be great... thanks in advance.. |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > ASP Programming > how to put CDONTS working |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|