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: General / Classic ASP versions(v3.4.XX)
 Pointing Charset for outgoing emails from forum
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

L.V.
Starting Member

Russia
16 Posts

Posted - 24 March 2006 :  19:00:28  Show Profile  Visit L.V.'s Homepage
What I need add at the script to the emails which are sent from the forum to the users were sent in Windows-1251 Charset?

Thanks

Edited by - L.V. on 24 March 2006 19:04:35

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 24 March 2006 :  21:10:17  Show Profile  Send ruirib a Yahoo! Message
That will depend on the email component being used...


Snitz 3.4 Readme | Like the support? Support Snitz too
Go to Top of Page

L.V.
Starting Member

Russia
16 Posts

Posted - 25 March 2006 :  19:51:04  Show Profile  Visit L.V.'s Homepage
SERVER_SOFTWARE=Microsoft-IIS/6.0 so I pointed out the CDOSYS at the admin_config_email.asp, but before that it was set as CDONTS and the Registration email I got from server.
Usual for other ASP scripts for that site I use CDONTS also:

autoEmail=Server.CreateObject("CDONTS.NewMail")
autoEmail.From='support@mySite.com (redirected from feedback of mySite.com)'
etc

I don't think I should write simply something like that:
autoEmail.Charset='Windows-1251'
because usual the headers RFC-822 has the one:
Content-Type: text/plain;
charset="windows-1251"

Edited by - L.V. on 25 March 2006 19:54:11
Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 26 March 2006 :  11:00:29  Show Profile  Send ruirib a Yahoo! Message
Not sure that this will work, but you can give it a try. Add the lines in red, to inc_mail.asp, in the Cdosys code area:

objNewMail.To = strRecipients
		objNewMail.From = strSender
		objNewMail.Subject = strSubject
		objNewMail.TextBody = strMessage

		Set bp = objNewMail.BodyPart
		bp.Charset="windows-1251"  


Snitz 3.4 Readme | Like the support? Support Snitz too
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.32 seconds. Powered By: Snitz Forums 2000 Version 3.4.07