Mass Mailer Issue
I am working on another site and installed the Mass Mailer. I attempted to create a new campaign and entered all the information, put some text in the body, then tried to save it. It gave me the following error:
Body can't be empty and {unsubscribe_url} marker must be present
I have the Mass Mailer installed on another site and I do not recalling seeing this error when I have used it there. Any ideas?
-
- · Baloo
- ·
Hi Chris, I do not have this error message, I just tested, however, if I do a test mailing, I have no unsubscribe link.
If I add the tag {unsubscribe_url} in the body, then I have it in this form, but no link. So it looks like something is wrong here. -
- · Chris
- ·
Anyone? Here is a screenshot attched that might help.
-
- · Doc
- ·
yes, I’m having this issue as well.
-
- · Doc
-
·
In reply to Chris
- ·
Hello, did you ever resolve this issu?
-
-
·
Alex T⚜️
-
·
In reply to Doc
- ·
yes, I’m having this issue as well.
you need to specify {unsubscribe_url} somewhere in your message, to upon sending it will be replaced with url which user can click to unsubscribe
-
·
Alex T⚜️
-
Very basic question: where do I find the {unsubscribe_url} or how to create it?
-
Hello @Tajrebatee !
The 'unsubscribe' is generated by the getUnsubscribeLink method of the BxDolAccount class (from the inc/classes/BxDolAccount.php file).
-
- · Cem
-
·
In reply to Tajrebatee
- ·
just when you put the {unsubscribe_url} at the end of your message, it will automatically create the url on the messages sent.
-
- · Tajrebatee
-
·
In reply to Cem
- ·
That's what I was looking for. Let me try that. thanks a lot.
-
Well, I tried. It didn't give me the previous error, but the email wasn't sent. See below. Any more suggestions? @Cem @LeonidS
-
when I clicked on the information of sent message it showed that it was send on December 31, 1969!
-
- · Cem
-
·
In reply to Tajrebatee
- ·
it is another problem now. could be your smtp or mail function of the server is not set properly?
-
We have Mass Mailer in Dolphin (free).
It's certainly not worth 'renting' for $50/year on UNA.
📷 Michel - 🌎 Meta-Travel 🌴 Community Hub
-
- · Tajrebatee
-
·
In reply to Cem
- ·
Got it! However, when I tested my SMTP module it works good (see image below). Any more suggestions?
-
It seems that something was wrong with the `date_sent` field from the `bx_massmailer_letters` table. Could you plz check if this table on your server has the same structure as in our GitHub https://github.com/unacms/una/blob/master/modules/boonex/massmailer/install/sql/install.sql?