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 January 20th, 2005, 01:32 PM   #1 (permalink)
Registered User
 
Join Date: Jan 2005
Posts: 18
How do I send an HTML email?

Under 'edit users', theres and option that says 'email all members' and when I did that - it said that HTML was acceptable....I entered some HTML code but when I sent the email it went out as just the code and not transformed as i wanted it to be. What am I doing wrong?
nostosnights is offline   Reply With Quote
Old January 20th, 2005, 03:22 PM   #2 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,940
It is not really supported but you can try this edit here and see

in adm-user.php

find this

$subject = addslashes( $subject );
$letter = addslashes( $letter );
$from_email = "From: {$Globals['adminemail']}";

while ( list($euserid,$eusername,$email) = mysql_fetch_row($fusers) ) {
mail( $email, $subject, $letter, $from_email );
}

change it to this

$subject = addslashes( $subject );
$letter = addslashes( $letter );
$from_email = "{$Globals['adminemail']}";

$headers = "";
$newline = "\n";
$headers .= "From: {$from_email}$newline";
$headers .= "Sender: {$from_email}$newline";
$headers .= "Reply-to: {$from_email}$newline";
$headers .= "X-Mailer: Photopost$newline";
$headers .= "Return-Path: <{$from_email}>$newline";
$headers .= "Content-Type: text/html; charset=iso-8859-1$newline";

while ( list($euserid,$eusername,$email) = mysql_fetch_row($fusers) ) {
mail( $email, $subject, $letter,"From: $from_email{$newline}$headers");
}
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.

Last edited by Chuck S; January 20th, 2005 at 03:26 PM.
Chuck S is offline   Reply With Quote
Old January 20th, 2005, 03:24 PM   #3 (permalink)
PhotoPost Developer
Verified Customer
 
Join Date: Jan 2002
Posts: 11,834
We need to include this in the PP5 update since we said we would support it, just forgot to add the appropriate code!
__________________
Please do not PM me for support or sales questions. Thank you for your understanding.
Michael P 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
Send as e-Card imported_420 How Do I? - vBulletin 3.0.X 2 September 27th, 2005 11:41 AM
Send as E-Card imported_420 vBGallery Suggestions 4 August 16th, 2005 07:25 PM
send a link of the gallrey to a friend via email Omid ReviewPost Installation & Upgrades 1 June 8th, 2005 08:31 AM
Either an html page build function, or an html-masking plugin... Khashyar ReviewPost Suggestions 0 July 25th, 2004 12:01 AM


All times are GMT -5. The time now is 07:36 PM.

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