Skip to content
Snippets Groups Projects
Commit 87263a6c authored by Piotr Potrebka's avatar Piotr Potrebka
Browse files

feat: email abstract

parent fa398818
No related branches found
No related tags found
1 merge request!2Devel
Pipeline #151259 passed
......@@ -148,7 +148,7 @@ class EmailSender {
* @return mixed|string
*/
private function css_inline( string $content ): string {
$styles = $this->renderer->render( 'html/styles', [] );
$styles = $this->renderer->render( 'html/email-styles', [] );
$body = HTMLDecorator::style_inline( $content, $styles );
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment