MyBB Community Forums

Full Version: Help Me Urgent after register not get email
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
my web host is byethost
(2012-02-15, 07:04 PM)manoranjan2050 Wrote: [ -> ]my web host is byethost

Post the log !!! and if you have not done already run the PHP test script
plz provide any PHP test script for it
my all details

plz help me step by step config or any other config in host server

mail id use to :[email protected]

smtp :smtp.itechforum.in

domain www.itechforum.in
(2012-02-15, 07:11 PM)manoranjan2050 Wrote: [ -> ]plz provide any PHP test script for it
my all details

plz help me step by step config or any other config in host server

mail id use to :[email protected]

smtp :smtp.itechforum.in

domain www.itechforum.in

ok

copy this to a file called testmail.php
<?php
error_reporting(E_ALL);

$to = '[email protected]';

if(mail($to, 'Testing mail', 'This is a mailing test to see if PHP mail works.'))
{
     echo 'Mail was sent by PHP';
}
else
{
     echo 'PHP could not send the mail';
}
?>

upload via ftp testmail.php to your site "http://www.itechforum.in/"
then use your browser type "http://www.itechforum.in/testmail.php" in the address bar and see what response you get ... if you see
Quote:mail sent by PHP
check your inbox for [email protected] for a message titled
Quote:Testing mail
if you have that mail it works .... if you get the failure you will have to set up smtp !!!!
(2012-02-15, 07:44 PM)manoranjan2050 Wrote: [ -> ]it auto forward to site http://7999902032062979.securesignupoffers.net/d/

so did you get the mail ?
Pages: 1 2