-
Hello
I try to create a `singlesends` with a full html code as html_content, i use a html code generate with mjml.
Here my code :
```
$apiKey = SENDGRIP_API;
$sg = new \SendGrid($apiKey);
…
-
While publishing a newsletter using post inserter block to insert posts with thumbnails, the API call for `post-mjml` returns the following warning:
```
Warning: DOMDocument::loadHTML(): Tag figur…
-
I've got this in `karafka.rb`
```ruby
# frozen_string_literal: true
ENV['RAILS_ENV'] ||= 'development'
ENV['KARAFKA_ENV'] = ENV['RAILS_ENV']
require ::File.expand_path('../config/environment'…
-
**Describe the bug**
mj-preview does not allow us to use HTML code inside the context.
**To Reproduce**
Steps to reproduce the behavior:
```xml
this is pre header sd2
```
JSON r…
-
Dear all,
it's my pleasure to announce general availability of Mailtrain v2 beta. You can find it in the `development` branch. The repo contains installation scripts for CentOS 7 and Ubuntu 18.04 L…
bures updated
3 years ago
-
# Feature request
## Is your feature request related to a problem? Please describe.
It's currently not possible to read files from API routes or pages.
## Describe the solution you'd like
…
Timer updated
2 years ago
-
### Bug description
Tested this with a file where I'm just importing the client:
```
const { PrismaClient } = require('@prisma/client')
```
With 2.23 this loads in under a second, whereas on …
-
In the web browser I'm getting an error: `ReferenceError: Can't find variable: Npm`
I think this package is meant for server only, but it is being installed in both client and server.
I believe …
-
Using mrml-cli from a legacy PHP codebase where the MJML is dynamically generated. In order to use the cli, a temp file has to be written to that has a .mjml extension in order to use the cli.
Sam…
-
I'd like the ability to add custom properties and values.
Currently I build a lot of editable templates for clients to use in mailchimp, it would be preferable to define the editable areas in the mjm…