|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
need help from 100webspace.com users..
hi guys.. i'm using php in this website.. but, my new user didn't get their email when they had registered it. The email contain the password n information about the 1st register user.. what is the possible problem? i forgot to configure something maybe? i'm using geeklog.. this is the script maybe that can help..
i'd tried using 'sendmail', it doesn't work.. seems SMTP dun work with freehosting package.. 'mail' is the default one.. also didn't work.. wnything else? // +---------------------------------------------------------------------------+ // | Email Settings | // | | // | Configure how Geeklog sends email: Via PHP's mail() function, sendmail, | // | or via an SMTP server. | // +---------------------------------------------------------------------------+ // To send email from Geeklog, you will need to select one of the following // email backends: // - 'mail', i.e. use PHP's built-in mail() function // - 'sendmail', i.e. use the sendmail utility // - 'smtp', i.e. talk directly to your SMTP server // The default is 'mail' and will work in most environments. $_CONF['mail_settings'] = array ( 'backend' => 'mail', // can be one of 'mail', 'sendmail', 'smtp' // sendmail parameters (for 'backend' => 'sendmail') 'sendmail_path' => '/usr/bin/sendmail', 'sendmail_args' => '', // SMTP parameters (for 'backend' => 'smtp') 'host' => 'mail.freeprohost.com', 'port' => '25', 'auth' => false, 'username' => 'smtp-username', 'password' => 'smtp-password' ); |
|
#2
|
||||
|
||||
|
They may have turned off the ability for spam scripts like this.
|
|
#3
|
|||
|
|||
|
Quote:
anyway round so that i can send email through other way? |
|
#4
|
||||
|
||||
|
Do it using php:
http://www.php.net/mail |
|
#5
|
|||
|
|||
|
Quote:
i guess this free site don't provide the mail server serivice.. or they blocked all the free package users.. any other free webserver with basic features like freeprohost but provide mail server? anyone knows? |
|
#6
|
|||
|
|||
|
Quote:
After my long research i have found one best webhosting service. I have used 100webspace.com for more then 7 months. I have found that this http://www.chromehost.com provide best hosting service.
This are the items that chromehost provide initially but if you want something more... like more webspace or more addon domain then you can get if you just pm to chrome in the forum with items you want then with in one night chrome will setup for you. So this is the best webhosting service for free. Guys if you like it then please give your vote. My vote is 9.5/10 |
|
#7
|
|||
|
|||
|
We can't vote if we don't like it?
![]() |
![]() |
| Viewing: Dev Shed Forums > Web Hosting > Free Web Hosting > need help from 100webspace.com users.. |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|