Forum Replies Created
-
AuthorPosts
-
Stefano
KeymasterCiao, no, non abbiamo un “tag” per estrarre il totale.
Stefano
KeymasterHi, we support the direct connection to mailjet with our addon, probably you have the option with your provider to use directly mailjet. In this case, there is nothing the plugin should do, since the “switch” to mailjet is made by your provider.
You can send a test email from our System/Delivery page and verify it is delivered to your inbox. Usually, for example with Gmail, the email header report the delivery provider.If you send a test to test @ thenewsletterplugin . com I can check it.
Stefano
KeymasterHi, the plugin feedzy-rss-feeds-pro is including the library guzzle which is even part of the amazon SDK we need to include to use amazon ses. We care to activate the library only when we need to use it, probably the feedzy-rss-feeds-pro plugin loads it every time and the two versions conflict.
Unfortunately, there is nothing that can be done that not to use one of the plugins.Stefano
KeymasterHi, the plugin feedzy-rss-feeds-pro is including the library guzzle which is even part of the amazon SDK we need to include to use amazon ses. We care to activate the library only when we need to use it, probably the feedzy-rss-feeds-pro plugin loads it every time and the two versions conflict.
Unfortunately, there is nothing that can be done that not to use one of the plugins.Stefano
KeymasterHi, the block is shown when data is submitted or directly in the browser email field? The problem is actually the validation of IDN domains: they’re valid but it’s required specific code to correctly manage them (and sometimes email services does not accept them).
Stefano
KeymasterHi, thank you for sharing. There is an average speed on System pages (usually when one or more newsletters are going out to get an idea of how long it would take). Actually, we probably have not information on a specific newsletter, anyway I’ll check it.
Stefano
KeymasterOk, no problem! 🙂
Have a nice day!Stefano
KeymasterWill be added on next release. If you want to manually run a query, just run:
update wp_newsletter set status=’C’ where status=’B’Stefano
KeymasterIf you reimported them, they get a new ID, so the autoresponder, when it tries to send the email, won’t find the subscriber and skip it.
Stefano
KeymasterHi, I’m sorry, but we do not offer custom implementations right now.
Stefano.Stefano
KeymasterHi, if you have a local development env. it depends on how you configured it. For example, XAMPP provides a mailing system. If you have a mail service with an SMTP, you can install an SMTP plugin to connect the site with that service.
There are so many ways to set up a dev. env. that is hard to answer… probably is simpler to get a cheap hosting with a real domain where everything is already working.Stefano
KeymasterHi, we never tried that plugin and I suspect that is not possible. When getting a product by ID we simply ask WC to get it and we display what is returned: if nothing is shown it means WC is returning an empty content.
Stefano
KeymasterUhm, you gave me the idea to simply add the option to select more than one column to that block, actually… should not be a problem. I’ll talk with devs.
Stefano
KeymasterHi, have you created the template for your newsletter? There should be a posts block (at least one) configured to get the latest post (when used in the Automated context it has a few more options).
Stefano
KeymasterHi, you’re missing all the newsletter plugin tables. Try to deactivate and reactivate it. If the tables are not created it means the database user set in your wp-config.php file has not the “create” permission.
Stefano
KeymasterHi, no, we do not support background images. Usually set one via CSS is not enough, you need to use even a table with an old-style background attribute.
March 9, 2023 at 8:46 am in reply to: Statistics differences between Newsletter “Opens” and Amazon SES “Open Rate” #297443Stefano
KeymasterHi, we count one open per subscriber or better, how many subscribers of the contacted ones opened the email.
The opening is tracked with an image and the client could load the amazon one and not ours, for example (different domains). We count as an opening even a click, of course.
Counting how many times an email is opened could have some interest, but…Stefano
KeymasterHi, could you give us some values to compare? Just to understand what is measured.
March 5, 2023 at 6:53 pm in reply to: How to cancel or stop sending a newsletter that is in progress #296657Stefano
KeymasterHi, edit the newsletter an use the pause button to stop it.
Stefano
KeymasterHi, the language shown should be relative to the language of your profile as a subscriber: try to check if you have the English language set.
Stefano
KeymasterHi, I’ve created a task for devs, thank you!
Possibly you can add a div with a class around the messages editing them on subscription, profile, and cancellation configuration pages.Stefano
KeymasterHi, you need to activate the shortcodes on Newsletter’s main settings but pay attention that banners inserted via javascript and not pure images, won’t work on email clients.
Stefano
KeymasterIf it is already sent, you need to change it on the database, table wp_newsletter_emails.
Stefano
KeymasterYou can run a query:
update wp_newsletter set status=’C’ where status=’B’
Stefano
KeymasterHi, the only solution that comes to my mind, not exactly knowing how the system is working, is to use the newsletter_message filter to change the content of the message when it is sent to each subscriber. See the developer section in the documentation area.
The filter is invoked with the message object and the subscriber object. The message can contain a placeholder that can be replaced in the filter implementation.
About the name of a subscriber, it can be referenced with the {name} tag.
Note: we’re talking about subscribers, not wp users.February 28, 2023 at 2:12 pm in reply to: Call subscriber information in other wordpress functions? #296400Stefano
KeymasterHi, if you have a subscriber’s ID you can get the full object (matching the table fields wp_newsletter) using Newsletter::instance()- >get_user(subscriber id)
Stefano
KeymasterHi, if you’re using the sendinblue mailing list, you probably do not need the Newsletter plugin, since you then should send emails directly from their console (even the welcome email). Our integration with sendinblue is only to send emails via their delivery service.
Stefano
KeymasterHi, saving the Newsletter main settings, you should see an update notice for the Woocommerce Addon: the new block has an improved layout (spacing) and the control of the price font. Some elements are generated by wooc directly we’re looking at how to control them.
Stefano
KeymasterHi, if you find out which device but particularly on which email client we can try to check the problem. Some old email clients do not use the responsive rules and try to fit a “large” email zooming out.
gmail when used to read emails from non-gmail accounts can ignore the responsive rules, for example.
The newsletter has been created with the composer?Stefano
KeymasterNote: using the free text block you need to set the colors of the link directly in the editor, since the global style are not always applied by email clients (for example by gmail when showing emails for a non-google account).
Stefano
KeymasterHi, if you use a free text block, be sure to select the text and set the font using the top selectors. When it starts the editor does not apply correctly the styles.
If possible send a test to test@thenewsletterplugin.com so I can check the email source: every paragraph should have its own inline style.February 23, 2023 at 6:39 pm in reply to: Email received but not visible in subscribers list on wordpress #296174Stefano
KeymasterHi, be sure in the subscriber list panel there are no filters active.
Stefano
KeymasterHi, to use the SMTP you need an SMTP service. Your provider has this service if it provides event the mailboxes for your domain, or it can be bought from Mailgun, Mailjet, Sendgrid, and so on.
About the speed, probably even the SMTP service of your provider performs better than the “native” email capability provided with the simple hosting, you should just try.
To use an SMTP, install an SMTP plugin, like wp mail SMTP: it is more flexible than our SMTP addon, and ALL emails sent by your site are delivered via the configured SMTP.Stefano
KeymasterCould be a bot. If you use the double opt in those entries should remain unconfirmed.
Stefano
KeymasterThat is a problem. Reimport the same subscribers in update mode and set a new temporary list to them all so you can easily identify them.
Delete those subscribers using the Subscribers/Maintenance panel, filtering by the new temporary list.
Reimport with the correct list.February 22, 2023 at 9:58 pm in reply to: Newsletter Photos not displaying on mobile version #296109Stefano
KeymasterHi, the mobile device is an iphone? Can you send yourself a test from the System/Delivery panel of the Newsletter plugin and check if the images are shown?
Stefano
KeymasterCiao, non è possibile che un sottoscrittore in stato “unsubscribed” riceva le email, il sistema di spedizione lo filtra in origine. Da cosa avete dedotto questo comportamento? E’ importante per noi capirlo per trovare eventuali problemi.
February 18, 2023 at 6:36 pm in reply to: My problem with Contact Form 7 and send mail at The Newsletter plugin #295926Stefano
KeymasterHi, our CF7 integration addon is installed?
Stefano
KeymasterThere is not recommended max, it depends on your contents, font size, and so on.
Stefano
KeymasterHi, tracking is connected to the subscriber (by its id), so if you change the lists of that subscriber without deleting it, the tracing continues to work. Lists in the Newsletter plugin are not containers but are more like “options” of the subscribers.
Stefano
KeymasterThe native ones can generate complex HTML, without online styles (Gutenberg has tons of styles for its native blocks). I think it would be an incredible effort and, the main problem is the maintenance. 🙁
February 18, 2023 at 6:29 pm in reply to: No Matter what I do I get errors trying to set up google as Bounce #295920Stefano
KeymasterHi, Google does not allow anymore the use of POP3. You should use a dedicated mailbox provided by your provider and the best choice is to use a mailbox in the same domain as the sender address.
Stefano
KeymasterHi, there is not placeholder for that field. Anyway, note that is an unreliable field: the city is computed from the IP address and mobile IP can result in a city hundreds of kilometers away from the subscriber.
We have an internal discussion about removing it. 🙂Stefano
KeymasterHi, the addon has not that specific feature.
February 18, 2023 at 6:24 pm in reply to: Can I send different Welcome Message & Welcome Email based on the LIST? #295916Stefano
KeymasterActually not, we’re going to add this feature as part of the Forms Designer Addon. Instead of having a custom message per list (since a form can be connected to more lists), the message can be customized per subscriber flow.
Stefano
KeymasterHi, we fixed it changing the way the events are extracted.
Stefano
KeymasterHi, the number reported in the lists management panel counts even the unsubscribed, unconfirmed, and so on, probably that list has only 2000+ subscribers which are confirmed.
Yes, the number reported should be more clear in the lists panel. Try to check the number on the “subscriber statistics” panel, so we can see if the problem is the subscribers’ status.Stefano
KeymasterHi, thank you for reporting, it’s a bug. Please update the addon to version 1.2.2 (save the Newsletter General settings if you do not see the update notice).
If possible, for issues like that one, open a ticket so we can see it immediately and can solve the problem asap.
🙂Stefano
KeymasterHi, we need some more details to try to help. How do you determine only 10% of the contacts are processed? When you prepare the email and set the filters, how many contacts are counted?
Stefano
KeymasterHi, no the cron service is reserved for customers, anyway, you can use the corn from the panel of your provider, if available, or other corn services as well. Here you can fine some possible solutions: https://www.thenewsletterplugin.com/documentation/troubleshooting/newsletter-delivery-engine/
Stefano
KeymasterYes, here there is the documentation on field names to collect even extra profile fields. Remember to reference the profile by number and to be sure the profile field is defined as “public” to be collected from a form.
https://www.thenewsletterplugin.com/documentation/subscription/newsletter-forms/
Stefano
KeymasterHi, it’s correct, unconfirmed is when a subscriber subscribes but does not complete the subscription activating it (when the double opt-in is active) while unsubscribed is when it asks to not receive newsletters anymore.
Both the unconfirmed and unsubscribed DO NOT receive the newsletter, there is a main filter to avoid that.
When someone clicks the unsubscribe link, it is directed to the dedicated newsletter page the one configured in the Newsletter main settings,a nd that page needs to contain only the [newsletter] shortcode otherwise the messages are not shown correctly.Stefano
KeymasterHi, that is a problem with the German translation directly from translate.wordpress.org. Simply, enter the profile configuration panel of Newsletter and delete the double {profile_form} code you should see.
Stefano
KeymasterHi, have you a very big list? Could be the server is not able to process it completely.
February 11, 2023 at 6:36 pm in reply to: My problem with Contact Form 7 and send mail at The Newsletter plugin #295241Stefano
KeymasterWe have the Contact Form 7 addon to capture the form submission to register the data as subscribers. Or you can write a bit of code to use the CF7 hooks and get the data to be registered into the Newsletter plugin database.
Stefano
KeymasterHi, check if the new addon version resolves the problem, please. To see it, save the Newsletter plugin main options and then you should have an update notice for our addon.
Thank you!
Stefano
KeymasterWith the collaboration of another customer using the pro version of Events Calendar, we asked for support directly to Tribe to understand why the same code on the free version is ok and on the pro version it is not.
If you want to send a support request to solicit an answer, open a ticket so I can share it with you the support request to send.Stefano
KeymasterHi, probably it’s a spam filter on that domain, you should ask them to check the spam folder to see if, at least, the email is received. If not, it is probably dropped. There is not much you can do if they have your domain or sending IP in their blacklist.
You can try to use an SMTP service if your provider gives you the mailboxes for your domain or a delivery service like SendGrid, Amazon SES, Mailgun, …
See more here: https://www.thenewsletterplugin.com/documentation/troubleshooting/February 6, 2023 at 7:05 pm in reply to: Would like to include custom fields in automated newsletter #294929Stefano
KeymasterHi, no it is not possible right now, you should code a custom block: https://www.thenewsletterplugin.com/documentation/developers/dev-composer-blocks/
Stefano
KeymasterA note: it could be possible to use the Gutenberg technology and activate specific customized blocks yo build a newsletter (another known plugin seems to work this way ;-).
Stefano
KeymasterHi, we evaluated it initially, but Gutenberg was continuously evolving and changing. Anyway, the real problem is this: blocks designed for web pages do not work on emails. Emails need a lot of tables the keep the formatting on every email client, so using Gutenberg means reprocessing all blocks to make the email-ready (if possible, I don’t know).
Not only: all the custom blocks from themes and plugins won’t work on email clients (structure, missing CSS, and so on)… it would be a disaster 🙂Stefano
KeymasterHi, the default should not be that long, usually, 20 words are enough. Probably it is 200 characters, or we made a mistake setting the default values.
Stefano
KeymasterAn email address can be part of multiple lists, so yes, it is possible. When someone registers with an already present email address, the profile is updated. Having different forms “connected” to different lists can be a way to proceed.
Of course, multiple subscription option must be enabled on the subscription configuration panel.Stefano
KeymasterHi, every Automated channel has a button to see the list of sent newsletter and for each you have the stats panel as for regular emails.
Stefano
KeymasterWith release 7.6.0 we addressed that problem and tried to “bypass” that false positive of mod_security.
Stefano
KeymasterI can confirm we’re already working on a total redesign of the admin side. I don’t know right now how much time we need to make the new design stable, but I hope in mo more than two months.
Stefano
KeymasterIt is not “stored” the addons register themself to be used as mailer. Of course, only one is used by Newsletter.
If you want to enable just one, automatically, the best option is to keep only one active at time, using for example wp-cli to deactivate and activate the respective plugins.Stefano
KeymasterThe Reports addon has the option to retarget who clicked a link adding them to a list.
Stefano
KeymasterYou can set the max speed on Newsletter main settings. It’s not possible to say the max speed you can reach, it depends on how much time is required to send a single email via PHP.
February 2, 2023 at 11:26 am in reply to: Addons The Events Calendar (by Tribe): No new events by now!. #294705Stefano
KeymasterHi, it’s the pro version of tribe calendar, we don’t know why it is happening. A few users opened a ticket with them, but no answers by now.
Stefano
KeymasterHi, there is no way to control how gmail decides to classify emails. Probably removing the “bulk” from the header can help, but is a way to be classified as spam when many newsletters are sent.
Try to install our addon for office 365 which removes all the headers, maybe it helps.Stefano
KeymasterHi,
no, we haven’t a fine control of the access for authors, sorry.January 31, 2023 at 8:14 am in reply to: Leads extension – how do i exclude one page from showing the POPUP #294559Stefano
KeymasterHi, actually we do have not an option to limit the popup on specific pages.
Stefano
KeymasterHi, the page reloads with blank content could be due to the “mod_security” component of your hosting space, sometimes we experienced that. The mod_security blocks the saving believing that content is a hack attempt (of course it is not).
This week we release an update to try to address that problem.
A note: the mod_security does not block always the saving, it depends on the newsletter content, so that problem can appear randomly.Stefano
KeymasterHi, the main plugin, Newsletter, freely available from wp.org, has no license bindings so you can get updated forever from wp.org when we publish them. Commercial addons can be updated for the time related to your license (we have yearly licenses and three years renewal licenses, right now – but it’s subject to change, of course).
All that is clearly stated on the pricing page where is even specified we do not apply for automatic recurring payments, but for any doubts, we are here to support before the purchase (and after, of course!).That is just a commercial choice: there are marketplaces where you get a license valid forever, there are companies that ask for recurring monthly payments, and so on. Maybe we can change in the future by offering a lifetime license, we’ve already discussed that.
Thank you, Stefano.Stefano
KeymasterHi, those “report” is a diagnostic report, probably the data cannot be stored or has been deleted. Try to use the reset button to restore the dataset and then it should start to collect delivery stats once again.
Stefano
KeymasterHi, I suppose you’re referring to the Automated addon. I can suggest opening a ticket if you’re using that addon.
Anyway the “posts block” has options to use all the articles it finds without filtering by date: it shows them when used in the Automated template configuration panel.Stefano
KeymasterThere is not a specific backup option in the plugin (the dataset could be very very large and involves many tables). Here are some directions: https://www.thenewsletterplugin.com/documentation/developers/backup-recovery/
Stefano
KeymasterHi, no, actually that addon can be used only by an administrator.
Stefano
KeymasterHi, the free version can be used where you prefer. The license is useful to update the free addons.
Stefano
KeymasterHi, the integrations with wp registration and buddypress do not offer a way to add lists on the registration form, and even if those fields are added they won’t be processed.
Stefano
KeymasterHi, the premium version is actually a set of plugins that add new functionalities, so you can activate them just in the subsites of interest.
Stefano
KeymasterProbably the provider is forcing it to a specific value OR you have an SMTP plugin changing it on outgoing emails. Newsletter always uses the one set inside the main settings or the one set on the single newsletter configuration.
Stefano
KeymasterHi, thank you for reporting and for your willingness to fix the translations. They’re managed by the community at translate.wordpress.org, everyone can participate!
Stefano
KeymasterHi, that is not possible due to the limitations of email clients.
Stefano
KeymasterHi, actually there is not such a feature, sorry.
Stefano
KeymasterIt is correct, email clients do not display embedded images base64 encoded.
January 25, 2023 at 9:31 pm in reply to: Creating newsletters based on posts created with DIVI and DIVI Pixel #294299Stefano
KeymasterThat is a problem harder to solve. DIVI registers those shortcodes only under some contexts. When the newsletter is generated, those shortcodes are not registered and WP is not able to clean them up.
If they are present in your excerpt, let me know, since we try to cleanup the excerpt of the “posts block” from those shortcodes (not always that works…).Stefano
KeymasterHi, no, there is no way to send a newsletter selecting a single subscriber.
Stefano
KeymasterHi, no, we do not change the link or the tracking code and they should work. Probably something else is changing the UTM: are you sure they come from links in newsletters? If someone uses your links adding UTM they can scramble your Analytics data, there is no way to protect yourself from those kinds of bad actions (no one can…).
Stefano
KeymasterIf the provider has a copy of your site and database (usually they keep a copy for a while), you can ask them to get it and try to restore elsewhere the database.
Stefano
KeymasterThe composer has not a “theme”, just some preset with some blocks and colors. Maybe you’re using the old themes?
Stefano
KeymasterThis is a block by your provider caused by a false positive of mod_security.
Stefano
KeymasterNon è generalmente un problema di requisiti dell’hosting, ma del servizio di spedizione email. Se si usa direttamente quello di chi ospita il sito, va chiesto quali siano i limiti del servizio (normalmente una servizio base è incluso per le normali email inviate dal blog), ma se si devono spedire parecchie email conviene utilizzare un servizio esterno.
Stefano
KeymasterHi, probably it is a layout problem when rendered on those devices. The background has been set for the whole newsletter?
Stefano
KeymasterHi, that could be a block by Google on your domain or sending address, there no much you can do. Usually, the best solution is to move to an external mailing system, like an SMTP (your hosting provider probably provides even an SMTP server for the email address connected to your domain).
You can connect your blog to that SMTP service using, for example, wp mail smtp, a free plugin.Stefano
KeymasterYes, with our wooCommerce addon: https://www.thenewsletterplugin.com/woocommerce
Stefano
KeymasterAbbiamo una integrazione con the events calendar e events manager che sono due plugin sia in versione free che pro. Per ognuno serve un addon in grado di estrarre gli eventi.
Stefano
KeymasterHi,
that kind of alignment (CSS float) does not work on email clients (not in everyone at least) so it should not be used.Stefano
KeymasterHi,
with “form=1” you’re calling a hand-coded form, other attributes are ignored. You need to add a hidden field:
Stefano
KeymasterHi,
please check on Newsletter main settings if you enabled the plugin management even for the subscriber role.Stefano
KeymasterAre you using the wp-crontrol plugin? If nothing is reported, it could have been a temporary problem.
Please check even the “site health” panel of WP to see if it is reporting “late scheduled tasks”.January 24, 2023 at 12:26 pm in reply to: Unsubscribe Link does not work in the real newsletter modus #294033Stefano
KeymasterI’ve received the test and the links are ok. They lead the subscriber to the /newsletter page on your site but apparently, that page does not contain the [newsletter] shortcode, so the messages are not shown.
Please check if that page is correctly configured, it should contain only the [newsletter] shortcode.January 24, 2023 at 11:08 am in reply to: Unsubscribe Link does not work in the real newsletter modus #294021Stefano
KeymasterHi, those kinds of links must be generated “per subscriber” since they contain the subscriber’s token. What kind of link is received when you send the newsletter? Can you create a newsletter, and add test @ thenewsletterplugin . com as “test” subscriber and send a test to that address?
Stefano
KeymasterHi, if you’re sure you lost them, you can restore the backup on a different database and copy only the tables wp_newsletter*. Before doing anything, check if in your current database, there are those tables and check if they’re empty or not.
Stefano
KeymasterI think it is more simple to set the opt in mode (see the subscription configuration) as “single opt” in so confirmation is immediate.
Stefano
KeymasterIf you have a fatal error by WP, it is usually logged in the server error logs. WP usually sends an email to the admin address with the error details, but probably in your case is the email action triggering the fatal condition. Check the error logs (possibly ask the provider how to access them).
Stefano
KeymasterHi, you need to run a query like:
update wp_newsletter set status = ‘C’ where status = ‘ B’Stefano
KeymasterHi, probably is a style conflict with another plugin. Could you share a screenshot, please?
Stefano
KeymasterHi, thank you for reporting. If possible open a request to that plugin support asking to inject their JS code only on their own admin pages.
Thank you!Stefano
KeymasterHi, if you use the composer to create the automated template you can add, for example, an image as the top element. If you’re using an old theme for Automated, you should switch to the composer creating a new channel.
Stefano
KeymasterHi, check if the panel listing the subscribers has one or more filter set.
January 20, 2023 at 5:45 pm in reply to: How do I delete all plugin data and start COMPLETELY over #293805Stefano
KeymasterHi,
here you can find some instructions: https://www.thenewsletterplugin.com/documentation/developers/backup-recovery/#deleting-newsletterJanuary 20, 2023 at 5:43 pm in reply to: Automated Newsletter Footer in Composer – Unsubscribe Link does not work #293804Stefano
KeymasterHi, if you’re testing the template in Automated, links are not active since the template is not a real email. They work when a real newsletter is generated.
Stefano
KeymasterSo, you can set the speed on the Newsletter plugin’s main setting to a value that is compatible with that limit.
Stefano.Stefano
KeymasterHi, it is actually not possible with the standard block. It should be modified by changing the set of filters prepared for WP_Query which is the WP service to get the posts. The post_status filter should be changed to include “publish” and “private”.
Stefano
KeymasterHi, the number of emails you can send in a day or per hour depends on your provider. You do not need to split the sending, just set the speed allowed by your provider in the Newsletter main settings and that speed will be respected.
Stefano
KeymasterHi, your provider has the mod_security active blocking the saving of newsletters since they contain a full HTML page. Ask them to try to disable it at least for the admin side of WP.
Stefano
KeymasterActually not, but when you send a newsletter you can set it to be sent to all subscriber in list A and all subscriber in list B.
Stefano
KeymasterYou can use the tags: https://www.thenewsletterplugin.com/documentation/newsletters/newsletter-tags/
Stefano
KeymasterSince the subscribers are added “at the end” of the full subscribers’ database, they’ll receive the newsletter if the newsletter is still in “sending” status.
Stefano
KeymasterIt’s correct, the notification of bounce and complaints is implemented only in our amazon addon and sending with the amazon API.
Stefano
KeymasterPuoi usare un plugin di SMTP e i parametri SMTP di Amazon. Amazon EC2 sono i loro server a pagamento, non c’entrano con il modo in cui si spedisce.
Stefano
KeymasterNo, there are no settings on the Newsletter plugin. That is a bahavior of Apple, we cannot change or control it.
September 15, 2022 at 7:41 am in reply to: My newsletter license is not recognized so I can’t submit a priority ticket #289431Stefano
KeymasterHi, the account “Sieste” used to write this support request is not associated with a license. Probably it has been associated to another email address.
Can you write me privately at stefano [at] thenewsletterplugin.com so we can find out which is the correct account?
Thank you!Stefano
KeymasterHi, images cannot be pasted into a newsletter (like when you send an email with your email client). The composer has a block to add an image that needs to be stored in your blog.
Stefano
KeymasterHi, can you explain better point 1? The Newsletter plugin needs the media library of WP, what is happening in your installation? Is the media manager not appearing when you need to pen it from the composer to select an image?
August 30, 2022 at 10:21 am in reply to: how to have subscribers automatically listed from subscription form #288898Stefano
KeymasterSimple, move to the “lists” panel in our admin side and define the lists you want to be selectable during the subscription, or assigned automatically.
August 30, 2022 at 10:21 am in reply to: how to have subscribers automatically listed from subscription form #288897Stefano
KeymasterSimple, move to the “lists” panel in our admin side and define the lists you want to be selectable during the subscription, or assigned automatically.
Stefano
KeymasterHi, try to change the configuration of the form in our main admin page Subscription/Subscription form fields.
But the widget could be part of the theme, in that case, it could not work and you should ask the theme developers.Stefano
KeymasterThat is a provider block, ask it to remove the mod_security and white list the admin side of the blog.
Stefano
KeymasterWe have no support for conditional tags, sorry.
Stefano
KeymasterHi, get the addon from this site, account page, as a zip and upload it in your site adding a new plugin and selecting the upload method.
August 30, 2022 at 10:16 am in reply to: Using Newsletter to restyle login, registration, new order #288892Stefano
KeymasterNo, we have no support for this kind of email design.
Stefano
KeymasterThere is no support for a background image right now.
Stefano
KeymasterActually there is no way to change that message.
Stefano
KeymasterIt’s google, the only thing you can do is to verify your provider configured the SPF record to allow your site server to send emails with your domain. This is usually the main problem.
Stefano
KeymasterCheck if you have a plugin to decorate the standard wordpress emails (like the password recovery, new users and so on).
Stefano
Keymastersome email clients do not support the webp format. Are you having problems even while composing?
Stefano
KeymasterThat error means the provider does not allow the connection to the pop3 service, you should ask them to unlock that connection.
Stefano
KeymasterEverything can be translated from the admin panels, see the subscription and subscription form fields panel.
Stefano
KeymasterGet the addons from your account page on this site. Download the ZIP file for the selected addon, and upload it from your blog plugins panel.
August 5, 2022 at 2:28 pm in reply to: my suggestion for using custom tags in the newsletter text – not a help request #288195Stefano
KeymasterIf you imported the password as extra field, why not use the {profile_1} tag, assumed the password has been assigned to the profile number 1?
Stefano
KeymasterHow, can you share what is reported in the logs that give evidence of the undelivered emails? Just to understand if it’s an SMTP limit, for example.
Stefano
KeymasterHi, we do not have an option to limit the delivery for those timeframes.
Stefano
KeymasterThe autoresponder addon can be used to create an email series (possibly with only one email) and configured to send the first email just after the subscription.
Stefano
KeymasterHi, please, check if the newsletter has filters active in the targeting panel.
Stefano
KeymasterHi, the limit is dictated by your server and mail delivery service. As an example, I manage a customer site with 300.000 subscribers and there is a weekly newsletter sent via Amazon SES.
July 16, 2022 at 2:33 pm in reply to: Cancellation message page w/optional form asking why they are unsubscribing #287686Stefano
KeymasterHi, the “footer” block has the ubsubscription link (actually a tag that is replaced with the correct URL different to each subscriber). Where are you seeing only the blog URL?
Stefano
KeymasterActually not, but I’ll forward your idea to the team.
July 16, 2022 at 2:28 pm in reply to: How can I select the newsletters lists for the archive page? #287682Stefano
KeymasterThe archive addon does not support list filtering since a newsletter is not associated with a list, but can contain many list-related filters.
Stefano
KeymasterYou can install an SMTP plugin, connect it to mailgun and all emails go through it, even the one by Newsletter. In that case, do not activate the SMTP option/addon of Newsletter or the Mailgun addon.
Stefano
KeymasterWhen you import you can assign the list in the mapping panel, the list cannot be specific on the CSV.
Stefano
KeymasterActually not, it is not possible. We prepared the code to deal with different size, but it is not fully ready (there are blocks computing some values based on the standard 600px width – they’ll get messed up).
Stefano
KeymasterHi, when you define extra fields, they’re available in the targeting panel for a newsletter but only if they’re of type “list” (a set of values).
All tags that can be used in a newsletter are listed here:
https://www.thenewsletterplugin.com/documentation/newsletters/newsletter-tags/
The snippet is shown only by Gmail, as far as we know.July 16, 2022 at 2:18 pm in reply to: Text form field – where are subscribers’ text inputs stored? #287675Stefano
KeymasterHi, check the name of the text input field, probably it is wrong and Newsletter does not recognize it. Be sure that extra profile field is public as well: you can configure the extra profile fields on “subscription forms” panel.
Stefano
KeymasterHi, did you set a list filter while sending? Try to check the targeting panel of that newsletter to see if there are filters active.
Stefano
KeymasterHi, check your wp-config.php file for conditional definition of HOME_URL and SITE_URL, probably there is code forcing the IP address under some contexts.
Stefano
KeymasterTry to install or free addon to integrate with translatepress: we create the switcher and you should be able to translate the messages.
Stefano
Keymasterplease, send me (stefano @ thenewsletterplugin.com) one of the not working url so I can see if there is something wrong with the format.
Thanks!Stefano
KeymasterHi, if you have such an error, and the link is the personal link of that subscriber, it means it has already been canceled. If it has been resubscribed, the secret token changes and the old link does not work anymore.
How do you test the link? If you send a test newsletter, that newsletter could have “fake” link since it is not linked to a real subscriber.May 26, 2022 at 7:28 am in reply to: Newsletter plugin not send welcome page with contact form 7 #286112Stefano
KeymasterHi, do you mean the welcome email?
Try to test the email deliverability from the system/delivery panel, could be the blog has some problems sending emails.Stefano
KeymasterHi, we have not a user role integration addon, can you address me to a page of that component?
Stefano
KeymasterIs the subscriber present and not already unsubscribed (or bounced)?
Stefano
KeymasterProbably you created a form using the shortcodes, adding profile 1 as a field but it is not marked as “public”. Can you check that, please?
Thank you!Stefano
KeymasterTry to download the package from your account page in this site and install it as a zip file from your blog plugins management panel.
Stefano.Stefano
KeymasterHi, you can install an SMTP plugin and connect the blog with that service.
Stefano
KeymasterThe hot link protection is something configured in your server, you should ask the provider to remove that protection.
Stefano.Stefano
KeymasterYes, enable it on the subscription configuration panel.
Stefano.Stefano
KeymasterHi, try to go to the profile configuration panel in Newsletter and save: it seems an internal option is not initialized.
Stefano
KeymasterHi, images are extract from your WP media library, probably a plugin is watermarking them.
Stefano
KeymasterIt is not possible to change the block rendering by subscriber, once the newsletter is created it is sent to all user in the final rendered format.
S.Stefano
KeymasterAt moment we have no plan to add it.
S.Stefano
KeymasterHi, you should carefully check if the subscriber in list 8 is even in list 10, a subscriber can be part of more than one list. You should even check those options:
– a list can contain unconfirmed or canceled subscribers which are not included while delivering
– other filter can have been applied
Anyway, the targeting panel of a newsletter should report the exact number at the moment of sending.
S.April 27, 2022 at 8:33 am in reply to: Can I use Newsletter plugin to send wordpress posts daily? #285090Stefano
KeymasterYes, using the Automated addon.
https://www.thenewsletterplugin.com/automated
S.Stefano
KeymasterIf by error you mean you get back a delivery error message, that kind of message can be only managed with our bounce addon or if you use a delivery service, with an integration addon for that delivery service. Again, if you use a delivery service, that can provide a list of bounced addresses that you can import as bounced using the free advanced import addon.
Those errors are not triggered while we’re sending, but later with that bounce message (more correctly a DSN message).
S.Stefano
KeymasterThere is not such a feature in Newsletter, you should use the Autoresponder addon to send a specific email when subscribed. Anyway, the welcome email is sent, you can change the content of that message.
S.Stefano
KeymasterActually not.
S.Stefano
KeymasterHi, check on System Logs for a store-xxx.txt file to see if the error is reported. Most times that error is due to unicode characters and a database not supporting them. You can even try, if available, to convert the tables to utf8mb4 from the system-status panel.
S.April 27, 2022 at 8:27 am in reply to: Non-static method BasicSEO::init_menu() should not be called statically #285085Stefano
KeymasterHi, that is not a method called by Newsletter, probably it is activated when Newsletter extracts the posts. You should ask the developer of that plugin or the developer of the site.
Stefano
KeymasterHi, you should try to use the bounce addon: https://www.thenewsletterplugin.com/documentation/addons/extended-features/bounce-extension/
To manage bounces is anyway recommended to use a delivery service that is more precise in detecting and returning the bounces.
S.Stefano
KeymasterHi, are you talking about the API?
Stefano
KeymasterWhen in the targeting panel, you should have a button to convert in HTML or better to edit it as HTML.
Stefano
KeymasterCould be a limitation of the minimal layout, I’ll check.
Stefano
KeymasterThanks for sharing!
Stefano
KeymasterHi, it is not possible to have an email sent to an address with those links inside.
S.Stefano
KeymasterHi, on WP left side menu you should have the Newsletter entry (with a red envelope). If not probably it is disabled by something else in the blog (a plugin or by a conflict).
s.Stefano
KeymasterHi, it is not possible to send non-transactional emails with Sendinblue when used as an SMTP service. They can be sent only from their platform OR sending a template and a list of contact via API – creating a campaign (but this is something we cannot do with Newsletter).
S.Stefano
KeymasterHi, you should simply create a page and add in it the [newsletter_form] shorcode. When installed, Newsletter already create a “service” page with a shortcode to shoe service message but even the subscription form. Look at your WP pages, it should be there.
S.Stefano
KeymasterActually not, I added this request to our internal proposal list.
S.Stefano
KeymasterHi, see the tags documentation page for more, anyway the tag is {profile_X} where X is the profile number.
April 27, 2022 at 8:11 am in reply to: Automatically send welcome email on new user registration #285072Stefano
KeymasterHi, try to install our free wp users integration addon that can intercept the registration and start a sunbscription. Be sure in that addon the welcome email is not disabled. It could work, if the social registration plugin just call the standard WP functions to register a new user.
S.Stefano
KeymasterHi, when you import you can set the status, probably you set it to “unconfirmed”. Use the subscriber maintenance panel to change massively the status to confirmed.
Stefano
KeymasterHi, probably the import had problems. Update the subscriber using this query:
update wp_newsletter set status=’C’.
How did you import the subscribers?Stefano
KeymasterPlease, see the email I sent you: your license is associated with a different email than the one the account used to participate to the forum.
Thank you, Stefano.Stefano
KeymasterIt is something by GMail there are no things we can do as far as I know.
April 7, 2022 at 7:24 am in reply to: After buying the plugin I didn’t receive any mail regarding account #284412Stefano
KeymasterHi, the license is associated with another email from you. Please contact me privately at stefano [at] thenewsletterplugin.com. I try to write to that alternative email, but could be you cannot read it if you didn’t receive the licence.
Stefano
KeymasterCheck if the newsletter page contains only the [newsletter] shortcode.
Stefano
KeymasterHi, I think you should code something specific like a custom block able to extract from different sites.
Stefano.Stefano
KeymasterIf Gmail is blocking the images, you should see a notice on Gmail (web or android) to enable the image loading. As you observed, we can do nothing at the Newsletter plugin level, unluckily.
-
AuthorPosts