Forum Replies Created
-
AuthorPosts
-
StefanoKeymaster
Hi, are they not showing on Apple Mail? If one client shows them, it means they’re correctly referred in the email body: probably the provider is blocking some clients. Try to send a test email using the “System/Delivery” test option and if one of the two included images is shown, it means the provider is blocking the loading of the other one (the one shown should be the one served from our servers).
StefanoKeymasterUhm, usually a cache plugin never blocks the wp-cron.php, so probably the provider has not added the cron call correctly.
March 22, 2023 at 11:16 pm in reply to: Single opt-in for repeated subscriptions not working #298184StefanoKeymasterYes, it’s a bug, it should be fixed in the upcoming release. Thank you for reporting.
StefanoKeymasterHi Ursula, that’s weird we never got problems with Amazon SES (we use it and configure it for many customers). Try to select a new region and ask them to get out of the sandbox for that region. Usually you can select the region you prefer, what do you mean they refused due to the “wrong region”?
StefanoKeymasterHi, if you try to send a test email from the System/Delivery page and no errors are shown but the email is not delivered almost surely it’s a problem with your hosting provider and you should contact them.
Let me know the test results, thank you.StefanoKeymasterThank you very much for sharing all those interesting ideas! We’ll try to include what’s possible in next versions.
March 22, 2023 at 11:08 pm in reply to: Style the “Blog Posts” Block in Automated Newsletter #298179StefanoKeymasterHi, you should code a custom block, duplicating the one provided and changing the layout. See how to code a block (it’s pretty easy) here: https://www.thenewsletterplugin.com/documentation/developers/dev-composer-blocks/
StefanoKeymasterHi, the opt-in mode is present in the subscribe/subscription configuration page (on Newsletter top menu, under List Building).
StefanoKeymasterCiao, no, non abbiamo un “tag” per estrarre il totale.
StefanoKeymasterHi, 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.
StefanoKeymasterHi, 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.StefanoKeymasterHi, 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.StefanoKeymasterHi, 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).
StefanoKeymasterHi, 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.
StefanoKeymasterOk, no problem! 🙂
Have a nice day!StefanoKeymasterWill be added on next release. If you want to manually run a query, just run:
update wp_newsletter set status=’C’ where status=’B’StefanoKeymasterIf 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.
StefanoKeymasterHi, I’m sorry, but we do not offer custom implementations right now.
Stefano.StefanoKeymasterHi, 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.StefanoKeymasterHi, 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.
StefanoKeymasterUhm, 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.
StefanoKeymasterHi, 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).
StefanoKeymasterHi, 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.
StefanoKeymasterHi, 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” #297443StefanoKeymasterHi, 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…StefanoKeymasterHi, 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 #296657StefanoKeymasterHi, edit the newsletter an use the pause button to stop it.
StefanoKeymasterHi, 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.
StefanoKeymasterHi, 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.StefanoKeymasterHi, 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.
StefanoKeymasterIf it is already sent, you need to change it on the database, table wp_newsletter_emails.
StefanoKeymasterYou can run a query:
update wp_newsletter set status=’C’ where status=’B’
StefanoKeymasterHi, 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? #296400StefanoKeymasterHi, 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)
StefanoKeymasterHi, 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.
StefanoKeymasterHi, 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.
StefanoKeymasterHi, 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?StefanoKeymasterNote: 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).
StefanoKeymasterHi, 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 #296174StefanoKeymasterHi, be sure in the subscriber list panel there are no filters active.
StefanoKeymasterHi, 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.StefanoKeymasterCould be a bot. If you use the double opt in those entries should remain unconfirmed.
StefanoKeymasterThat 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 #296109StefanoKeymasterHi, 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?
StefanoKeymasterCiao, 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 #295926StefanoKeymasterHi, our CF7 integration addon is installed?
StefanoKeymasterThere is not recommended max, it depends on your contents, font size, and so on.
StefanoKeymasterHi, 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.
StefanoKeymasterThe 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 #295920StefanoKeymasterHi, 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.
StefanoKeymasterHi, 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. 🙂StefanoKeymasterHi, 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? #295916StefanoKeymasterActually 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.
StefanoKeymasterHi, we fixed it changing the way the events are extracted.
StefanoKeymasterHi, 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.StefanoKeymasterHi, 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.
🙂StefanoKeymasterHi, 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?
StefanoKeymasterHi, 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/
StefanoKeymasterYes, 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/
StefanoKeymasterHi, 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.StefanoKeymasterHi, 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.
StefanoKeymasterHi, 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 #295241StefanoKeymasterWe 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.
StefanoKeymasterHi, 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!
StefanoKeymasterWith 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.StefanoKeymasterHi, 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 #294929StefanoKeymasterHi, no it is not possible right now, you should code a custom block: https://www.thenewsletterplugin.com/documentation/developers/dev-composer-blocks/
StefanoKeymasterA 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 ;-).
StefanoKeymasterHi, 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 🙂StefanoKeymasterHi, 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.
StefanoKeymasterAn 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.StefanoKeymasterHi, 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.
StefanoKeymasterWith release 7.6.0 we addressed that problem and tried to “bypass” that false positive of mod_security.
StefanoKeymasterI 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.
StefanoKeymasterIt 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.StefanoKeymasterThe Reports addon has the option to retarget who clicked a link adding them to a list.
StefanoKeymasterYou 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!. #294705StefanoKeymasterHi, 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.
StefanoKeymasterHi, 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.StefanoKeymasterHi,
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 #294559StefanoKeymasterHi, actually we do have not an option to limit the popup on specific pages.
StefanoKeymasterHi, 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.StefanoKeymasterHi, 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.StefanoKeymasterHi, 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.
StefanoKeymasterHi, 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.StefanoKeymasterThere 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/
StefanoKeymasterHi, no, actually that addon can be used only by an administrator.
StefanoKeymasterHi, the free version can be used where you prefer. The license is useful to update the free addons.
StefanoKeymasterHi, 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.
StefanoKeymasterHi, the premium version is actually a set of plugins that add new functionalities, so you can activate them just in the subsites of interest.
StefanoKeymasterProbably 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.
StefanoKeymasterHi, 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!
StefanoKeymasterHi, that is not possible due to the limitations of email clients.
StefanoKeymasterHi, actually there is not such a feature, sorry.
StefanoKeymasterIt 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 #294299StefanoKeymasterThat 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…).StefanoKeymasterHi, no, there is no way to send a newsletter selecting a single subscriber.
StefanoKeymasterHi, 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…).
StefanoKeymasterIf 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.
StefanoKeymasterThe composer has not a “theme”, just some preset with some blocks and colors. Maybe you’re using the old themes?
StefanoKeymasterThis is a block by your provider caused by a false positive of mod_security.
StefanoKeymasterNon è 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.
StefanoKeymasterHi, probably it is a layout problem when rendered on those devices. The background has been set for the whole newsletter?
StefanoKeymasterHi, 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.StefanoKeymasterYes, with our wooCommerce addon: https://www.thenewsletterplugin.com/woocommerce
StefanoKeymasterAbbiamo 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.
StefanoKeymasterHi,
that kind of alignment (CSS float) does not work on email clients (not in everyone at least) so it should not be used.StefanoKeymasterHi,
with “form=1” you’re calling a hand-coded form, other attributes are ignored. You need to add a hidden field:
StefanoKeymasterHi,
please check on Newsletter main settings if you enabled the plugin management even for the subscriber role.StefanoKeymasterAre 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 #294033StefanoKeymasterI’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 #294021StefanoKeymasterHi, 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?
StefanoKeymasterHi, 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.
StefanoKeymasterI think it is more simple to set the opt in mode (see the subscription configuration) as “single opt” in so confirmation is immediate.
StefanoKeymasterIf 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).
StefanoKeymasterHi, you need to run a query like:
update wp_newsletter set status = ‘C’ where status = ‘ B’StefanoKeymasterHi, probably is a style conflict with another plugin. Could you share a screenshot, please?
StefanoKeymasterHi, 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!StefanoKeymasterHi, 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.
StefanoKeymasterHi, 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 #293805StefanoKeymasterHi,
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 #293804StefanoKeymasterHi, 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.
StefanoKeymasterSo, you can set the speed on the Newsletter plugin’s main setting to a value that is compatible with that limit.
Stefano.StefanoKeymasterHi, 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”.
StefanoKeymasterHi, 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.
StefanoKeymasterHi, 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.
StefanoKeymasterActually 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.
StefanoKeymasterYou can use the tags: https://www.thenewsletterplugin.com/documentation/newsletters/newsletter-tags/
StefanoKeymasterSince 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.
StefanoKeymasterIt’s correct, the notification of bounce and complaints is implemented only in our amazon addon and sending with the amazon API.
StefanoKeymasterPuoi 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.
StefanoKeymasterNo, 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 #289431StefanoKeymasterHi, 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!StefanoKeymasterHi, 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.
StefanoKeymasterHi, 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 #288898StefanoKeymasterSimple, 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 #288897StefanoKeymasterSimple, move to the “lists” panel in our admin side and define the lists you want to be selectable during the subscription, or assigned automatically.
StefanoKeymasterHi, 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.StefanoKeymasterThat is a provider block, ask it to remove the mod_security and white list the admin side of the blog.
StefanoKeymasterWe have no support for conditional tags, sorry.
StefanoKeymasterHi, 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 #288892StefanoKeymasterNo, we have no support for this kind of email design.
StefanoKeymasterThere is no support for a background image right now.
StefanoKeymasterActually there is no way to change that message.
StefanoKeymasterIt’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.
StefanoKeymasterCheck if you have a plugin to decorate the standard wordpress emails (like the password recovery, new users and so on).
StefanoKeymastersome email clients do not support the webp format. Are you having problems even while composing?
StefanoKeymasterThat error means the provider does not allow the connection to the pop3 service, you should ask them to unlock that connection.
StefanoKeymasterEverything can be translated from the admin panels, see the subscription and subscription form fields panel.
StefanoKeymasterGet 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 #288195StefanoKeymasterIf 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?
StefanoKeymasterHow, 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.
StefanoKeymasterHi, we do not have an option to limit the delivery for those timeframes.
StefanoKeymasterThe 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.
StefanoKeymasterHi, please, check if the newsletter has filters active in the targeting panel.
StefanoKeymasterHi, 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 #287686StefanoKeymasterHi, 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?
StefanoKeymasterActually 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? #287682StefanoKeymasterThe archive addon does not support list filtering since a newsletter is not associated with a list, but can contain many list-related filters.
StefanoKeymasterYou 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.
StefanoKeymasterWhen you import you can assign the list in the mapping panel, the list cannot be specific on the CSV.
StefanoKeymasterActually 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).
StefanoKeymasterHi, 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? #287675StefanoKeymasterHi, 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.
StefanoKeymasterHi, did you set a list filter while sending? Try to check the targeting panel of that newsletter to see if there are filters active.
StefanoKeymasterHi, 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.
StefanoKeymasterTry to install or free addon to integrate with translatepress: we create the switcher and you should be able to translate the messages.
StefanoKeymasterplease, send me (stefano @ thenewsletterplugin.com) one of the not working url so I can see if there is something wrong with the format.
Thanks!StefanoKeymasterHi, 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 #286112StefanoKeymasterHi, 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.StefanoKeymasterHi, we have not a user role integration addon, can you address me to a page of that component?
StefanoKeymasterIs the subscriber present and not already unsubscribed (or bounced)?
StefanoKeymasterProbably 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!StefanoKeymasterTry 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.StefanoKeymasterHi, you can install an SMTP plugin and connect the blog with that service.
StefanoKeymasterThe hot link protection is something configured in your server, you should ask the provider to remove that protection.
Stefano.StefanoKeymasterYes, enable it on the subscription configuration panel.
Stefano.StefanoKeymasterHi, try to go to the profile configuration panel in Newsletter and save: it seems an internal option is not initialized.
StefanoKeymasterHi, images are extract from your WP media library, probably a plugin is watermarking them.
StefanoKeymasterIt 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.StefanoKeymasterAt moment we have no plan to add it.
S.StefanoKeymasterHi, 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? #285090StefanoKeymasterYes, using the Automated addon.
https://www.thenewsletterplugin.com/automated
S.StefanoKeymasterIf 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.StefanoKeymasterThere 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.StefanoKeymasterActually not.
S.StefanoKeymasterHi, 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 #285085StefanoKeymasterHi, 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.
StefanoKeymasterHi, 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.StefanoKeymasterHi, are you talking about the API?
StefanoKeymasterWhen in the targeting panel, you should have a button to convert in HTML or better to edit it as HTML.
StefanoKeymasterCould be a limitation of the minimal layout, I’ll check.
StefanoKeymasterThanks for sharing!
StefanoKeymasterHi, it is not possible to have an email sent to an address with those links inside.
S.StefanoKeymasterHi, 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.StefanoKeymasterHi, 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.StefanoKeymasterHi, 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.StefanoKeymasterActually not, I added this request to our internal proposal list.
S.StefanoKeymasterHi, 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 #285072StefanoKeymasterHi, 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. -
AuthorPosts