Author |
Topic  |
|
Chris Knox
Starting Member
2 Posts |
Posted - 05 May 2002 : 12:32:48
|
Hello all,
Is there a way to have posts sent to users in a digest that contains the actual posts when they subscribe to a forum instead of just links to the posts on the forum going to their email account???
Thanking you in advance, Chris
|
|
Nathan
Help Moderator
    
USA
7664 Posts |
Posted - 05 May 2002 : 16:50:34
|
There is not currently a mod for this, it is requested quite often however, so one of these days. . . . perhaps someone will make one.
Nice runnon eh? 
Nathan Bales Snitz Exchange | Do's and Dont's |
 |
|
AGlossop
Starting Member
United Kingdom
15 Posts |
Posted - 07 May 2002 : 14:58:42
|
I'm working on a MOD for emailing now. Not digest mode, just the individual replies.
|
 |
|
FloorBiz
Starting Member
12 Posts |
Posted - 09 May 2002 : 10:42:35
|
AGlossop,
Please let us know when your don't it would be a useful mod
|
 |
|
AGlossop
Starting Member
United Kingdom
15 Posts |
Posted - 12 May 2002 : 06:10:13
|
I found this topic:
http://forum.snitz.com/forum/topic.asp?TOPIC_ID=16549
This is what I've done:
In inc_susbscriptions.asp change the lines at the end of the file (just above the #INCLUDE FILE="inc_mail.asp"). Should be 3 lines after the "end if" statement above (these lines are long, watch for word wrap).
strMessage = strMessage & vbNewline & vbNewline & "Subject: " & TopicName & vbNewline & vbNewline strMessage = strMessage & "Message:" & vbNewline & vbNewline & request.form("Message") & vbNewline & vbNewline strMessage = strMessage & "You can view the posting at " & strForumURL & "link.asp?TOPIC_ID=" & TopicId & vbNewline
Works OK if you don't have codes or HTML. I might change the email to HTML format, but that's for another day.
|
 |
|
johngo33
Starting Member
14 Posts |
Posted - 20 May 2002 : 10:34:08
|
I changed the email to HTML format in order to send out Unicode email to subscribers. Here is my working version:
http://dactrung.com/files/htmlmail.zip
Just replace your inc_subscription.asp with mine (please backup it first!). There is a new file inc_htmlmail.asp. So far I only have 4 components working with HTML format: aspmail, aspemail, aspqmail and jmail. Please update it with other components if you know how.
|
 |
|
AGlossop
Starting Member
United Kingdom
15 Posts |
Posted - 20 May 2002 : 13:36:35
|
quote:
I changed the email to HTML format in order to send out Unicode email to subscribers. Here is my working version:
http://dactrung.com/files/htmlmail.zip
Just replace your inc_subscription.asp with mine (please backup it first!). There is a new file inc_htmlmail.asp. So far I only have 4 components working with HTML format: aspmail, aspemail, aspqmail and jmail. Please update it with other components if you know how.
Thanks, I'll check it out.
|
 |
|
joatham
Junior Member
 
United Kingdom
169 Posts |
Posted - 21 May 2002 : 10:59:19
|
If you want to add HTML mail to this, I've written an HTML email mod, which includes the original message and reply in the email which is sent out (this is configurable from template pages within the mod). You can find details at the following topic link, or from the site in my sig, or from Nathan's Mod Exchange.
http://forum.snitz.com/forum/topic.asp?TOPIC_ID=24242
John
For snitz mods and information, see the Cosmic Cat Snitz Mods Homepage |
 |
|
|
Topic  |
|