Added image upload to email and multiple recipients BOD-103
This commit is contained in:
@@ -83,7 +83,7 @@ export function JobsDetailHeaderCsi({
|
||||
if (e.key === "email")
|
||||
setEmailOptions({
|
||||
messageOptions: {
|
||||
to: job.ownr_ea,
|
||||
to: [job.ownr_ea],
|
||||
replyTo: bodyshop.email,
|
||||
},
|
||||
template: {
|
||||
|
||||
Reference in New Issue
Block a user