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
 Subscription e-mail with norwegian character code
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

SagaService
Junior Member

108 Posts

Posted - 06 February 2003 :  08:28:24  Show Profile
Hi.

I use a Snitz Forums 2000 3.4.03 with multilingual setup and skins, see: http://www.vti-fotball.no/forum2

How can I provide the Administrator e-mail to contain national characters (Norwegian alphabet)? I changed som code in a version 4beta forum at http://www.vti-fotball.no/forum but I can't remember what it was...

Per Lund - Norway

This is really a mod related question, so I'm moving the topic.

Edited by - ruirib on 06 February 2003 18:57:16

Deleted
deleted

4116 Posts

Posted - 06 February 2003 :  11:04:42  Show Profile
The changes depend on what component to use. You'll need to add one or two lines to inc_mail.asp... If you have a backup you can compare...

Stop the WAR!
Go to Top of Page

SagaService
Junior Member

108 Posts

Posted - 06 February 2003 :  18:09:22  Show Profile
Hi.

Sometimes you forget what you did yesterday... But here's the answer:

Open inc_mail.asp and look for the section concerning the e-mail system which is configured in your Snitz forum (like this):

case "aspmail"
Set objNewMail = Server.CreateObject("SMTPsvg.Mailer")
objNewMail.FromName = strFromName
objNewMail.FromAddress = strSender
'objNewMail.AddReplyTo = strSender
objNewMail.RemoteHost = strMailServer
objNewMail.AddRecipient strRecipientsName, strRecipients
objNewMail.Subject = strSubject
objNewMail.BodyText = strMessage
objNewMail.CharSet = 2
on error resume next '## Ignore Errors
SendOk = objNewMail.SendMail
If not(SendOk) <> 0 Then
Err_Msg = Err_Msg & "<li>" & fLangN(strLangInc_Mail00010,objNewMail.Response) & "</li>"
End if

Insert this line: objNewMail.CharSet = 2

(you can see the line inserted in the example above).

That's it! Your system now sends e-mails with international character sets...

Per Lund
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.23 seconds. Powered By: Snitz Forums 2000 Version 3.4.07