|
|
@ -509,7 +509,8 @@ const NewEmail = () => {
|
|
|
|
body.mailcontent = isRichText ? EmailBuilder({ subject: values.subject, content: htmlContent }) : textContent
|
|
|
|
body.mailcontent = isRichText ? EmailBuilder({ subject: values.subject, content: htmlContent }) : textContent
|
|
|
|
body.cc = values.cc || ''
|
|
|
|
body.cc = values.cc || ''
|
|
|
|
body.bcc = values.bcc || ''
|
|
|
|
body.bcc = values.bcc || ''
|
|
|
|
body.bcc = values.mailtype || ''
|
|
|
|
body.mailtype = values.mailtype || ''
|
|
|
|
|
|
|
|
body.order_mail_type = values.mailtype || ''
|
|
|
|
setSendLoading(!isDraft)
|
|
|
|
setSendLoading(!isDraft)
|
|
|
|
notification.open({
|
|
|
|
notification.open({
|
|
|
|
key: editorKey,
|
|
|
|
key: editorKey,
|
|
|
|