SMTP Setup
Instructions on how to setup SMTP mail access for: Github: Target-TimeTransfer
Email Configuration Steps:
- Go to your Google Account 'App Password' settings: https://myaccount.google.com/apppasswords
- Enter an app name (e.g., "Target-Time")
- Create -> Copy App Password -> Done
- Return to the
.env
Copy - Use the email linked to your google account for:
smtp_user
Copy - Paste the generated app password into
smtp_password
Copy - Optional: Obtain the SMTP Server Port Number:
- The SMTP server port number is specific to your email service provider. The
default is Google:587, but you can change to another service if needed:
- Google: Port 587 or 465 (TLS/SSL)
- Outlook.com/Hotmail.com: Port 587 or 25
- Yahoo Mail: Port 587 or 465 (SSL)
- AOL Mail: Port 587 or 465 (SSL)
- Office 365: Port 587 or 25
- Update
smtp_port
with the appropriate port number.Copy
- The SMTP server port number is specific to your email service provider. The
default is Google:587, but you can change to another service if needed: