Overhaul email sending system
Add logging and saving templates to the database for historical accuracy.
This commit is contained in:
parent
3fed489258
commit
196792810b
44 changed files with 4846 additions and 2361 deletions
17
db/dberrors/comms.email_contact.bob.go
Normal file
17
db/dberrors/comms.email_contact.bob.go
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
// Code generated by BobGen psql v0.42.1. DO NOT EDIT.
|
||||
// This file is meant to be re-generated in place and/or deleted at any time.
|
||||
|
||||
package dberrors
|
||||
|
||||
var CommsEmailContactErrors = &commsEmailContactErrors{
|
||||
ErrUniqueEmailPkey: &UniqueConstraintError{
|
||||
schema: "comms",
|
||||
table: "email_contact",
|
||||
columns: []string{"address"},
|
||||
s: "email_pkey",
|
||||
},
|
||||
}
|
||||
|
||||
type commsEmailContactErrors struct {
|
||||
ErrUniqueEmailPkey *UniqueConstraintError
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue