PhotoPost Photo Gallery Sales PhotoPost Sales Toll Free Phone Number
Mon-Fri 9am-4pm EST
  PhotoPost Photo Sharing Photo Gallery    Visualize community tm
| | | | | | | | |

Go Back   PhotoPost Community > PhotoPost Support > PhotoPost Pro Support Forums > Photopost Pro How Do I...?

Photopost Pro How Do I...? Wondering how to do things in PhotoPost?

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old October 11th, 2010, 11:19 AM   #1 (permalink)
Member
Verified Customer
 
Join Date: Dec 2009
Posts: 40
Email encoding

Having a problem receiving emails from my PP installation full if garbage
Code:
Content visible to verified customers only.
How can i fix this?
Trews is offline   Reply With Quote
Old October 11th, 2010, 06:23 PM   #2 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,940
Photopost emails are simple mail strings. I would suspect maybe your using a foreign language that can only be displayed using html email?
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old October 11th, 2010, 06:59 PM   #3 (permalink)
Member
Verified Customer
 
Join Date: Dec 2009
Posts: 40
Quote:
Originally Posted by Chuck S View Post
Photopost emails are simple mail strings. I would suspect maybe your using a foreign language that can only be displayed using html email?
Russian. I am having this problem only with PhotoPost other scripts(vB, Joomla, WordPress, etc) sending emails OK-readable.
I have searched the forum and tried almost every solution possible. Nothing works.
Some said that it is a switch to html email format in Admin panel, however i could not find it.

Any help?
Trews is offline   Reply With Quote
Old October 11th, 2010, 07:15 PM   #4 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,940
well thats because Photopost Pro is not really coded to handle html emails

You really would need to modify whatever language string in which script your trying to convert into html email

For example for subscriptions which are sent from image-inc.php you have this

Code:
Content visible to verified customers only.
To send html emails it would be say this

Code:
Content visible to verified customers only.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old October 11th, 2010, 09:11 PM   #5 (permalink)
Member
Verified Customer
 
Join Date: Dec 2009
Posts: 40
does not work
Trews is offline   Reply With Quote
Old October 11th, 2010, 09:49 PM   #6 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,940
should work fine just make sure you use the proper encoding
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old October 11th, 2010, 10:33 PM   #7 (permalink)
Member
Verified Customer
 
Join Date: Dec 2009
Posts: 40
Your right!
I had this in comments.php
Code:
Content visible to verified customers only.
Trews is offline   Reply With Quote
Old October 12th, 2010, 08:46 AM   #8 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,940
yeah thats not right

I beleive it would be

windows-1251

or

utf-8
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old October 12th, 2010, 09:09 AM   #9 (permalink)
Member
Verified Customer
 
Join Date: Dec 2009
Posts: 40
Still having a same problems with e-cards in UTF-8
it getting sent by ecard.php and i twisted my head trying to solve the problem... Any help on this one?
Trews is offline   Reply With Quote
Old October 12th, 2010, 09:18 AM   #10 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,940
well as noted you need to edit any mail string in the scripts your trying to do html email with.

If you edit the mail string in ecard.php that should help

Now also what encoding is your russian language in utf-8 or is it windows-1251

The one included in our application is windows-1251 not utf-8
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old October 12th, 2010, 09:49 AM   #11 (permalink)
Member
Verified Customer
 
Join Date: Dec 2009
Posts: 40
Code:
Content visible to verified customers only.
is set for both english.php and russian.php

ecard.php
Code:
Content visible to verified customers only.
and
Code:
Content visible to verified customers only.
Have tried many ways non of them worked
Trews is offline   Reply With Quote
Old October 12th, 2010, 09:54 AM   #12 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,940
well you have not altered any of those to send html email

next you simply can not change a content meta line in the actual language file to utf-8

Those language strings are windows-1251
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old October 12th, 2010, 09:57 AM   #13 (permalink)
Member
Verified Customer
 
Join Date: Dec 2009
Posts: 40
i did convert the files into UTF
Trews is offline   Reply With Quote
Old October 12th, 2010, 10:28 AM   #14 (permalink)
Member
Verified Customer
 
Join Date: Dec 2009
Posts: 40
Any help to force ecard mail strings to HTML/utf ?
Trews is offline   Reply With Quote
Old October 12th, 2010, 11:22 AM   #15 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,940
well how have you altered the code?

Have you done that what you posted above is stock code and as noted we do not do html email in the code so the code would need to be altered.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old October 12th, 2010, 06:10 PM   #16 (permalink)
Member
Verified Customer
 
Join Date: Dec 2009
Posts: 40
Quote:
Originally Posted by Chuck S View Post
well how have you altered the code?

Have you done that what you posted above is stock code and as noted we do not do html email in the code so the code would need to be altered.
Chuck I am asking for solution. Not for suggestion. I am not the developer of Photopost and i do not have time for making your software to be able to send html emails. Have spent enough time already on it.

Or what you saying is that the script not designed to send html/utf emails. If yes, i just simply turn off the e-card option, as it seams to me just a marketing move/misleading from you guys.
Trews is offline   Reply With Quote
Old October 12th, 2010, 07:02 PM   #17 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,940
yes as noted in my initial reply we do not send html email in Photopost. My suggestion on how to alter the mail strings was something for you to try not something we support.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old October 12th, 2010, 07:14 PM   #18 (permalink)
Member
Verified Customer
 
Join Date: Dec 2009
Posts: 40
Quote:
Originally Posted by Chuck S View Post
yes as noted in my initial reply we do not send html email in Photopost.
Well you should because it is year 2010.
Other ways, please remove that you support russian language and mention that any other language but English will have trouble integrating if using UTF-8.

This is very irresponsible Chuck!
Trews is offline   Reply With Quote
Old October 12th, 2010, 07:16 PM   #19 (permalink)
Member
Verified Customer
 
Join Date: Dec 2009
Posts: 40
By the way, i have(had to) turned off your so call SEO and E-cards, basically chopped the balls from photopost.
Trews is offline   Reply With Quote
Old October 12th, 2010, 09:14 PM   #20 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,940
You can only use SEO urls if your server supports mod rewrite and make sure you rename the HTACCESS file to .htaccess before you try enabling SEO URLS.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Content Encoding Error trana Bugs - vBulletin 3.6x 11 August 28th, 2008 05:16 PM
Charset or Encoding? kazhoster Classifieds How do I...? 9 June 5th, 2008 09:10 AM
Change Encoding rotamegr Classifieds How do I...? 8 January 11th, 2008 06:25 AM
Cyrillic encoding problems Mojito Photopost Pro How Do I...? 5 March 11th, 2007 04:11 PM
Correct encoding in showframe.php CheDo Photopost Pro Bug Reports 12 December 5th, 2006 10:38 AM


All times are GMT -5. The time now is 06:35 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0