Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jagottsicher committed Sep 26, 2023
1 parent 8c330f5 commit 988cce8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/web/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
)

const portNumber = ":8080"
const versionNumber = "v1.0.175"
const versionNumber = "v1.0.169"

var app config.AppConfig
var session *scs.SessionManager
Expand Down
2 changes: 1 addition & 1 deletion cmd/web/send-mail.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ func listenForMail() {
func sendMSG(m models.MailData) {
server := mail.NewSMTPClient()
server.Host = "localhost"
server.Port = 25
server.Port = 1025
server.KeepAlive = false
server.ConnectTimeout = 10 * time.Second
server.SendTimeout = 10 * time.Second
Expand Down

0 comments on commit 988cce8

Please sign in to comment.