-
Updated
Apr 28, 2020 - HTML
email-marketing
Here are 175 public repositories matching this topic...
Currently, only the subscribers API is documented, while there are many more handlers to document.
The docs are published at https://listmonk.app/docs/apis/apis/ and the source is at https://github.com/knadh/listmonk-site
As per the documentation in this link, providing user object in unlayer's init method should enable 'User Saved Blocks` feature.
However, when providing user's object via options props like below, it should pass the user's object to init method.
<EmailEditor
ref={editor => (this.editor = editor)}
options = {
user: { id:
-
Updated
Dec 28, 2019 - JavaScript
Hello, I recently started putting my newsletters on mosaico template and love the flexibility and the look of it. However, I can't work out how to link to word or pdf docs. for example i want the button to read Download Full Report and link it to a pdf/or word doc. how do i do that?
thanks,
Stani
-
Updated
Mar 31, 2020
-
Updated
May 12, 2020 - JavaScript
-
Updated
Jan 30, 2020 - Go
-
Updated
May 4, 2020 - PHP
-
Updated
May 24, 2020 - PHP
Will be great if we can look at border property usage.
https://www.caniemail.com/search/?s=border
I've got only border-image and border-radius.
Thank you for great resource! Saved my day :)
Documentation
Please make some documentation. How does it compare with Mautic? It would be great to have similar tool written in Python! :)
Template versioning
When user added a new email template old template version must be exist and usable.
-
Updated
Dec 5, 2019 - JavaScript
-
Updated
May 23, 2020 - JavaScript
-
Updated
May 31, 2019 - HTML
-
Updated
Aug 2, 2018 - JavaScript
-
Updated
May 22, 2020 - PHP
-
Updated
Nov 13, 2018 - HTML
-
Updated
May 23, 2020 - Ruby
The idea is to have an option like 3 (Do a Google search, save the Urls found and search the emails), but search a list of phrases.
This list can be in a .txt
The option can ask for number of search results in Google
-
Updated
Apr 27, 2020 - TypeScript
-
Updated
Aug 30, 2019 - Go
-
Updated
Feb 18, 2020 - HTML
-
Updated
Apr 27, 2020 - Vue
-
Updated
Nov 11, 2019 - PowerShell
Can you please describe the expected format of $contentData in the following line?
It seems like it should be a html string yet the parameter is an array.
For context: My use case is to be able to create a new campaign and send emails when an external event is
Testing again
Some more stuff
// Parse returns the rgb parsed from a color hex string.
func Parse(s string) (r, g, b uint8) {
m := re.FindStringSubmatch(s)
rv, _ := strconv.ParseInt(m[1], 16, 0)
gv, _ := strconv.ParseInt(m[2], 16, 0)
bv, _ := strconv.ParseInt(m[3], 16, 0)
r = uint8(rv)
g = uint8(gv)
b = uint8(bv)
return
}Some indented code:
foo
bar
baz
Improve this page
Add a description, image, and links to the email-marketing topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the email-marketing topic, visit your repo's landing page and select "manage topics."


How to build simple ui driven integration with Mailtrain and other softwares
similar to https://mailchimp.com/integrations
Please share If any architectural plans
Example: