Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Store complete Swift_Message object in mail_queue database #23

Merged
merged 5 commits into from
Nov 12, 2016
Merged

Store complete Swift_Message object in mail_queue database #23

merged 5 commits into from
Nov 12, 2016

Conversation

BBrunekreeft
Copy link
Contributor

@BBrunekreeft BBrunekreeft commented Nov 11, 2016

This fixes bug #17.
By using this approach, a complete Swift_Message object, including attachments, is stored into the mail_queue database.
Note: attachements have to be added as Dynamic Content! http://swiftmailer.org/docs/messages.html#attaching-dynamic-content

When sending the mail from queue, the stored Swift_Message obect is retrieved and sent.

The table columns to, cc, bcc, subject, html_body, text_body, charset are now obsolete and can be removed.

@BBrunekreeft BBrunekreeft mentioned this pull request Nov 11, 2016
@nterms nterms merged commit 6ced309 into nterms:master Nov 12, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants