Hi all;
I reinstalled my vB; now activation mails don't go to the members (avaiting confirmation).. I did some settings like below; but still the same problem there is..
- Admin CP -> vBulletin Options -> Server Settings and Optimization Options - > Enable "-f" Parameter -> Yes
- in config.php I added this: <?php
ini_set("sendmail_from", " [email protected]");
- Admin CP -> Imports & Maintenance -> Diagnostics -> Email >>
SMTP: localhost
sendmail_from: [email protected]
sendmail_path: /usr/sbin/sendmail -t -i
What should I do different..? Thanx....
I reinstalled my vB; now activation mails don't go to the members (avaiting confirmation).. I did some settings like below; but still the same problem there is..
- Admin CP -> vBulletin Options -> Server Settings and Optimization Options - > Enable "-f" Parameter -> Yes
- in config.php I added this: <?php
ini_set("sendmail_from", " [email protected]");
- Admin CP -> Imports & Maintenance -> Diagnostics -> Email >>
SMTP: localhost
sendmail_from: [email protected]
sendmail_path: /usr/sbin/sendmail -t -i
What should I do different..? Thanx....
Comment