Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Michael Hadorn Newcomer
@mrjack · Joined 9 years ago · 2 posts · 1 topics · 1 reputation
Badges
✏️ First Post
💬 Conversation Starter
Recent posts
-
Send email in own cli plugin using the email plugin
· 9 years ago
Yes, get it. Thx @rhuk for the motivation. Used: /* @var EmailPlugin $emailPlugin / // load plugin & init (init will add the email property to the grav array entry) $emailPlugin = new EmailPlugin
-
Send email in own cli plugin using the email plugin
· 9 years ago
Hi there I would like to send an email via the email plugin (https://github.com/getgrav/grav-plugin-email) inside a cli in my own plugin. My problem is that the email plugin is not loaded in my cli co