Invalid resource theme://
on CLI command test-email
on Grav 1.6.21 and later versions #128email:
form processcontent
and footer
in email/base.html.twig
templateREADME.md
to reflect working setup for GMailtry/catch
around email attachments and log any errors rather than hard failtemplate:
to choose twig template option for email form processingbuildMessage()
and parseAddressValue()
to Email object and made publicEmailUtils::sendEmail()
to take an array of params or the old param listclear-queue-failures
CLI command to flush out failed sendsenvironment
option to flushqueue
CLI commanduser
and password
fields
mailtrap
hostnameonEmailSend()
event hook before sending #70logs/email.log
file when debug: true
sendmail
as mail
is deprecated and not functioning [swiftmailer#866](https://github.com/swiftmailer/swiftmailer/issues/866}from
in the configurationprocess_markdown
option for emails in formsUtils::sendEmail()
method to take the email type as an optionto
from email plugin config if not providedbin/plugin email test-email
CLI commandUtils
class from Login to Email pluginemail/base.html.twig
template for emailsstarttls
implementation, bundled in TLSstarttls
TTS
(but the value was correctly named tls
)from
or to
parameters setup, to intercept less meaningful errors and provide a better description on how to fix the problemcontent_type
to email.yamlREADME.md
mailer.default
to mailer.engine
enable
in admin