Email Settings

Email Settings

Configure email settings for sending invoices to clients.

Back to Settings

SMTP Configuration

Configure your email server settings for sending invoices

SMTP Server Configuration

SMTP server hostname or IP address

SMTP server port (25, 587, 465, 1025 for local)

Default sender email address

SMTP authentication username (optional)

SMTP authentication password (optional for local mail)

Security Options

Enable TLS encryption for secure email transmission

Enable SSL encryption (alternative to TLS)

Local Development

For local development, you can use a local SMTP server like:

  • Python SMTP: python -m smtpd -n -c DebuggingServer localhost:1025
  • MailHog: A web-based email testing tool
  • Postfix/Dovecot: Local mail server setup
Cancel

Test Email Configuration

Send a test email to verify your SMTP settings are working

Enter an email address where you want to receive the test message

Test Email Content: The test email will contain a simple message confirming your SMTP configuration is working correctly.