MyBB Community Forums

Full Version: activation mail issue
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
hello sir my name is piyush i am indian
sir my site http://www.mymasti.cz.cc/ is not sendiang activation mail
i test the registration process after registration there is no email i recieved for activation
and sir help mail in wiki i tried it
sir in help mail webhost restriction
we have to edit function.php and wirtten the following line

ini_set("sendmail_from", " [email protected] ");

sir i changed your domain to my domain & written as

ini_set("sendmail_from", " [email protected] ");

is this correct?
and sir one more additional is that i set the email in general configuration of admincp is [email protected]
sir please help what i have to do or wha i did wrong
and sir i am beginner so advance for bad english i his thread
thankyou
(2010-12-19, 06:40 AM)poush Wrote: [ -> ]hello sir my name is piyush i am indian
sir my site http://www.mymasti.cz.cc/ is not sendiang activation mail
i test the registration process after registration there is no email i recieved for activation
and sir help mail in wiki i tried it
sir in help mail webhost restriction
we have to edit function.php and wirtten the following line

ini_set("sendmail_from", " [email protected] ");

sir i changed your domain to my domain & written as

ini_set("sendmail_from", " [email protected] ");

is this correct?
and sir one more additional is that i set the email in general configuration of admincp is [email protected]
sir please help what i have to do or wha i did wrong
and sir i am beginner so advance for bad english i his thread
thankyou
[email protected] is a default set your own email do u have Gmail or Ymail, aol etc...
no i made this email in cpanel [email protected]
Have your host disabled this facility to prevent spam ?
This happens sometimes if you are on a free host and they have taken measures to prevent spams.
Check after some time and contact your host too!
You don't need to use ini_set to set your email...
(2010-12-19, 03:22 PM)Dimon Wrote: [ -> ]Have your host disabled this facility to prevent spam ?
This happens sometimes if you are on a free host and they have taken measures to prevent spams.
Check after some time and contact your host too!

i dont know if mymhosting disabled it or not
please tell me how to check it
(2010-12-19, 03:38 PM)Yaldaram Wrote: [ -> ]Run this test please: http://wiki.mybb.com/index.php/Help:Mail
in this section i test the php mail all things right
but sir then i tried to doing second thing
Quote:Webhost Restrictions

Some webhosts have various restrictions on PHP mail. Some hosts require that the "From" address be a mailbox address on their server. Other hosts may disable the mail function completely. Please ask your webhost if there are any special restrictions they have on sending mail via PHP.

If your webhost has restricted that only mails from there own domain is allowed, try to edit the file inc/functions.php. Look for:

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

and include above: ini_set("sendmail_from", " [email protected] ");
Then it should look like this:

ini_set("sendmail_from", " [email protected] ");
mail($to, $subject, $message, $headers);

i have a an doubt that i written this
Quote:ini_set("sendmail_from", " [email protected] ");
are this is correct
and one more i already told that i made the [email protected]
thanks

(2010-12-19, 03:48 PM)Shukaku Wrote: [ -> ]You don't need to use ini_set to set your email...
sir before putiing ini_set i not recieving activation mail
and after putting it i also dont get any activation email
please tell me what i have to do check my hosting allowed it or not
problem not solved yet please help me
ACP > Tools and Maintenance > Task manager > and click on the [clock] of "Mass Mail"
ok fine i dont want o use my hosing mail system
please tell what i have to do use gmail in mail system .please tell me
Pages: 1 2