Log in Register FAQ Memberlist Search Welcome to RCF - WHF Forum Index
alt : test.swf
Welcome to RCF - WHF
4fx3.gif 
calendar_open_closeCalendar 
Minor problem in sending Mass mail
Post new topic   Reply to topic View previous topic :: View next topic
Goto page: 1, 2  Next
Welcome to RCF - WHF Forum Index -> Area 51 - phpBB & Easymod Tech Support Add To Bookmarks
Minor problem in sending Mass mail
PostPosted: 08/23/2007 8:40 AM Reply with quote
Citation
abdulbasit
Citation
Posts 1017
Word Cnt. 64,643
BDay Apr 18
Sign Aries
Sex Sex:Male
Joined: Apr 01, 2007
Local time: 4:31 PM
Location: UNITED ARAB EMIRATES
unitedACa.gif
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  Boo hoo!
Back to Top
View user's profile Find all posts by abdulbasit Send private message [ Hidden ] Visit poster's website Yahoo Messenger MSN Messenger
Re: Minor problem in sending Mass mail
PostPosted: 08/23/2007 3:38 PM Reply with quote
Site Admin
Nightrider
Site Admin
Posts 30757
Word Cnt. 2,628,690
BDay Jul 28
Sign Leo
Sex Sex:Male
Joined: Sep 25, 2004
Local time: 8:31 AM
Location: St Pete, FL
peace.gif
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...

headbang
Back to Top
View all pictures posted by this userView user's profile Find all posts by Nightrider Send private message   AIM Address Yahoo Messenger Phoogle Map ICQ Number
Re: Minor problem in sending Mass mail
PostPosted: 08/23/2007 4:16 PM Reply with quote
Citation
abdulbasit
Citation
Posts 1017
Word Cnt. 64,643
BDay Apr 18
Sign Aries
Sex Sex:Male
Joined: Apr 01, 2007
Local time: 4:31 PM
Location: UNITED ARAB EMIRATES
unitedACa.gif
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 &quot;FunWadi.com - The Island Of Fun&quot;. 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>


dontknow

Please fix this and restore it back. And I need to change in English language only
Back to Top
View user's profile Find all posts by abdulbasit Send private message [ Hidden ] Visit poster's website Yahoo Messenger MSN Messenger
Re: Minor problem in sending Mass mail
PostPosted: 08/23/2007 11:30 PM Reply with quote
Site Admin
Nightrider
Site Admin
Posts 30757
Word Cnt. 2,628,690
BDay Jul 28
Sign Leo
Sex Sex:Male
Joined: Sep 25, 2004
Local time: 8:31 AM
Location: St Pete, FL
peace.gif
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...

munky2
Back to Top
View all pictures posted by this userView user's profile Find all posts by Nightrider Send private message   AIM Address Yahoo Messenger Phoogle Map ICQ Number
Re: Minor problem in sending Mass mail
PostPosted: 08/24/2007 5:19 AM Reply with quote
Citation
abdulbasit
Citation
Posts 1017
Word Cnt. 64,643
BDay Apr 18
Sign Aries
Sex Sex:Male
Joined: Apr 01, 2007
Local time: 4:31 PM
Location: UNITED ARAB EMIRATES
unitedACa.gif
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...

munky2


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.  dontknow
Back to Top
View user's profile Find all posts by abdulbasit Send private message [ Hidden ] Visit poster's website Yahoo Messenger MSN Messenger
Re: Minor problem in sending Mass mail
PostPosted: 08/24/2007 5:40 AM Reply with quote
Citation
abdulbasit
Citation
Posts 1017
Word Cnt. 64,643
BDay Apr 18
Sign Aries
Sex Sex:Male
Joined: Apr 01, 2007
Local time: 4:31 PM
Location: UNITED ARAB EMIRATES
unitedACa.gif
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 &quot;FunWadi.com - The Island Of Fun&quot;. 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
View user's profile Find all posts by abdulbasit Send private message [ Hidden ] Visit poster's website Yahoo Messenger MSN Messenger
Re: Minor problem in sending Mass mail
PostPosted: 08/25/2007 12:45 AM Reply with quote
Site Admin
Nightrider
Site Admin
Posts 30757
Word Cnt. 2,628,690
BDay Jul 28
Sign Leo
Sex Sex:Male
Joined: Sep 25, 2004
Local time: 8:31 AM
Location: St Pete, FL
peace.gif
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...

dontknow
Back to Top
View all pictures posted by this userView user's profile Find all posts by Nightrider Send private message   AIM Address Yahoo Messenger Phoogle Map ICQ Number
Re: Minor problem in sending Mass mail
PostPosted: 08/25/2007 2:02 AM Reply with quote
Citation
abdulbasit
Citation
Posts 1017
Word Cnt. 64,643
BDay Apr 18
Sign Aries
Sex Sex:Male
Joined: Apr 01, 2007
Local time: 4:31 PM
Location: UNITED ARAB EMIRATES
unitedACa.gif
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!  Shocked
Back to Top
View user's profile Find all posts by abdulbasit Send private message [ Hidden ] Visit poster's website Yahoo Messenger MSN Messenger
Re: Minor problem in sending Mass mail
PostPosted: 08/25/2007 2:16 AM Reply with quote
Site Admin
Nightrider
Site Admin
Posts 30757
Word Cnt. 2,628,690
BDay Jul 28
Sign Leo
Sex Sex:Male
Joined: Sep 25, 2004
Local time: 8:31 AM
Location: St Pete, FL
peace.gif
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...

headbang
Back to Top
View all pictures posted by this userView user's profile Find all posts by Nightrider Send private message   AIM Address Yahoo Messenger Phoogle Map ICQ Number
Re: Minor problem in sending Mass mail
PostPosted: 08/25/2007 3:43 AM Reply with quote
Citation
abdulbasit
Citation
Posts 1017
Word Cnt. 64,643
BDay Apr 18
Sign Aries
Sex Sex:Male
Joined: Apr 01, 2007
Local time: 4:31 PM
Location: UNITED ARAB EMIRATES
unitedACa.gif
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...

headbang


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.  Boo hoo!

Thanks once again  Applause  Applause  Applause
Back to Top
View user's profile Find all posts by abdulbasit Send private message [ Hidden ] Visit poster's website Yahoo Messenger MSN Messenger
 Post new topic  Reply to topic
Information
Welcome to RCF - WHF Forum Index -> Area 51 - phpBB & Easymod Tech Support

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum
All times are GMT - 5 Hours
Goto page: 1, 2  Next
Page 1 of 2


Add To Bookmarks

 
  
  


  Google

Powered by phpBB © 2001, 2005 phpBB Group

Page generation time: 0.0894s (PHP: 72% - SQL: 28%) - SQL queries: 58 - GZIP disabled - Debug on