Skip to content

Commit

Permalink
revert testing email
Browse files Browse the repository at this point in the history
  • Loading branch information
sbeitzel committed Jan 16, 2022
1 parent 74560c9 commit 6036eb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/SwiftSMTPTests/Constant.swift
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ let noAuthHost: String? = "localhost"
let noAuthPort: Int32 = 1081

let hostname = "mail.kitura.dev"
let myEmail: String? = "tester@local"
let myEmail: String? = nil
let myPassword: String? = nil
let portTLS: Int32 = 465
let portPlain: Int32 = 2525
Expand Down

0 comments on commit 6036eb7

Please sign in to comment.