refactor: use external email package

This commit is contained in:
2023-12-26 10:58:26 +01:00
parent da1228082a
commit bc29b63114
12 changed files with 78 additions and 268 deletions

View File

@@ -1,4 +1,6 @@
<!DOCTYPE html>
package templates
var ClientConfirm = `<!DOCTYPE html>
<html>
<head>
<style>
@@ -48,4 +50,4 @@
</div>
</div>
</body>
</html>
</html>`

View File

@@ -0,0 +1,3 @@
package templates
var Error = ``

View File

@@ -1 +0,0 @@
TODO:

View File

@@ -1,4 +1,6 @@
<!DOCTYPE html>
package templates
var ProviderConfirm = `<!DOCTYPE html>
<html>
<head>
<style>
@@ -50,4 +52,4 @@
</div>
</div>
</body>
</html>
</html>`