Skip to content
Snippets Groups Projects
Commit d0a36747 authored by Odin K. Henriksen's avatar Odin K. Henriksen
Browse files

Email

parent 39706411
Branches
No related tags found
1 merge request!2Merge react-branch into main.
......@@ -17,11 +17,9 @@ func EscalateAnalysis(url string, result string, token string) {
from := "threattotalv2@gmail.com"
to := "pederas@stud.ntnu.no"
to := getUserEmail(token)
coolstuff := getUserEmail(token)
fmt.Println("After return", coolstuff)
fmt.Println("After return", to)
m := gomail.NewMessage()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment