Skip to content
This repository was archived by the owner on Apr 30, 2024. It is now read-only.
This repository was archived by the owner on Apr 30, 2024. It is now read-only.

Document what happens if a message is reused when used on a batch #2

@doup

Description

@doup
$msg = $this->get('illarra_email.renderer')->createMessage(/* ... */);

$msg->setTo(['[email protected]' => 'Asier']);
// Add to batch

// Update same message
$msg->setTo(['[email protected]' => 'Eneko']);

// Add to batch and send all emails

Document the result if something strange is found

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions