Author |
Topic |
acoustika
Junior Member
Denmark
311 Posts |
Posted - 10 December 2003 : 21:46:20
|
you can see the mod on my site, Originally it is placed on top of Default.asp, the main forum page, but I have put it on a page for itself, tjek the link on top of my bottomFrame on my mainpage the links spells like this in danish :-) "Tilmeld/Afmeld dig UniqueDk's NyhedsBrev"
www.UniqueDk.dk The Open Forums of Denmark |
May The Code Be With You www.UniqueDk.dk *** The Open Forums of Denmark *** |
Edited by - acoustika on 10 December 2003 21:47:16 |
|
|
ump14
Starting Member
USA
30 Posts |
Posted - 12 December 2003 : 11:31:44
|
I have the same issue to which you refer when you send in HTML (I get in TEXT but its HTML Code)
I read the protion of the change to JMail Can someone help a NEWBIE figure out how this is accomplished?
I dont care if we send in HTML in anything else, but I really like the ability to send these notices as HTML.
|
|
|
acoustika
Junior Member
Denmark
311 Posts |
Posted - 12 December 2003 : 12:17:47
|
In Admin go into email server konfiguration, there you can see which Email Components are available for you, I have CdoSys(iss 5/5.1/6) and Jmail available for me. The CDOSYS won't send the html mails but the JMAIL will. I don't know which possibilities you will have, it depends on your server. |
May The Code Be With You www.UniqueDk.dk *** The Open Forums of Denmark *** |
|
|
ump14
Starting Member
USA
30 Posts |
Posted - 13 December 2003 : 21:07:25
|
I went out, downloaded and installed JMail - Worked just as expected! Thanks! |
|
|
acoustika
Junior Member
Denmark
311 Posts |
Posted - 13 December 2003 : 21:10:22
|
Glad it worked, Though maybe I think the CDOSYS is a better mail system (not sure) so I will use CDOSYS as my standard and switch to JMAIL whenever I send a html letter, just got to remember to do the switch ;-) |
May The Code Be With You www.UniqueDk.dk *** The Open Forums of Denmark *** |
Edited by - acoustika on 13 December 2003 21:20:24 |
|
|
ump14
Starting Member
USA
30 Posts |
Posted - 13 December 2003 : 21:15:10
|
That is exactly what I am having to do. Its not pretty - but it works!
|
|
|
spinone
Starting Member
3 Posts |
Posted - 10 April 2004 : 15:06:48
|
Fix for CDONTS to work for sending the newsletter in HTML format is:
In inc_mail_html.asp Find the case statement below and add the text in Red
case "cdonts"
Set objNewMail = Server.CreateObject ("CDONTS.NewMail")
objNewMail.BodyFormat = 0
objNewMail.MailFormat = 0
objNewMail.Body= "<HTML><BODY> " & HTML & " </BODY></HTML>"
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
|
|
|
PeeWee.Inc
Senior Member
United Kingdom
1893 Posts |
Posted - 10 April 2004 : 15:40:03
|
quote: Originally posted by spinone
Fix for CDONTS to work for sending the newsletter in HTML format is:
In inc_mail_html.asp Find the case statement below and add the text in Red
case "cdonts"
Set objNewMail = Server.CreateObject ("CDONTS.NewMail")
objNewMail.BodyFormat = 0
objNewMail.MailFormat = 0
objNewMail.Body= "<HTML><BODY> " & HTML & " </BODY></HTML>"
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
Will not work on Binkster. Cant use "on error resume next" on brinkster. |
De Priofundus Calmo Ad Te Damine |
|
|
glinted
New Member
54 Posts |
Posted - 15 April 2004 : 22:00:27
|
The link is dead to download this MOD and I even went & registered on the mod creaters site but couldn't find the mod there either? I need a Newsletter Mod, can anyone help please? |
Coupon Savings |
|
|
MadGrip
Starting Member
United Kingdom
17 Posts |
Posted - 24 April 2004 : 18:43:46
|
I've tried everyway I can think of , of getting this mod to work. But no one recieves the newsletter.
any ideas on where I should be looking ?? |
webmaster@wyioc.com |
|
|
Classicmotorcycling
Development Team Leader
Australia
2084 Posts |
Posted - 25 April 2004 : 01:06:29
|
For a limited time I will keep the file on here until I get a chance to work out where to put it.quote: Originally posted by glinted
The link is dead to download this MOD and I even went & registered on the mod creaters site but couldn't find the mod there either? I need a Newsletter Mod, can anyone help please?
You can download the file: Newsletter 34v234 from Classic Motorcycling Australia |
Cheers, David Greening |
|
|
glinted
New Member
54 Posts |
Posted - 25 April 2004 : 02:22:56
|
thanks very much Classicmotorcycling,
it look good,
cheers |
Coupon Savings |
|
|
glinted
New Member
54 Posts |
Posted - 26 April 2004 : 00:45:38
|
Has anyone tried implementing the mod into the users profile page? What I would like to do is show the newsletter option on the users profile so when they first register or update their profile they will have an option of signing up. This would need to be coded so that the newsletter form is processed when the user presses the profile submit button. |
Coupon Savings |
|
|
indianBoy
New Member
56 Posts |
Posted - 23 July 2004 : 03:07:57
|
some problems:
1. i want all my users emails to be transferred to the mailing list database
2. i want anyone who signs up on the forum also automatically sign up for the newsletter
3. can they unsubscribe by clicking on a link in their email, and the next should be unsubscription verification
4. when someone eigns up, the follwoing lights appear as confirmation :
quote: Your information was submited succesfully!
Thank You for signing the xBhp! mailing list. You may Click Here to Continue! Please click the BACK button on your browser and fix the errors indicated above! Thanks!
5. when i click preview in HTML newsletter it shows " no text to preview"
and these are the problems faced uptil now, maybe i will face more probs later.
would appreciate if anyone can help.
|
|
|
glinted
New Member
54 Posts |
Posted - 23 July 2004 : 12:05:29
|
Yes I would like to see better integration with the members profile and I would like to see the newsletter option ticked by default on sign-up and I would like to have an admin control of been able to make the newsletter compulsory or a member option. The reason why I would like to have this is that I think if a member wants to sign up and use the forum then they should be able to accept having a newsletter sent out once a month as part of the membership obligation. This also makes it better for keeping members up to date with News etc because at the moment I have to do a Bulk PM to members when I need to notify everyone as my Newsletter subcriptions only have a handful of members registeded. So It would be good for these options to be included in the administration. Thanks for the mod and these are just ideas to make it better. |
Coupon Savings |
|
|
Topic |
|