Function sendAccountRequestNotification

  • Notify moderators when a new account request is submitted.

    Note: Currently sends the same language to all moderators since user language preferences are stored in cookies, not the database. Should be called with 'en'.

    Parameters

    • language: string = 'en'

      Language code for email localization (defaults to 'en')

    Returns Promise<void>