Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsSMTPConfigured ¶
func IsSMTPConfigured() bool
IsSMTPConfigured checks if SMTP is properly configured
func SendPasswordResetEmail ¶
SendPasswordResetEmail sends a password reset email
func SendWelcomeEmail ¶
SendWelcomeEmail sends a welcome email to new users
func TestSMTPConnection ¶
func TestSMTPConnection() error
TestSMTPConnection tests the SMTP connection
Types ¶
type EmailData ¶
type EmailData struct {
Username string
ResetToken string
ResetURL string
SiteName string
SiteURL string
ExpiryHours int
}
EmailData holds data for email templates
type SMTPConfig ¶
type SMTPConfig struct {
Host string
Port int
Username string
Password string
From string
UseTLS bool
}
SMTPConfig holds SMTP configuration
func GetSMTPConfig ¶
func GetSMTPConfig() (*SMTPConfig, error)
GetSMTPConfig reads SMTP configuration from environment variables
Click to show internal directories.
Click to hide internal directories.