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 Classifieds Support > Classifieds Bug Reports

Classifieds Bug Reports Post any problems you may be having with Classifieds here.

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old March 11th, 2007, 06:20 PM   #1 (permalink)
Member
Verified Customer
 
Join Date: Jun 2003
Location: Dallas TX
Posts: 370
Email comes from nobody@domain.com

In Vb there is a setting -f to use a feature that prevents the email from coming from nobody..

Is there a similar feature in classifieds ??

Thanks in advance

Doug
Silver_2000 is offline   Reply With Quote
Old March 13th, 2007, 03:02 AM   #2 (permalink)
Member
Verified Customer
 
Join Date: Jul 2006
Posts: 100
Yes, but for some reason it's called Administrator Email Address (In Global Options).
It should have been called Outgoing address or something similar.
daxter is offline   Reply With Quote
Old March 13th, 2007, 07:59 AM   #3 (permalink)
Member
Verified Customer
 
Join Date: Jun 2003
Location: Dallas TX
Posts: 370
The admin email address is filled out, and the email shows to be coming from that admin, YET the header still shows the email as coming from the UNIX USER nobody@servername.hostname.com and that is causing emails to be rejected

Doug

In Vbulletin there is a -f setting that fixes this

Quote:
Enable "-f" Parameter
Some sendmail servers may require the "-f" parameter to be sent with email calls from PHP. If you are having problems with users not receiving email, try enabling this option. In all likelihood, your problem will not be caused by this setting.
Silver_2000 is offline   Reply With Quote
Old March 13th, 2007, 08:18 AM   #4 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,070
There is not an -f feature in classifieds but we can gladly look at adding one in a future version
__________________
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 March 21st, 2010, 10:28 AM   #5 (permalink)
Member
Verified Customer
 
Join Date: Mar 2010
Posts: 67
This is exactly my problem in photopost. Can i set a -f there to fix it and if so in what file and what line ?
Mannie_F is offline   Reply With Quote
Old March 21st, 2010, 10:35 AM   #6 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,070
There is that feature in classifieds now as this is an old thread

Admin => Admin Options => Enable ''-f'' Parameter?<br />Some sendmail servers require the ''-f'' parameter to be sent with email calls. If you have problems with users not receiving email, try enabling this.
__________________
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 March 21st, 2010, 10:37 AM   #7 (permalink)
Member
Verified Customer
 
Join Date: Mar 2010
Posts: 67
Sorry chuck, might have replied in the wrong section, this came up in the search. I am talking about my photopost 7
Mannie_F is offline   Reply With Quote
Old March 21st, 2010, 10:43 AM   #8 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,070
Ah well you would have to modify all your mail strings in photopost because there is no parameter in photopost pro like that

example in photopost you have this in your various scripts like this

Code:
Content visible to verified customers only.
You would say add the part in bold

However with the -f parameter I tend to think you should be getting no email sent but anyway try that
__________________
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 March 21st, 2010, 11:25 AM   #9 (permalink)
Member
Verified Customer
 
Join Date: Mar 2010
Posts: 67
i did that, but still the same mail comes in. In the screenshot attached i made the name black cause i don't want people to see that
Attached Images
File Type: jpg mail.jpg (13.1 KB, 6 views)
Mannie_F is offline   Reply With Quote
Old March 21st, 2010, 12:49 PM   #10 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,070
Are you sure your admin email is filled out?

I mean our script clearly fills in the sender email we use the admin email.

If you have tried without the -f parameter and even with the -f parameter then you may want to contact your host.

Also realize in Pro you have mail strings in most the files so altering all the mail strings you will need to do. If your just trying to test if adding the -f parameter helps then concentrating on doing it to one specific mail string is fine just make sure you modify the right file for the mail string your dealing with.
__________________
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 March 21st, 2010, 01:06 PM   #11 (permalink)
Member
Verified Customer
 
