Click here to Skip to main content
16,008,010 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: html code to put an executable on a web page Pin
JoostV20-Jun-05 11:53
JoostV20-Jun-05 11:53 
GeneralHTML code for Yahoo Email Signature Pin
+_DooooM__13-Jun-05 17:08
+_DooooM__13-Jun-05 17:08 
GeneralRe: HTML code for Yahoo Email Signature Pin
Christian Graus13-Jun-05 17:36
protectorChristian Graus13-Jun-05 17:36 
GeneralRe: HTML code for Yahoo Email Signature Pin
MoustafaS13-Jun-05 18:19
MoustafaS13-Jun-05 18:19 
GeneralRe: HTML code for Yahoo Email Signature Pin
Vasudevan Deepak Kumar14-Jun-05 19:15
Vasudevan Deepak Kumar14-Jun-05 19:15 
GeneralCDO/MAPI sending problem with C++ Pin
vineas13-Jun-05 5:14
vineas13-Jun-05 5:14 
GeneralProblem with SQL Between Pin
Anonymous12-Jun-05 23:30
Anonymous12-Jun-05 23:30 
GeneralEMail sending problem!!! Pin
Small Rat10-Jun-05 17:02
Small Rat10-Jun-05 17:02 
Hi everyone,

I have a problem of sending email by using ASP code.

Because my pages host on a public host server, so I can't send email by simplely creating a CDO and send it. Here is the code that I used:
Dim msg
Set Msg = CreateObject("CDO.Message")
set msg.Configuration=objConfig
With Msg
.To = "to@hotmail.com"
.From = "from@yahoo.ca"
.Subject = "test"
.Body = "asdfas"
.Send
End With
set Msg=nothing
And also I know the smtp server address like: smtp.hostserver.com.

Does any know how to solve the problem? Please help me, it is really urgent!!

Thank a lot in advance!!!




Alan Shen

MCAD for .NET Version
^~^~^~^~^~^~^~^~^~^~^
Great idea is the beginging of success!
GeneralRe: EMail sending problem!!! Pin
Roger Wright10-Jun-05 20:16
professionalRoger Wright10-Jun-05 20:16 
GeneralRe: EMail sending problem!!! Pin
Small Rat11-Jun-05 7:43
Small Rat11-Jun-05 7:43 
GeneralRe: EMail sending problem!!! Pin
Vasudevan Deepak Kumar11-Jun-05 3:03
Vasudevan Deepak Kumar11-Jun-05 3:03 
GeneralNeed Help f Pin
potdar_nitin10-Jun-05 16:46
potdar_nitin10-Jun-05 16:46 
GeneralRe: Need Help f Pin
NeverHeardOfMe11-Jun-05 0:22
NeverHeardOfMe11-Jun-05 0:22 
GeneralPS Pin
NeverHeardOfMe11-Jun-05 0:34
NeverHeardOfMe11-Jun-05 0:34 
GeneralRe: Need Help f Pin
Anonymous11-Jun-05 2:22
Anonymous11-Jun-05 2:22 
GeneralSimple Scrollbar Problem Pin
llp00na10-Jun-05 5:18
llp00na10-Jun-05 5:18 
GeneralRe: Simple Scrollbar Problem Pin
alex.barylski10-Jun-05 15:33
alex.barylski10-Jun-05 15:33 
GeneralRe: Simple Scrollbar Problem Pin
llp00na12-Jun-05 23:08
llp00na12-Jun-05 23:08 
GeneralShared Folders ... confused Pin
Roger Garrett10-Jun-05 4:40
Roger Garrett10-Jun-05 4:40 
GeneralRe: Shared Folders ... confused Pin
markkuk10-Jun-05 6:42
markkuk10-Jun-05 6:42 
GeneralClient side Directory Searching Pin
richard.gould10-Jun-05 3:57
richard.gould10-Jun-05 3:57 
GeneralRe: Client side Directory Searching Pin
NeverHeardOfMe11-Jun-05 11:25
NeverHeardOfMe11-Jun-05 11:25 
GeneralWeb Form Paging Pin
sayedwasim10-Jun-05 3:07
sayedwasim10-Jun-05 3:07 
GeneralFile acces on NT4 domain Pin
Only in America9-Jun-05 10:00
Only in America9-Jun-05 10:00 
GeneralRe: File acces on NT4 domain Pin
Ian Darling9-Jun-05 21:12
Ian Darling9-Jun-05 21:12 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.