mirror of
https://github.com/Dvorinka/PPve.git
synced 2026-06-05 04:52:58 +00:00
Add files via upload
This commit is contained in:
@@ -47,11 +47,11 @@ func main() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func sendEmail(entry TripEntry) error {
|
func sendEmail(entry TripEntry) error {
|
||||||
smtpHost := "smtp.example.com"
|
smtpHost := "smtp.gmail.com"
|
||||||
smtpPort := "587"
|
smtpPort := "465"
|
||||||
sender := "your@email.com"
|
sender := "contact.dvorak@gmail.com"
|
||||||
password := "yourpassword"
|
password := "pnhkcsahbwsbpyqj"
|
||||||
recipient := "fleet@company.com"
|
recipient := "contact.dvorak@gmail.com"
|
||||||
|
|
||||||
auth := smtp.PlainAuth("", sender, password, smtpHost)
|
auth := smtp.PlainAuth("", sender, password, smtpHost)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user