Skip to content
Snippets Groups Projects
Verified Commit 810117f6 authored by Bayu Samudra's avatar Bayu Samudra
Browse files

fix: disabled mail

parent 684f0d4a
2 merge requests!47Final Updates,!42[Feat] [Release!] [#1] Project Release Commit
Pipeline #57171 passed with stages
in 3 minutes and 8 seconds
...@@ -8,13 +8,13 @@ import ( ...@@ -8,13 +8,13 @@ import (
"gitlab.informatika.org/ocw/ocw-backend/utils/env" "gitlab.informatika.org/ocw/ocw-backend/utils/env"
) )
func TestSendMail(t *testing.T) { func DisabledTestSendMail(t *testing.T) {
smtpClient := smtp.New(&env.Environment{ smtpClient := smtp.New(&env.Environment{
SmtpUsername: "postmaster@bayusamudra.my.id", SmtpUsername: "",
SmtpPassword: "4868b913c0a48289beb3eccd13a35de4-70c38fed-8afa51c1", SmtpPassword: "",
SmtpIdentity: "", SmtpIdentity: "",
SmtpServer: "smtp.mailgun.org", SmtpServer: "",
SmtpPort: 587, SmtpPort: 21,
SmtpAuthType: "plain", SmtpAuthType: "plain",
}) })
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment