Code

Discussion on Lethe PHP Newsletter & Mailing System

Discussion on Lethe PHP Newsletter & Mailing System

Cart 1,843 sales

thunderfury supports this item

Supported

This author's response time can be up to 2 business days.

630 comments found.

Hi, I will need to sync the subscriber list from my CMS to this newsletter script, what’s the subscriber table name?

Hi,

Which Lethe version are you using?

Regards.

It will be the latest version, we have not purchased yet

Hello,

v2.2 > [PREFIX]subscribers

v2.2 < [PREFIX]subscriber_list

Regards.

Hi, a few question before buying: 1 multi user, means that can be used for multiple websites? 2 IT is possible to charge customers with regular licence? 3 Can I use my SMTP (ex mydomain.com smtp) 4 subscription formular can be embedded with html short code (widget)? Thanks, Tranca Gheorghe-Doly

Hello,

1- Multi-user mean admin and normal users can manage Lethe, admin can change permissions for usage. 2- Payment system is not available (or I misunderstand this question) 3- Yes, you can use different SMTP account, but your server must allow to connect foreign outgoingserver connections. 4- Yes, you can easily generate HTML embed code in the subscription form creation section.

Regards.

Hi, can you help me with this error: SMTP Error: data not accepted. Amazon SES Mail.

Hello,

Can you send to me your Submission Account setup via email? (uslmesut@gmail.com)

Regards.

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,

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=1

Possible 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=1

Regards.

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

I also sent an email on the same error to: lethe@artlantis.net

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 bro we have a problem, please complete the installation I have this message. https://prnt.sc/P7Ja3Sx7AruH how i can fix it thank you

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,

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.

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey