PDA

View Full Version : Send me a new password via e-mail



wikiwurm
03-06-2007, 08:49 AM
is not working with me. how do i have to configure this? mail function or smtp?

royk
03-07-2007, 10:06 PM
It's using includes/UserMailer.php, which uses PHP's internal mail(). Be sure when you request your new password, you have input your username (this is bad UI design and will be fixed) in the above form before clicking the link.

PeteE
03-09-2007, 02:46 PM
Also, make sure your MTA is setup properly on your operating system. If that hasn't been configured to deliver email properly, PHP won't be able to send the email either...

wikiwurm
03-13-2007, 10:17 AM
okay, i have installed postfix and i'm able to receive the password mail.

nle01
06-14-2010, 01:43 PM
okay, i have installed postfix and i'm able to receive the password mail.

Which postfix you did install? I install MT on debian. How can I install that postfix? Please help. Thanks

crb
06-24-2010, 09:30 AM
Which postfix you did install? I install MT on debian. How can I install that postfix? Please help. Thanks


sudo apt-get install postfix

should do it.