Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: MOD Implementation
 Inviting Freinds Mod
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

kolucoms6
Average Member

845 Posts

Posted - 06 April 2007 :  15:24:44  Show Profile
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  Show Profile
Any help ??
Go to Top of Page

MaD2ko0l
Senior Member

United Kingdom
1053 Posts

Posted - 11 April 2007 :  14:48:58  Show Profile  Visit MaD2ko0l's Homepage
im sure it woudl have to depend on your email compnent that u r using...does it support BCC mail?

© 1999-2010 MaD2ko0l
Go to Top of Page

kolucoms6
Average Member

845 Posts

Posted - 11 April 2007 :  15:02:39  Show Profile
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
Go to Top of Page

MaD2ko0l
Senior Member

United Kingdom
1053 Posts

Posted - 12 April 2007 :  16:00:35  Show Profile  Visit MaD2ko0l's Homepage
does CDONTS support BCC? google it

© 1999-2010 MaD2ko0l
Go to Top of Page

kolucoms6
Average Member

845 Posts

Posted - 12 April 2007 :  16:11:24  Show Profile

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
Go to Top of Page

MaD2ko0l
Senior Member

United Kingdom
1053 Posts

Posted - 16 April 2007 :  18:16:34  Show Profile  Visit MaD2ko0l's Homepage
Google Is You Friend
Maybe This Will Help

try them...its a start

© 1999-2010 MaD2ko0l
Go to Top of Page

kolucoms6
Average Member

845 Posts

Posted - 17 April 2007 :  08:52:51  Show Profile
Yep, i have seen that.

But Its NOT possible in "one liner statement or syntax" I believe.
Go to Top of Page

MaD2ko0l
Senior Member

United Kingdom
1053 Posts

Posted - 17 April 2007 :  10:36:19  Show Profile  Visit MaD2ko0l's Homepage
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
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.4 seconds. Powered By: Snitz Forums 2000 Version 3.4.07