Free Web Hosting Forum
(#1 (permalink))
Old
Junior Member
kkkorhon@cc.hut.fikondiz is on a distinguished road
 
Posts: 8
Join Date: Mar 2009
Default sendmail restrictions? - 03-09-2009, 08:10 AM

Hello!

I have webpage under hytkyt.comyr.com (000webhosting). I have basic feedback form (i've used the same script before) but I don't recive any e-mail when I try to test it. Script itself runs fine, no errors. Any Ideas? Is gmail restricted?

<?php

$to = "(EMAIL-REMOVED@gmail.com)";
$subject = $_REQUEST['asia'];

$message = "\nNIMI: " . $_REQUEST['nimi'] ;
$message = "\nE-mail: " . $_REQUEST['email'];
$message = "\n\n" .$_REQUEST['viesti'] ;
$message = "\n\n" . "TAMA VIESTI ON LAHETETTY WWW:HYTKYT.NET PALAUTEKAAVAKKEEN AVULLA!";


$headers = "From:" . $_REQUEST['email'];
$headers .= "\r\nCc:" . $_REQUEST['email'];


$sentOK = mail($to,$subject,$message,$headers);

echo "sentOK=" . $sentOK;

?>

(sentok = 1 after sending)

Thanks

I just tested mailing with couple of simple scripts, none of them is working. Has there been any problems with server 24 lately?

Last edited by kkkorhon@cc.hut.fikondiz; 03-09-2009 at 10:24 AM. Reason: added more information
Reply With Quote
Sponsored Links
(#2 (permalink))
Old
Junior Member
kkkorhon@cc.hut.fikondiz is on a distinguished road
 
Posts: 8
Join Date: Mar 2009
Default 03-09-2009, 10:50 AM

I tried posting a ticket to helpdesk, here is the final reply:

Hello,

I am sorry, but we are unable to give you resolution on this ticket now. Resolving problem listed on this ticket would require a lot of administrative time form us and we are limited in staff that works on this free web hosting platform. We can only advise you upgrade account from http://www.000webhost.com/upgrade and you will be moved to our paid hosting platform, where we have much more staff members available and you will receive VIP attention you deserve. We will help you will any problems you experience. We are sorry for inconveniences and thanks for understanding.

Thank you,
www.000webhost.com
Reply With Quote
(#3 (permalink))
Old
saintfalcon's Avatar
Member
saintfalcon is on a distinguished road
 
Posts: 48
Join Date: Dec 2008
Location: Surabaya, Indonesia
Default 03-11-2009, 09:08 AM

server9 having the same problem..

could it be that admin disabled mail sending for free users?



..:: Live your life alive & never lied to your hearT ::..

check out & give comments please... thanks

http://www.gsplasa.biz

Reply With Quote
(#4 (permalink))
Old
Senior Member
weishun is on a distinguished road
 
Posts: 223
Join Date: Feb 2009
Default 03-11-2009, 01:25 PM

I'd be interested in knowing if this problem is server specific.

Would someone who is experiencing the problem, tried several possible solutions and isn't on server 25 be willing to give me FTP access, to their account?
Reply With Quote
(#5 (permalink))
Old
chanh's Avatar
Administrator
chanh is on a distinguished road
 
Posts: 2,010
Join Date: Dec 2008
Default 03-11-2009, 03:00 PM

The mail function does not work on server24. I reported to the help desk and they said that they will fix it but so far has not done so. I suggest you move your site to other server.

Quote:
Originally Posted by kkkorhon@cc.hut.fikondiz View Post
I tried posting a ticket to helpdesk, here is the final reply:

Hello,

I am sorry, but we are unable to give you resolution on this ticket now. Resolving problem listed on this ticket would require a lot of administrative time form us and we are limited in staff that works on this free web hosting platform. We can only advise you upgrade account from http://www.000webhost.com/upgrade and you will be moved to our paid hosting platform, where we have much more staff members available and you will receive VIP attention you deserve. We will help you will any problems you experience. We are sorry for inconveniences and thanks for understanding.

Thank you,
www.000webhost.com
Reply With Quote
(#6 (permalink))
Old
aPhpHelper's Avatar
Senior Member
aPhpHelper is on a distinguished road
 
Posts: 206
Join Date: Nov 2008
Location: United Kingdom
Send a message via ICQ to aPhpHelper Send a message via AIM to aPhpHelper Send a message via MSN to aPhpHelper Send a message via Skype™ to aPhpHelper
Default 03-11-2009, 08:08 PM

Quote:
Originally Posted by kkkorhon@cc.hut.fikondiz View Post
$headers = "From:" . $_REQUEST['email'];
$headers .= "\r\nCc:" . $_REQUEST['email'];
1. You didn't put spaces after the headers. Change it to:
PHP Code:
  $headers "From: " $_REQUEST['email'];
  
$headers .= "\r\nCc: " $_REQUEST['email']; 
2. To carbon copy, you have to mail it more than once.
Reply With Quote
(#7 (permalink))
Old
bigal's Avatar
Senior Member
bigal is on a distinguished road
 
Posts: 196
Join Date: Mar 2009
Location: Brisbane, Australia
Default 03-11-2009, 09:39 PM

I am not sure if you can have the opening and closing round brackets around the recipient's email address:
If you change:
$to = "(EMAIL-REMOVED@gmail.com)";
to:
$to = "EMAIL-REMOVED@gmail.com";

See if it would work? Also make sure your email recipient's value is correct.
On some free webmail servers you might find your emails ended up in SPAM or JUNK folder. So check there as well.
Reply With Quote
(#8 (permalink))
Old
Senior Member
weishun is on a distinguished road
 
Posts: 223
Join Date: Feb 2009
Default 03-11-2009, 10:53 PM

Quote:
Originally Posted by chanh View Post
The mail function does not work on server24. I reported to the help desk and they said that they will fix it but so far has not done so. I suggest you move your site to other server.
As of 2245 UTC, either they've "fixed it" or you guys are doing something wrong.

If it's not "fixed" and anyone's interested, I'll set up a mailer, for them, for $5.00. Free for charitable organizations or those who can tell me how it is they can afford a computer and Internet access but not $5.00. Any money paid returned if it doesn't work.
Reply With Quote
Reply

Thread Tools
Display Modes

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 Off
Pingbacks are Off
Refbacks are Off




Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.5.2
vBulletin Skin developed by: vBStyles.com