📔
ServerlessDocs - Serverless File Service
  • Introduction
  • Why Serverless!!
  • Prerequisites
  • User Management
    • Authentication
    • Amazon Cognito
    • Create the User Pool
    • Create an App Client
    • Integrate the app with Cognito User Pool
    • Create the Identity Pool
    • Validate the setup
    • Troubleshooting
  • Manage Documents with AWS S3
    • Authorization
    • Update Cognito Identity Pool Auth Role
    • S3 Documents Bucket Folder Structure
    • Validate the Access Permissions
    • Public and Private files access
    • Upload Files to S3
    • Download Files
    • Delete Files
    • Share Files
  • More Security Configurations
    • Cognito user emails
    • Password policies
    • Allow only Organization and Whitelisted users to Signup
    • Allow admin users to upload Public files
    • Notify Admin users when a new user signup
    • Enable Multi-factor Authentication (MFA)
  • User Operations
    • Password Reset / Forgot Password
    • Resend Verification Code
  • Serverless APIs
    • APIs
    • Secure APIs using API Gateway Authorizer
    • Access Cognito values in Lambda function
    • Authorize APIs with OAuth 2 Scope
    • Fine-grained Access with AssumeRole
    • Notify Admin users on large file uploads
    • Generate a Month-To-Date Usage report
  • Source Code and Setup
    • Source Code
    • IAM Policies
    • S3 Bucket Policies
    • Suggestions / Feedback
    • More References
  • Deployment
    • AWS SAM
    • Serverless Framework
  • Contributors
    • Team
Powered by GitBook
On this page

Was this helpful?

  1. More Security Configurations

Cognito user emails

PreviousShare FilesNextPassword policies

Last updated 4 years ago

Was this helpful?

In our basic Cognito User Pool setup, we are allowing Cognito to send emails on behalf of the application. Cognito will send emails at a number of occasions, for example:

  • Email Verification

  • Password Reset

By default, the email messages that Amazon Cognito sends to users in your user pools come from no-reply@verificationemail.com

To customize the FROM email address, in the Cognito console, choose your userpool.

  • Choose Message customizations.

  • In Message customizations, choose a SES Region .

  • In the FROM email address ARN field enter your email address.

  • Verify the Amazon Simple Email Service identity by choosing the link after the FROM email address ARN field.

Cognito Email Message customization