-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnotes.txt
More file actions
33 lines (18 loc) · 685 Bytes
/
notes.txt
File metadata and controls
33 lines (18 loc) · 685 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Summarize the work we did based on your requirement.
1) We used two different database
a) devdb1 = Mysql
Table:email_settins
Fields:
1) email_from
2) email_subject
b) devdb2 = Sqlite
Table:email_configurations
Fields:
1) email_body_template
Note: Please both databases in root folder
2) Configured MailGun Api
Note: Please replace with your api key and domain name.
3) Created "ZoadilackController" controller
a) index (function/method)
b) notify (function/method)
4) Created command called "ZoadilackNotifications"