Author |
Topic  |
|
kolucoms6
Average Member
  
845 Posts |
Posted - 06 April 2007 : 15:24:44
|
I have Installed Inviting Freinds MOD.
Now if I want to invite to 2 or 3 ppl at a time, either I need to invite them seperately or may be I can invite them , seperating 3 emailids by comma.
Anyway to send BCC mails ? |
|
kolucoms6
Average Member
  
845 Posts |
Posted - 11 April 2007 : 14:22:55
|
Any help ?? |
 |
|
MaD2ko0l
Senior Member
   
United Kingdom
1053 Posts |
Posted - 11 April 2007 : 14:48:58
|
im sure it woudl have to depend on your email compnent that u r using...does it support BCC mail? |
© 1999-2010 MaD2ko0l |
 |
|
kolucoms6
Average Member
  
845 Posts |
Posted - 11 April 2007 : 15:02:39
|
My email component is CDONT(ISS 3/4/5).
Here is the brief Code :
case "cdonts" Set objNewMail = Server.CreateObject ("CDONTS.NewMail") objNewMail.BodyFormat = 1 objNewMail.MailFormat = 0 on error resume next '## Ignore Errors objNewMail.Send strSender, strRecipients, strSubject, strMessage If Err <> 0 Then Err_Msg = Err_Msg & "<li>Your request was not sent due to the following error: " & Err.Description & "</li>" End if on error resume next '## Ignore Errors
Here is the format :
objNewMail.Send( [From] [, To] [, Subject] [, Body] )
BCC will go where ? |
Edited by - kolucoms6 on 12 April 2007 15:45:09 |
 |
|
MaD2ko0l
Senior Member
   
United Kingdom
1053 Posts |
Posted - 12 April 2007 : 16:00:35
|
does CDONTS support BCC? google it |
© 1999-2010 MaD2ko0l |
 |
|
kolucoms6
Average Member
  
845 Posts |
Posted - 12 April 2007 : 16:11:24
|
Yes it does but , not seems like in one liner... like
objNewMail.Send( [From] [, To] [, Subject] [, Body] ) |
Edited by - kolucoms6 on 16 April 2007 17:08:46 |
 |
|
MaD2ko0l
Senior Member
   
United Kingdom
1053 Posts |
|
kolucoms6
Average Member
  
845 Posts |
Posted - 17 April 2007 : 08:52:51
|
Yep, i have seen that.
But Its NOT possible in "one liner statement or syntax" I believe. |
 |
|
MaD2ko0l
Senior Member
   
United Kingdom
1053 Posts |
Posted - 17 April 2007 : 10:36:19
|
quote: Originally posted by kolucoms6
But Its NOT possible in "one liner statement or syntax" I believe.
then it will have to be custom amde code to do the job...you will need to rewrite how the emails are sent by following the website |
© 1999-2010 MaD2ko0l |
 |
|
|
Topic  |
|