refactor: use external email package
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
<!DOCTYPE html>
|
||||
package templates
|
||||
|
||||
var ClientConfirm = `<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<style>
|
||||
@@ -48,4 +50,4 @@
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
</html>`
|
||||
3
internal/services/mail/templates/error.go
Normal file
3
internal/services/mail/templates/error.go
Normal file
@@ -0,0 +1,3 @@
|
||||
package templates
|
||||
|
||||
var Error = ``
|
||||
@@ -1 +0,0 @@
|
||||
TODO:
|
||||
@@ -1,4 +1,6 @@
|
||||
<!DOCTYPE html>
|
||||
package templates
|
||||
|
||||
var ProviderConfirm = `<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<style>
|
||||
@@ -50,4 +52,4 @@
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
</html>`
|
||||
Reference in New Issue
Block a user