Skip to content
This repository has been 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

Open
doup opened this issue Jun 21, 2013 · 0 comments
Open

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

doup opened this issue Jun 21, 2013 · 0 comments
Labels

Comments

@doup
Copy link
Member

doup commented Jun 21, 2013

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

$msg->setTo(['asier@example.com' => 'Asier']);
// Add to batch

// Update same message
$msg->setTo(['eneko@example.com' => 'Eneko']);

// Add to batch and send all emails

Document the result if something strange is found

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant