Added image upload to email and multiple recipients BOD-103
This commit is contained in:
@@ -135,7 +135,7 @@ export function ScheduleJobModalContainer({
|
||||
if (appData.notifyCustomer) {
|
||||
setEmailOptions({
|
||||
messageOptions: {
|
||||
to: appData.email,
|
||||
to: [appData.email],
|
||||
replyTo: bodyshop.email,
|
||||
},
|
||||
template: {
|
||||
|
||||
Reference in New Issue
Block a user