Email for Forgot Password
When user use function Forgot Password system will send username and password into their email, for sending email we need to configure SMTP email account. To make this feature works you must follow this step 1. To get SMTP account credentials, you can read this arcticle http://blog.dream-space.web.id/?p=200 2. Once you get your SMTP data yo can configure into file services/conf.php by following value
public $SMTP_EMAIL --> fill with your smtp account Username
public $SMTP_PASSWORD --> fill with your smtp account Password
public $SMTP_HOST --> fill with your smtp Host
public $SMTP_PORT --> fill with your smtp Port
EMAIL TEMPLATING AND SUBJECT TITLE
Still at file services/conf.php you can configure tittle for email document and email subject.
For HTML email template you can edit at services/tools/template/forgot_pass_template.html we use simple HTML code over for email content.
Last updated
Was this helpful?