Testing Email System
Test 1: Function Check
sendWelcomeEmail: ✓ Exists
sendApprovalEmail: ✓ Exists
sendPasswordResetEmail: ✓ Exists
Test 2: Send Test Welcome Email
Sending to: your-email@example.com
Username: TestUser_422
✓ Welcome email sent successfully! Check your inbox (and spam folder).
Test 3: Send Test Approval Email
✓ Approval email sent successfully! Check your inbox (and spam folder).
Test 4: PHP Mail Configuration
mail() function: Enabled
SMTP: localhost
smtp_port: 25
sendmail_from:
sendmail_path: /usr/sbin/sendmail -t -i
Instructions:
- Change the test email address in this file to your actual email
- Run this file: test_email_system.php
- Check your inbox and spam folder for the test emails
- If emails arrive, the system is working!
- If not, check your server's mail logs or contact hosting support