emailShould:=fmt.Sprintf("Subject: GoToSocial Email Confirmation\r\nFrom: GoToSocial <test@example.org>\r\nTo: some.email@example.org\r\nMIME-version: 1.0;\nContent-Type: text/html;\r\n<!doctype html><html></head><body><div><h1>Hello the_mighty_zork!</h1></div><div><p>You are receiving this mail because you've requested an account on <a href=\"http://localhost:8080\">localhost:8080</a>.</p><p>We just need to confirm that this is your email address. To confirm your email, <a href=\"http://localhost:8080/confirm_email?token=%s\">click here</a> or paste the following in your browser's address bar:</p><p><code>http://localhost:8080/confirm_email?token=%s</code></p></div><div><p>If you believe you've been sent this email in error, feel free to ignore it, or contact the administrator of <a href=\"http://localhost:8080\">localhost:8080</a>.</p></div></body></html>\r\n",token,token)