Skip to content

Conversation

@nep
Copy link
Contributor

@nep nep commented Aug 30, 2024

ee()->email->set_wordwrap and ee()->email->set_mailtype

ee()->email->set_wordwrap and ee()->email->set_mailtype
ee()->email->wordwrap = true;
ee()->email->mailtype = 'text';
ee()->email->set_wordwrap(TRUE);
ee()->email->set_mailtype('html');
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @nep! It looks like the old lines work fine with the library but I like your changes to using the library methods instead, sometimes they provide a little extra logic in setting these attributes 👍

@bryannielsen bryannielsen merged commit 12ea976 into ExpressionEngine:7.dev Oct 14, 2024
@nep nep deleted the patch-3 branch September 18, 2025 05:50
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.

2 participants