답변:
이 _user_mail_notify()
기능을 사용자 오브젝트와 함께 사용 하여 비밀번호 재설정 이메일을 호출 할 수 있습니다.
// Load a user (admin in this case).
$account = user_load(1);
// Invoke the email. It will be queued along with other system mail to be sent during cron
_user_mail_notify('password_reset', $account);
24 시간 만료의 일회성 로그인 URL은 기본적으로 해당 이메일에 포함됩니다.