save()}>

Configure common settings for sending emails.

{#if isLoading}
{:else}
Used in the user verification email. Available placeholder parameters: %APP_URL%, %TOKEN%.
Used in the user password reset email. Available placeholder parameters: %APP_URL%, %TOKEN%.
Used in the user email change confirmation email. Available placeholder parameters: %APP_URL%, %TOKEN%.

By default PocketBase uses the OS sendmail command for sending emails.
For better emails deliverability it is recommended to enable the SMTP settings below.

{#if formSettings.smtp.enabled}
{/if}
{/if}