fix(core): update
This commit is contained in:
@ -107,6 +107,7 @@ export class MailgunAccount {
|
|||||||
from: responseBody.From,
|
from: responseBody.From,
|
||||||
body: responseBody["body-html"],
|
body: responseBody["body-html"],
|
||||||
subject: responseBody.Subject,
|
subject: responseBody.Subject,
|
||||||
|
creationObjectRef: responseBody
|
||||||
});
|
});
|
||||||
|
|
||||||
// lets care about attachments
|
// lets care about attachments
|
||||||
|
Reference in New Issue
Block a user