navigation
a webmaster learning community
     Home    Register     Search      Help      Login    
Sponsors

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

Microsoft MVP

 

Another email question

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> ASP and Database >> Another email question
Page: [1]
 
momof4boys

 

Posts: 21
From: None
Status: offline

 
Another email question - 3/21/2001 19:59:00   
I have the fdpb.inc file edited to send email confirmation to whoever and it is working great. Thanks a bunches for the help. But obviously you can't just ad sCc = "elsewhere@somewhere.com"
to get a copy sent elsewhere......
How can I get it to send a copy to elsewhere?
Vince from Spain

 

Posts: 658
From: Madrid Spain
Status: offline

 
RE: Another email question - 3/22/2001 20:04:00   
I think you might just be able to

before the line where you send the mail, add the Cc line. For example . . .
myCDONTSMail.Importance= 2
myCDONTSMail.Cc = "elsewhere@somewhere.com"
myCDONTSMail.Send sFrom, sTo, sSubject, sBody

Hope this helps etc . . .

Vince

------------------
Internet Business Solutions S.L.(Spain)


(in reply to momof4boys)
momof4boys

 

Posts: 21
From: None
Status: offline

 
RE: Another email question - 3/22/2001 20:22:00   
It didn't work....
Have any other suggestions?
I hope!

(in reply to momof4boys)
Spooky

 

Posts: 26599
Joined: 11/11/1998
From: Middle Earth
Status: offline

 
RE: Another email question - 3/23/2001 20:16:00   
Does this fomat work?

Dim myMail
Set myMail = CreateObject("CDONTS.NewMail")
myMail.From = "elsewhere@somewhere.com"
myMail.To = "elsewhere@somewhere.com"
myMail.Cc = "elsewhere@somewhere.com"
myMail.Subject = "Sample Message"
myMail.Body = "test
myMail.Send
Set myMail = Nothing

------------------
Spooky
"I am Spooky of Borg. Prepare to be assimilated, babycakes!"
Subscribe to OutFront News
Database / DRW Q & A
The Spooky Login!


(in reply to momof4boys)
momof4boys

 

Posts: 21
From: None
Status: offline

 
RE: Another email question - 3/23/2001 20:33:00   
It's the strangest thing. All the test I ran last night just showed up in the email this morning. Go Figure
That is strange because if I don't add the Cc then I get the responces right away.

Anyway maybe it has something to do with my server?


(in reply to momof4boys)
Spooky

 

Posts: 26599
Joined: 11/11/1998
From: Middle Earth
Status: offline

 
RE: Another email question - 3/23/2001 14:44:00   
Could be, sometimes I wait days.....

------------------
Spooky
"I am Spooky of Borg. Prepare to be assimilated, babycakes!"
Subscribe to OutFront News
Database / DRW Q & A
The Spooky Login!


(in reply to momof4boys)
Page:   [1]

All Forums >> Web Development >> ASP and Database >> Another email question
Page: [1]
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts