 | Minor problem in sending Mass mail |  |
Posted: 08/23/2007 8:40 AM |
|
|
|
|
|
| Citation |
| Posts |
1017 |
| Word Cnt. |
64,643 |
| BDay |
Apr 18 |
| Sign |
Aries |
| Sex |
 |
|
|
|
Joined: Apr 01, 2007
Local time: 4:31 PM
Location: UNITED ARAB EMIRATES
|

|
|
|
|
 |
Hello Nightrider,
When I send Mass mail to any group, it is default set in language files that first on top it is always sent this message
| Code:
|
The following is an email sent to you by an administrator of "FunWadi.com - The Island Of Fun". If this message is spam, contains abusive or other comments you find offensive please contact the webmaster of the board at the following address:
Include this full email (particularly the headers).
Message sent to you follows:
|
Is it possible to make it at the bottom of the mass mail sent to the users next time instead of coming in header of message.
If possible, than please let me know how to be done so that I can do in vehicles and my poetry board also  |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Minor problem in sending Mass mail |  |
Posted: 08/23/2007 3:38 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 8:31 AM
Location: St Pete, FL
|

|
|
|
|
 |
The template file used for this mass email is the admin_send_email.tpl file stored in each of your language/lang_xxx/email folders. Since you support 46 languages, you would want to adjust it in all 46 lang_xxx/email/admin_send_email.tpl files...
You can rearrange the text in the file or modify it to say something you want if you prefer. Just don't lose the variables that are used to display the actual message, sitename, and board name...
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Minor problem in sending Mass mail |  |
Posted: 08/23/2007 4:16 PM |
|
|
|
|
|
| Citation |
| Posts |
1017 |
| Word Cnt. |
64,643 |
| BDay |
Apr 18 |
| Sign |
Aries |
| Sex |
 |
|
|
|
Joined: Apr 01, 2007
Local time: 4:31 PM
Location: UNITED ARAB EMIRATES
|

|
|
|
|
 |
Did you made any changes? I just sent mass mail to my users and I get also email so this time email was totally different. There was some changes in the file you are saying because the mass mail I got is looking like this
| Code:
|
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
</head>
<PRE>Charset: iso-8859-1</PRE>
<PRE>The following is an email sent to you by an administrator of "FunWadi.com - The Island Of Fun". If this message is spam, contains abusive or other comments you find offensive please contact the webmaster of the board at the following address:</PRE>
<PRE>funwadi@gmail.com</PRE>
<PRE>Include this full email (particularly the headers). </PRE>
<PRE>Message sent to you follows:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~</PRE>
<PRE>Hello Everybody,
As you all see that we have got +23,000 members within 10 months! and it is the right time to have moderators to help the fast growing community. If you are interested in moderating the forum, we invite you to become FunWadi's moderator.
For more details, please read and get back to us by writing in the thread http://www.funwadi.com/forum/post113727.html
Warmest Regards,
Administrator | FunWadi.com
-------------------------------------
Handy Links
-------------------------------------
Board Address: www.FunWadi.com/forum/
Log In: www.FunWadi.com/forum/login.php
Lost Password Recovery:
www.FunWadi.com/forum/profile.php?mode=sendpassword</PRE>
|
Please fix this and restore it back. And I need to change in English language only |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Minor problem in sending Mass mail |  |
Posted: 08/23/2007 11:30 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 8:31 AM
Location: St Pete, FL
|

|
|
|
|
 |
No, I didn't modify anything. All I did was point out which file is being used for mass email. It looks like the email wasn't rendered as HTML in your email application...
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Minor problem in sending Mass mail |  |
Posted: 08/24/2007 5:19 AM |
|
|
|
|
|
| Citation |
| Posts |
1017 |
| Word Cnt. |
64,643 |
| BDay |
Apr 18 |
| Sign |
Aries |
| Sex |
 |
|
|
|
Joined: Apr 01, 2007
Local time: 4:31 PM
Location: UNITED ARAB EMIRATES
|

|
|
|
|
 |
| Nightrider wrote:
|
No, I didn't modify anything. All I did was point out which file is being used for mass email. It looks like the email wasn't rendered as HTML in your email application...
|
Than how come it is changed. Can you please set it to default one so that I can again send mass mail and check whether it is working fine or not.  |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Minor problem in sending Mass mail |  |
Posted: 08/24/2007 5:40 AM |
|
|
|
|
|
| Citation |
| Posts |
1017 |
| Word Cnt. |
64,643 |
| BDay |
Apr 18 |
| Sign |
Aries |
| Sex |
 |
|
|
|
Joined: Apr 01, 2007
Local time: 4:31 PM
Location: UNITED ARAB EMIRATES
|

|
|
|
|
 |
If this cannot be fixed, than you can remove this part which is coming in mass mail
| Code:
|
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
</head>
<PRE>Charset: iso-8859-1</PRE>
<PRE>The following is an email sent to you by an administrator of "FunWadi.com - The Island Of Fun". If this message is spam, contains abusive or other comments you find offensive please contact the webmaster of the board at the following address:</PRE>
<PRE>funwadi@gmail.com</PRE>
<PRE>Include this full email (particularly the headers). </PRE>
<PRE>Message sent to you follows:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~</PRE>
<PRE></PRE>
|
|
|
|
 |
 |
| Back to Top |
|
|
 | Re: Minor problem in sending Mass mail |  |
Posted: 08/25/2007 12:45 AM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 8:31 AM
Location: St Pete, FL
|

|
|
|
|
 |
But didn't you add a MOD that added HTML formatting to your email? What has changed that would prevent the HTML from parsing now???
I could upload a default copy of this file and it would get rid of all this crap, but you would also lose the changes from the MOD that turns your email into HTML format too...
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Minor problem in sending Mass mail |  |
Posted: 08/25/2007 2:02 AM |
|
|
|
|
|
| Citation |
| Posts |
1017 |
| Word Cnt. |
64,643 |
| BDay |
Apr 18 |
| Sign |
Aries |
| Sex |
 |
|
|
|
Joined: Apr 01, 2007
Local time: 4:31 PM
Location: UNITED ARAB EMIRATES
|

|
|
|
|
 |
I haven't installed any MOD which makes the email into HTML. Normally I don't send HTML emails. You can make it as it was before. I don't know how it got changed!  |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Minor problem in sending Mass mail |  |
Posted: 08/25/2007 2:16 AM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 8:31 AM
Location: St Pete, FL
|

|
|
|
|
 |
Ok, I moved the current admin_send_email.tpl file to a tmp folder and uploaded a copy from a vanilla phpBB 2.0.22 archive. It should be better now...
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Minor problem in sending Mass mail |  |
Posted: 08/25/2007 3:43 AM |
|
|
|
|
|
| Citation |
| Posts |
1017 |
| Word Cnt. |
64,643 |
| BDay |
Apr 18 |
| Sign |
Aries |
| Sex |
 |
|
|
|
Joined: Apr 01, 2007
Local time: 4:31 PM
Location: UNITED ARAB EMIRATES
|

|
|
|
|
 |
| Nightrider wrote:
|
Ok, I moved the current admin_send_email.tpl file to a tmp folder and uploaded a copy from a vanilla phpBB 2.0.22 archive. It should be better now...
|
Superb brother. This worked. I am happy to see this. By the way, is it possible just to make this header material
| Code:
|
The following is an email sent to you by an administrator of "FunWadi.com - The Island Of Fun". If this message is spam, contains abusive or other comments you find offensive please contact the webmaster of the board at the following address:
Include this full email (particularly the headers).
Message sent to you follows:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
should comes on footer instead of header. Will this need to be changed in English language or in all languages. If it needed to be changed in all languages than no need to do it. If only in English, than you can change and tell me how you did so I can do in other boards also.
Thanks once again  |
|
|
 |
 |
| Back to Top |
|
|
 |
 | Information |  |
|