-- Check recent notification logs for auth_email_verification SELECT id, user_id, email, notification_type, status, provider, error_message, created_at FROM notification_logs WHERE notification_type = 'auth_email_verification' ORDER BY created_at DESC LIMIT 5;