回答:
この_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時間の有効期限がある1回限りのログインURLは、デフォルトでその特定の電子メールに含まれています。