mailtrain icon indicating copy to clipboard operation
mailtrain copied to clipboard

Self hosted newsletter app

Results 231 mailtrain issues
Sort by recently updated
recently updated
newest added

I successfully migrated the database from V1 to V2. Only images where missing. In the V1-docker, the files where saved in a docker-container (not on the local disc of the...

Restarting service: `systemctl restart mailtrain` Gives out following error: ``` Sep 11 06:57:07 server1 node[1343]: ERR! Triggers TypeError: The operator "campaign_links.subscription" is not permitted Sep 11 06:57:07 server1 node[1343]: ERR!...

I am using a VM, where I already have a MySQL running on the VM itself. Now to simplify backups and to not have 2 MySQL-loads on the same server,...

Removed every fonts that could be found on `https://fonts.google.com` and that was written behind `font-family: `, except Noto Sans (in mosaico), as it was local. For everyone just fast trying...

I'm planning the new major release of Mailtrain. I think we had v2 beta sticking around for quite long enough to mitigate the worst bugs. My plan is the following:...

Hi! I am trying to add subscriptions using PHP and CURL. I managed to fill email, first name and last name, but custom fields are not set. Here are the...

Fixed bug, that caused redirect to wrong homepage url on subscription confirmation.

Hello, we have two lists to subscribe, one in English and one in German. We have set the global mailtrain language to English. Thus for English subscribers there is no...

Hello ! Using v2 Beta docker. i'm using API to add subscription to a list: ``` > http post 'http://localhost:3000/api/subscribe/XXXX?access_token=XXXX' EMAIL='[email protected]' FIRST_NAME='Toto' LAST_NAME='TOTO' HTTP/1.1 200 OK Connection: keep-alive Content-Length: 27...

Hi I want to execute a request i took from the API tab, from my computer to the mail server and it gives me an error: get request : https://mailer1.marketing66.com/api/subscriptions/P5wKkz-e7?access_token=c5307ece2415b203c48fcbfdc8c97bf07a4bb884...