Module: Mailing List
Posted by Oliver Riesen-Mallmann
Re: Module: Mailing List September 06, 2010 09:48AM |
Admin Registered: 18 years ago Posts: 746 |
Hola Lord_ZealoN,
Which language file do you use? The original english file from the Phorum installation? Or did you get some additional language files from this forum? Inside each language file (see folder /include/lang/) you can find one line defining the character set (CHARSET). For a new installation you should use utf8 for all components (database, encoding and character set).
Regards
Oliver
Using Phorum since 7/2000: forum.langzeittest.de (actual version 5.2.23)
Modules "Made in Germany" for version 5.2: Author_as_Sender, CarCost, Close_Topic, Conceal_Message_Timestamp,
Format_Email, Index_Structure, Mailing_List, Pervasive_Forum, Spritmonitor, Terms_of_Service and German_Language_Files_Package.
Quote
Lord_ZealoN
Could be a solution, to take german.utf-8, and translate to spanish from there?
Which language file do you use? The original english file from the Phorum installation? Or did you get some additional language files from this forum? Inside each language file (see folder /include/lang/) you can find one line defining the character set (CHARSET). For a new installation you should use utf8 for all components (database, encoding and character set).
Regards
Oliver
Using Phorum since 7/2000: forum.langzeittest.de (actual version 5.2.23)
Modules "Made in Germany" for version 5.2: Author_as_Sender, CarCost, Close_Topic, Conceal_Message_Timestamp,
Format_Email, Index_Structure, Mailing_List, Pervasive_Forum, Spritmonitor, Terms_of_Service and German_Language_Files_Package.
Re: Module: Mailing List September 06, 2010 10:12AM |
Registered: 15 years ago Posts: 11 |
Re: Module: Mailing List September 06, 2010 11:12AM |
Admin Registered: 18 years ago Posts: 746 |
Hola Lord_ZealoN,
Minimum required Phorum version is 5.2.11. My module doesn't change any encoding or character set when sending mails to the mailing list. So I couldn't see any error. What's about other mails from your forum (for example moderation mails)? They are okay?
Saludos Oliver
Using Phorum since 7/2000: forum.langzeittest.de (actual version 5.2.23)
Modules "Made in Germany" for version 5.2: Author_as_Sender, CarCost, Close_Topic, Conceal_Message_Timestamp,
Format_Email, Index_Structure, Mailing_List, Pervasive_Forum, Spritmonitor, Terms_of_Service and German_Language_Files_Package.
Quote
Lord_ZealoN
I don't have phorum at last version. Could be this the problem?
Minimum required Phorum version is 5.2.11. My module doesn't change any encoding or character set when sending mails to the mailing list. So I couldn't see any error. What's about other mails from your forum (for example moderation mails)? They are okay?
Saludos Oliver
Using Phorum since 7/2000: forum.langzeittest.de (actual version 5.2.23)
Modules "Made in Germany" for version 5.2: Author_as_Sender, CarCost, Close_Topic, Conceal_Message_Timestamp,
Format_Email, Index_Structure, Mailing_List, Pervasive_Forum, Spritmonitor, Terms_of_Service and German_Language_Files_Package.
Re: Module: Mailing List September 06, 2010 12:55PM |
Registered: 15 years ago Posts: 11 |
Re: Module: Mailing List November 15, 2011 10:22AM |
Registered: 13 years ago Posts: 33 |
Does anyone out there have the code necessary to allow the Mailing List module to include the user's signature when sending out messages? I know this is possible in the Group Auto Email module, but I'm not brave enough to try to work out how to transfer the code from one module to the other.
Re: Module: Mailing List March 05, 2012 08:56AM |
Registered: 13 years ago Posts: 33 |
Re: Module: Mailing List August 31, 2015 08:51AM |
Admin Registered: 18 years ago Posts: 746 |
2015/08/28 version 1.6.1 by Oliver Riesen (oliver@riesen.org) - Phorum 5.2.21 is required. - Optionally stripping HTML and BBCode <tags> depends now on the new "How to strip quotes in mails" setting in "General Settings".
Using Phorum since 7/2000: forum.langzeittest.de (actual version 5.2.23)
Modules "Made in Germany" for version 5.2: Author_as_Sender, CarCost, Close_Topic, Conceal_Message_Timestamp,
Format_Email, Index_Structure, Mailing_List, Pervasive_Forum, Spritmonitor, Terms_of_Service and German_Language_Files_Package.
Re: Module: Mailing List January 24, 2017 11:09PM |
Registered: 8 years ago Posts: 28 |
I have done quite a bit of work on this module and its friend the "external phorummail" module (technically most of the work was done by an upwork contractor), and I have a version that's ready for testing. It's working for me, but you know how that goes. I've attached the new version to this post.
Basically I added much of the functionality that was in the Mail2forum module that I used to use in conjunction with PHPBB. I needed this functionality to be able to use it in production on my new Phorum site. Here's what I put in the Changelog
2017/01/21 version 1.7.0 by Oliver Riesen (oliver@riesen.org) and W. Curtis
Preston (wcurtispreston@gmail.com)
- Major new version with a lot of added functionality
- Added ability to add subject prefix before sending to a mailing list - used to add same subject back to the outgoing email that would be on an incoming email from the list. This helps messages thread correctly.
- Made the following two (formerly default) actions now optional
-- Prepend Phorum name to outgoing email subject (now optional)
-- Prepend Post details to outgoing email body (now optional)
- Added ability to add signature to end of email
- Added ability to resend email if a post is edited
- Added ability to add a subject tag if resending edited post
- Added ability to add a line to end of edited posts
- Added ability to send email as OP's name, but with usual email address (e.g. Posters Name <usualemail@domain.com>) Can also send as just an email address, the system name, or a custom name.
Basically I added much of the functionality that was in the Mail2forum module that I used to use in conjunction with PHPBB. I needed this functionality to be able to use it in production on my new Phorum site. Here's what I put in the Changelog
2017/01/21 version 1.7.0 by Oliver Riesen (oliver@riesen.org) and W. Curtis
Preston (wcurtispreston@gmail.com)
- Major new version with a lot of added functionality
- Added ability to add subject prefix before sending to a mailing list - used to add same subject back to the outgoing email that would be on an incoming email from the list. This helps messages thread correctly.
- Made the following two (formerly default) actions now optional
-- Prepend Phorum name to outgoing email subject (now optional)
-- Prepend Post details to outgoing email body (now optional)
- Added ability to add signature to end of email
- Added ability to resend email if a post is edited
- Added ability to add a subject tag if resending edited post
- Added ability to add a line to end of edited posts
- Added ability to send email as OP's name, but with usual email address (e.g. Posters Name <usualemail@domain.com>) Can also send as just an email address, the system name, or a custom name.
Re: Module: Mailing List January 26, 2017 07:15AM |
Admin Registered: 18 years ago Posts: 746 |
Hi Curtis,
I'll test your changes on my Phorum installation. Give me some days...
Regards
Oliver
Using Phorum since 7/2000: forum.langzeittest.de (actual version 5.2.23)
Modules "Made in Germany" for version 5.2: Author_as_Sender, CarCost, Close_Topic, Conceal_Message_Timestamp,
Format_Email, Index_Structure, Mailing_List, Pervasive_Forum, Spritmonitor, Terms_of_Service and German_Language_Files_Package.
I'll test your changes on my Phorum installation. Give me some days...
Regards
Oliver
Using Phorum since 7/2000: forum.langzeittest.de (actual version 5.2.23)
Modules "Made in Germany" for version 5.2: Author_as_Sender, CarCost, Close_Topic, Conceal_Message_Timestamp,
Format_Email, Index_Structure, Mailing_List, Pervasive_Forum, Spritmonitor, Terms_of_Service and German_Language_Files_Package.
Sorry, only registered users may post in this forum.