GameServer.Accounts.UserNotifier (GameServer v1.0.509)

Small helpers used to deliver transactional emails for the Accounts flow (confirmation, magic link, and email change instructions).

These functions are thin wrappers over the configured application Mailer.

Summary

Functions

Deliver instructions to log in with a magic link.

Send a simple test email to the given recipient address. Used by admin tools to verify SMTP configuration and delivery. Returns the same shape as deliver/3.

Deliver instructions to update a user email.

Functions

deliver_confirmation_instructions(user, url)

deliver_login_instructions(user, url)

Deliver instructions to log in with a magic link.

deliver_test_email(recipient)

Send a simple test email to the given recipient address. Used by admin tools to verify SMTP configuration and delivery. Returns the same shape as deliver/3.

deliver_update_email_instructions(user, url)

Deliver instructions to update a user email.