📧

Email & SMS Setup

Configure SMTP, SendGrid, Twilio for notifications

Need Help?

For additional support, visit our Support Center

SMTP Email Configuration

SMTP Settings

Email Server Configuration

SMTP_HOST="smtp.gmail.com" SMTP_PORT="587" SMTP_USER="your-email@gmail.com" SMTP_PASSWORD="your-app-password" SMTP_FROM_NAME="Bicrypto" SMTP_FROM_EMAIL="noreply@yourdomain.com"

Configure your SMTP server for sending emails.

SendGrid Email Service

SendGrid API Setup

SendGrid Configuration

SENDGRID_API_KEY="SG.your_sendgrid_api_key" SENDGRID_FROM_EMAIL="noreply@yourdomain.com" SENDGRID_FROM_NAME="Bicrypto Platform"

Twilio SMS Service

SMS Configuration

Twilio Settings

TWILIO_ACCOUNT_SID="your_account_sid" TWILIO_AUTH_TOKEN="your_auth_token" TWILIO_PHONE_NUMBER="+1234567890"

Configure SMS notifications and 2FA codes.

Apply Configuration Changes

Apply Email & SMS Configuration

After configuring email and SMS settings, apply the changes to your production environment:

Important

Email and SMS configuration changes require running the updator to take effect.

Run the updator command

pnpm updator

This will apply your new email and SMS configuration to the production environment.