Join Date: Mar 2010
Posts: 67
Yes i have filled my admin mail, that is what you see in the screenshot, the sender field is what i don't like. I had searched all the scripts for that code you gave and replaced that. So not sure there is anything else i can do. My host nags about using smtp wich works fine with smf and coppermine, but there is no smtp in photopost.
Mannie_F is offline   Reply With Quote
Old March 21st, 2010, 01:31 PM   #12 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,070
well I am sure the issue comes from your hosts php setup.

I mean we use a very simple PHP mail string in our program no SMTP currently

Now your host may need you to define an SMTP email default address in php setup maybe.

As the sample line I posted shows the php mail string itself whether you use an -f parameter or not clearly has $email_from defined.

Basically the -f parameter just adds an additional declaration of the defined sender email address.
__________________
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 March 21st, 2010, 01:34 PM   #13 (permalink)
Member
Verified Customer
 
Join Date: Mar 2010
Posts: 67
yes, i will go nag my host about this again. and if not i will have to do with this for a year and change host then if they cannot say anything other then use smtp . So consider this here done and now it is up to the host
Mannie_F is offline   Reply With Quote
Old March 21st, 2010, 04:32 PM   #14 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,070
enjoy whats left of the weekend
__________________
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 March 22nd, 2010, 09:46 AM   #15 (permalink)
Member
Verified Customer
 
Join Date: Mar 2010
Posts: 67
Thanks, weekend is over. The host answered what i expected, so will save up to move the site over to godaddy in 2 months.
Mannie_F is offline   Reply With Quote
Old March 22nd, 2010, 11:02 AM   #16 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,070
if you prefer good hosting that puts you on a vds where you have total control over your space then westhost.com is one to check out.
__________________
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 March 22nd, 2010, 11:08 AM   #17 (permalink)
Member
Verified Customer
 
Join Date: Mar 2010
Posts: 67
They don't have an unlimited plan. As i am also planning to make video tutorials for vue etc.. space will go up quick. Thanks anyway for pointing me out to that host
Mannie_F is offline   Reply With Quote
Old March 22nd, 2010, 11:20 AM   #18 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,070
You think godaddy is unlimited? You really need to read the fine print. Godaddy is maybe a step up from ipowerweb or powweb or yahoo. I never recomment anyone to go there. All there base packages have safe mode on.

Here is Godaddy's VDS plan which compares to the host I showed you

Virtual Dedicated Server - Highly Configurable Plans Low Prices

Its not even close. Godaddy's top vds package is 115.00 a month and you only get 50GB of diskspace. Westhost gives you double the diskspace.

Thats why I prefer to show people real hosts

Premium Web Hosting Package Comparison - WestHost

Here is an example if your site is gonna use more than 100GB of diskspace and 2000GB of bandwidth which it will not I think then you deserve to be on a dedicated server and then of course your going to be paying 100+ a month anywhere.

See your talking about godaddy's lets shove a thousand sites on one server and hope it runs fine plan. They can say its unlimited but its not. Any site on that server can bring down the whole server its SHARED HOSTING not a VDS. Shared hosting if you can afford it is not the way to go. To get that 15.00 a month price your going to have to lock into that 3 year contract with godaddy which means putting out $540.00
__________________
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 March 22nd, 2010, 11:37 AM   #19 (permalink)
Member
Verified Customer
 
Join Date: Mar 2010
Posts: 67
i didn't know that, learned something again
Mannie_F is offline   Reply With Quote
Old March 22nd, 2010, 11:55 AM   #20 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,070
yeah not a fan of shared hosting. If you can afford it a VDS plan is the best way to go.
__________________
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
domain.com and not domain.com/index.php princet ReviewPost How do I...? 2 January 6th, 2007 12:47 PM
domain help please StuntfactoryX Classifieds How do I...? 4 July 25th, 2006 08:50 AM
www.domain.com & domain.com diffrent ? ncg Photopost Pro How Do I...? 3 June 28th, 2006 04:02 PM
Domain Name Question dcpaq2 Photopost Pro How Do I...? 4 October 1st, 2005 08:46 PM


All times are GMT -5. The time now is 09:36 AM.

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