Arkadaşlar phpopenchat i siteye kurdum sorunsuz çalışıyor, ama tek bir problemim var üye kaydı yapıldıktan soora onay maili göndermiyor. Onay maili admin mail e gelio yardım ederseniz sevinirim.... (phpopenchat.org)
CONFIG.INC.PHP deki ilgili bölüm .....
define('SEND_CONFIRMATION_MAIL', true);
/* * The confirmation mail contains a link for confirming a registration. * If this mail ought to contain an other host within the URL, * set this property otherwise leave it blank. * Nesessary only, if the generated mail contains an wrong host within the link * in the mail. */ define('CONFIRMATION_HOST','');
/* * Set this to false to exclude the most of chatters with freemail-accounts. * * For Windows users: If this set to true, you can likely set the SMTP directive in the php.ini * configuration file to your isp's SMTP mail server - the same as you use for outgoing mail * in your email client (Eudora, Outlook, etc.) . However, check with your ISP before doing this! * eg * SMTP = mail.your_isp.com */ define('SEND_MAIL_TO_FREEMAIL_ACCOUNTS',true);
/* * Your email address * NOTE: This email address MUST exist to send confirmation mails! */ define('ADMIN_MAIL_ADDRESS','me@mydomain.com'); define('ADMIN_MAIL_NAME','Chat-Team');
CONFIG.INC.PHP deki ilgili bölüm .....
define('SEND_CONFIRMATION_MAIL', true);
/*
* The confirmation mail contains a link for confirming a registration.
* If this mail ought to contain an other host within the URL,
* set this property otherwise leave it blank.
* Nesessary only, if the generated mail contains an wrong host within the link
* in the mail.
*/
define('CONFIRMATION_HOST','');
/*
* Set this to false to exclude the most of chatters with freemail-accounts.
*
* For Windows users: If this set to true, you can likely set the SMTP directive in the php.ini
* configuration file to your isp's SMTP mail server - the same as you use for outgoing mail
* in your email client (Eudora, Outlook, etc.) . However, check with your ISP before doing this!
* eg
* SMTP = mail.your_isp.com
*/
define('SEND_MAIL_TO_FREEMAIL_ACCOUNTS',true);
/*
* Your email address
* NOTE: This email address MUST exist to send confirmation mails!
*/
define('ADMIN_MAIL_ADDRESS','me@mydomain.com');
define('ADMIN_MAIL_NAME','Chat-Team');