- Import emails from a list to a DB

- Create Template Emails
- Options Email
This commit is contained in:
Paolo Arena
2019-12-04 02:05:08 +01:00
parent 8268a09897
commit 6f2e4f891e
8 changed files with 314 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
.colmodif {
cursor: pointer;
}
.colmodif:hover {
background-color: #a8f0ff;
cursor: pointer;
}
.colsel {
background-color: #81b8ff;
}
.cldisable{
color: gray !important;
}