Go to file
songtianlun f7770955a9 feat: support different SMTP ports for email sending
- Add conditional logic to handle SMTP_PORT 465 for secure
  connections.
- Use standard SMTP for other ports to allow flexibility in
  email server configurations.

This change enhances the email sending functionality by allowing
users to specify different SMTP ports, improving compatibility
with various email service providers. The previous implementation
only supported port 465, which limited its usability.
2025-01-03 17:14:17 +08:00
config.sh feat: add email notification and logging features 2025-01-03 17:03:01 +08:00
mail.sh feat: support different SMTP ports for email sending 2025-01-03 17:14:17 +08:00
main.sh fix: simplify script execution command 2025-01-03 17:10:27 +08:00
mirror.sh feat: add email notification and logging features 2025-01-03 17:03:01 +08:00
REAEME.md feat: add email notification and logging features 2025-01-03 17:03:01 +08:00