628 comments found.
Hi, can you help me with this error: SMTP Error: data not accepted. Amazon SES Mail.
Hi, I want to buy the script, but I have 2 questions: 1.- when you publish a new version?. 2.-I want to send emails automatically on the birthday of my clients, is this possible with your script?
Hello,
New update will be released in 1-2 week. New update contains new features, other minor updates can be downloaded and installed from within the software.
Yes you can use Autoresponder for it. This demo example shows birthday campaing with “Special Dates” autoresponder action. http://lethe.artlantis.net/?p=autoresponder/edit&ID=6
Regards.
i dont see any option to add Amazon SES through the Amazon SES API…Alot of vps hosting providers limit smtp outbound connections and the api solves this issue. Can this be implemented? Also…with mailgun api and mandril…how many emails are sent each second and what is the limit …mailgun says its 300 connections a minute but how does that comport with the 50 emails per connection and what is the wait time between connections?
Hello,
Amazon SES only has SMTP feature in Lethe, I am planning to make changes for API feature in next update.
In applications such as Mailgun / Mandrill / Elastic etc., you need to set the submission limit as much as the limit given to you by your account plan. When you enter a setting that exceeds the limit, your mails will either become backlog or give a connection error.
Regards.
when do you think you will update….. so im still confused…are you saying the 50 default submission size happens once per second then rest one second…can you give example….so mailgun is 300 requests a minute or 5 per second….is each submission an individual email or a bunch of 50? so in this case i can set 10000 per day but my default submission size is 10 if there is one second submission and one second wait time for 300 per second…correct? is wait time between calls 1 second?
Hello,
The new update is almost finished. I’ve added new email services, I’m doing their final tests.
Mailgun gives a 300 API connection limit per minute (Not the number of emails in the package content.). The per-connection limit in the Lethe submission settings doesn’t matter much to the API. This setting is generally more important for SMTP, but you can use this setting as a data fetching limit from the database.
For example, if you change this setting to 10000 per minute, your server may throw a timeout error. Also cron may try to run the other task file before the task completes.
Regards.
Limit Range, Limit, Per Connection Submission…..so can you give me best parameters to use for each of these to process 10,000 emails per day with the api mode
Hello,
Sorry for late reply, you can use this settings;
Limit Range: Per Day Limit: 10000 Per Connection: 200
If you use every 1 minute execution on cron settings, this will send your all tasks in 50 minute. If you use shared hosting (some hosting services do not allow a 1-minute cron runs) and if you set cron as 15min your campaigns will be completed in 12hrs~
You can change your own acceleration or deceleration settings with per-connection submission and cron task file execution time.
Main task cycle works like that;
1- Check Per day / 10000 is exceeded? 2- Run cron task file (Cron execution period) 3- Fetch per connection datas and send.
Regards.
hello support please how can i export openers and clickers into new different lists
Hello,
Click/Open stat exporting feature is not available.
Regards.
hello support
1- when i install the script i have a probleme to how enable mod_rewrite module so please how to fix it :https://prnt.sc/ylaReiNg8nlb
2- when i send a campaign i can’t track geographically the openers and the clickers so how to fix it :https://prnt.sc/3hFHE9hMjJUB
thank you
Hello,
1- mod_rewrite is usually active on all servers, you can test it by opening the rss page of your Lethe installation to make sure it is set up correctly. For example: https://yourlethedomain.com/rss If the page works fine, you don’t have a problem with mod_rewrite.
2- Geo track system only works with subscriptions, this feature is not active in open/click statistics.
Regards.
Woohoo, took a few days but got it all set up and running. I will say this is definitely the better of the newsletter scripts on Code Canyon. Few things to note maybe for future updates.
No confirmation on Email sending settings. When sending an email to a subscriber, says sent, even when password in the email in the submission account has wrong password or issues. Same with sending a campaign with the submission account having wrong email address or password and really didn’t connect. It will say sent no errors.
When setting up a new subscriber using the system form – there is a long delay before that gets completed.
Otherwise Thanks
Hello,
Thank you for your good comments for Lethe.
You can get error output in sending problems. If there is a wrong information or connection error in your SMTP account during the test submission, it will be indicated in the test output simply. For details, you need to activate the debug mode from the General Settings section.
If an error occurs when a normal campaign is sent, you can follow the error reports on the error page under the campaign list. If there is no error this icon will be gray if there is an error it will be red.
https://www.dropbox.com/s/rsx2outr83m6nle/sub_error.png?raw=1Possible errors and exceptions listed on documentation. In addition; If you use the mail() function instead of SMTP, depending on your server configuration, you may not receive a message about errors or delays. Some shared servers restrict the use of the mail() function, and the mails you send are pooled.
Regards.
Also, important note (some buyers forgot to disable simulation mode).
Lethe has a simulation mode feature, this setting is in the general settings. When you activate this feature, your email information is shown as sent even if it is incorrect. The purpose of this feature is to test very large email lists as if they were being sent and to test server performance. It’s always helpful to test before sending emails to a large number of people.
So gt everything installed after buying today, so far so good until I am trying to work with templates and images. 1st, backed out of using php 8.01 and went with 7.4 against desire (any plans on 8.0 compatibility?) The main thing I am hitting the wall on though is the files browser and uploader. When I create a new folder, stll good. But the moment I upload any images .jpg or .png we start to breakdown. You cannot see the file under files, you cannot upload or create a folder (link seems broken at this point) until I go back into the file folders by FTP and delete the image that was uploaded. Yes, an image was uploaded but after that, the file browser stops responding. error_log from tools/minipan/ says Uncaught Error: Call to undefined function exif_imagetype() in /tools/minipan/lib/functions.php:110
Hello,
The exif_imagetype function must be active on your system to control file types. It usually comes pre-installed on servers, if you have the chance to edit the php.ini file, you can activate it by removing the semicolon in front of the ;extension=php_exif.dll line. Or you can activate this function from the PHP extensions page of your hosting panel.
https://www.dropbox.com/s/o6k1xueymh64pda/exif.png?raw=1Regards.
Awesome, thank you so much for the quick reply. So odd, I run my own server and somehow I did not have exif installed.
Hello, I have a question, can you install and run the script on the server after purchasing it?
Hello,
The installation service is not included in the support, the installation process is actually very simple, I don’t think you will have a problem unless there is a problem with the server. But if you contact me after your purchase, I can help you with the issue.
Regards.
I can not Send emails, it seems my Email sending is not working
Hi,
Did you get any error output while sending test mail?
Regards.
no error is received it only says Email Sent successful but not received by recipient
Hello,
Which sending method did you use? If you have used the mail() feature, such problems may arise on poorly configured servers. For SMTP, you can open debug mode and get detailed outgoing results.
If you would like me to check your installation, you can contact me at uslmesut[at]gmail.com.
Regards.
mail sent
Hi how are you, thanks for this app
Kindly can you tell me if i can integrate this for transactional emails via API?
like we have an option in elasticmail or mailchimp etc
Thanks Arsalan
Hello Arsalan,
Mandrill and ElasticEmail options are available on the submission accounts page. Mandrill can only be used with API, you can use both API and SMTP methods for Elastic.
Information about creating an API key and using it on Lethe is available in the document.
Regards.
Hello,
Default system using MySQL utf864mb charset, I guess your database doesn’t support this. Please contact me by email and I will send you a new modified install file. uslmesut[at]gmail.com
Regards.
Hello, I purchased and installed the script. I created a campaign and when I send a test it sends the email but when I save the campaign to be sent now it just gets stuck in “pending” status and no emails are sent. What may be the problem?
Thanks
Hello,
If shell_exec is active on your system, you should check the cronjob tasks. When the campaign is created, cronjobs are created automatically, if your system does not support shell_exec, the problem may be caused by this. You can check your cron tasks with General Settings > Cron > Test button.
Regards.
Thanks for the reply…
When I inquired with our service provider they informed me that activating shell_exec is too high of a security risk. Apparently it enables unauthorized users to run executable binary files on the server and it creates a huge weakness which may lead server crashes and hacking.
Is there any way to run this safely? Or is there any way around this problem?
Thx
Hello,
You can use manuale cron task files, if you dont want to use shell_exec method. Go to General Settings > Cron tab section and disable Shell Mode option. On the right are the commands for the task files that you can create manually. You need to define these commands from the Cron Jobs page of your hosting panel. Also, do not forget to save the general settings after disabling the shell mode option.
Regards.
Hello,
How are you today?
1. Please I will like to know if your email marketing software works like Getresponse & Aweber.
2. Can I use your software to get visitors to my website to subscribe for a free book and their first name and email will be stored by your software and then scheduled emails can automatically be sent to them automatically.
Thanks.
Chinedu
Hello,
Sorry but Aweber and Getresponse feature is not available for now.
It is possible for the subscribers you mentioned in your other question to subscribe and send emails on scheduled dates. You can store the information of your visitors with the subscription forms that you can customize, also you can send an e-mail on scheduled dates with the autoresponder or manually with the newsletter.
Regards.
Hello,
How are you today? Please I am not clear with your answer.
Please I have a website where I want people to subcribe to download my book. See https://prnt.sc/_7paHXTBoch2
1. Please is it possible for me to use your software to capture subscribers who come to my website and sign up.
2. Then after some days emails will then be sent to them automatically. I hope that this is possible.
3. Please does your software work with custom html forms? Just like this one I designed https://prnt.sc/_7paHXTBoch2
Thanks
Hello,
Thank you I’m fine, I hope you are fine too.
1- Subscribing forms have redirection URL feature after subscription. Subscribers can automatically download your file after subscription if you set the download link instead of the redirect URL.
2- Yes, you can send periodically or automatically to new subscribers, after unsubscribes or a specific date / day and time.
3- You can create custom subscription forms to gather up subscribers.
https://www.dropbox.com/s/gleyhdc52mw1vf8/subscriber_form_editor.png?raw=1 and live form demos here: http://lethe.artlantis.net/demo_forms/Regards.
Hi, im getting this error when i try to send a test: Error Occured: SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/TroubleshootingSMTP server error: Called RSET without being connected
Hi,
“SMTP connect() failed” error can have many reasons, invalid email connection information, attempt to connect to foreign server, suspended account, invalid port etc. Send me an email regarding this issue, I can check it for you.
Regards.
Hi..I try using other systems and also SMTP check tools and all works fine, but Lethe doesnt work. Im not a noob, i dont know whats can be going on
i was thinking.. im hosting lethe in digital ocean, and they block port 25… maybe thats the reason i cant connect to my smtp server.. what do you think.
Hi,
Did you tried 587 TLS port?
Regards.
Yes my friend. I have my SMTP server in contabo, and my plugin server in digital ocean. I will migrate to contabo. digital ocean have so many restrictions
Hi,
I can check your Lethe settings if you want. Please contact me via email. uslmesut[at]gmail.com
Regards.
Hi. I cant import contacts. The import page still in PROCESSING. I have shell mode activated
the problem is with CLASSIC IMPORT… in advance, the import goes fine… but, it will be reall cool if the import can run stand alone and not with my browser opened in the import page.
Hello,
Classic import uses legacy file read mode, this part is only designed for people who have record list other than CSV, different separators and line breaks etc.
Advanced CSV import uses the library prepared for this job, it works more stable and faster than the other. shell_exec is only used for cronjob and cache cleaning. But the feature you requested might be a nice update, I’ll add it to my notes.
Regards.
I have sent a support from the website and have not received an answer so far! 
We cannot create subscribers. There is always undefined. Why is that?
Hello,
Can you send again to my direct email uslmesut[at]gmail.com Sometimes support form mails go into spam. The mail you sent earlier did not reach me.
Regards.
I’ll send you the email again!
Have sent you an email! Be so nice and look! So that we can hopefully solve the problem quickly! 
Hi! When will you release the new update you mentionet in a last review? It supose it was october 15th.
im waiting that to buy 
Hello,
Major update is not over yet. I’m planning to add Zapier and a few mail services. But minor updates can be installed remotely.
Regards.
if I send it to an invalid email, does it automatically recognize it?
Hello,
It is moved or deleted according to the action you want with the bounce control system.
Regards.
I tried to install the script and i get this error in the final step: “Table creation error Specified key was too long; max key length is 767 bytes”
Hello,
Default installation file using utf8mb4 charset, I think your mysql version does not support this charset. Please contact me via direct mail, I’ll send you modified installation file. uslmesut[at]gmail.com
Regards.
Greetings we have this need for one of our services (www.mail2wa.it) which allows the sending of a whatsapp message from an email client by attaching images and pdf, the recipient is of the type nrwhatsapp@mail2wa.it. Our customers use their mail client lists to send the same message to multiple recipients, then create lists with all the phone numbers followed by @ mail2wa.it and send. Now we would also like to manage the broadcasting of messages and then build a mailchimp-like site with the following features: - signing up; - possibility to manage / import address books (whatsapp numbers @ domaindispegno) :; - each member must be able to use their own smtp.
The emails must be in text format only as whatsapp does not manage html, they must allow attachments and must not contain the footer with “opt out” as the consent policy is managed by WhatsApp.
is it possible to carry out this project with your solution? thank you marcello cama
Hello Marcello,
You can partially do what you want with Lethe, but customization is required for full integration.
Each user can use their own SMTP account, but only admin can provide it. SMTP account can be assigned to the created member from admin.
https://www.dropbox.com/s/ehk1m7ydodfxugr/users002.gif?raw=1Also, there is no front-end user registration form in Lethe, only admin can create user and edit permissions.
Lethe has the option to create emails in both HTML and TEXT formats.
Regards.
hello, i’m deepening your solution do we have the possibility to block the creation of html mails? we need the user to create newsletters and therefore messages only in text format and with attachments. thank you
Hello,
It’s possible to remove HTML editor in campaign creation pages. Also mail engine settings can be changed HTML to TEXT for it.
Regards.