Skip to content

replaceInternalLinks() error: Index cid:[email protected] does not found #204

@themaiby

Description

@themaiby

When using this function in conjunction with the MS Exchange.
Did this error occur when using other email services?
In my case, the solution was:
IncomingMail.php 49:

- $replace[] = $baseUri . basename($this->attachments[$attachmentId]->filePath);
+ $replace[] = $baseUri . basename($this->attachments[$attachment->id]->filePath);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions