• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

(REQUEST) Interspire Email Marketing

interspire Version: 6.4.2

Released: 23rd Nov, 2021
- Fixed TinyMCE Image Manager directory issue
- Added Session timeout default value
- Removed deprecated php methods causing notices/errors

Version: 6.4.1

Released: 22nd Oct, 2021
- Added two factor authentication feature
- Added admin can force users to select and configure their own SMTP server
- Added self signed certificate setting option
- Process UTF-8 encoded subject lines in bounced messages
- Fixed export statistics count issue
- Removed deprecated php methods causing notices/errors

Version: 6.4.0

Released: 10th August, 2021
- Updated TinyMCE to 5.8.2

 
error when i send test email to , test the smtp config


stream_socket_enable_crypto(): SSL operation failed with code 1. OpenSSL Error messages: error:14090086:SSL routines:ssl3_get_server_certificate:certificate verify failed
stream_socket_enable_crypto(): SSL operation failed with code 1. OpenSSL Error messages: error:14090086:SSL routines:ssl3_get_server_certificate:certificate verify failed in /home/c1/public_html/i640/admin/com/ext/interspire_email/email.php at 2090

any ideas ?
 

interspire 6.5.0 (latest version !)​

Released: 1st April, 2022
- Added export statistics (Open, Links, Bounce, Unsubscribe, etc.)
- Added configurable auto-delete of unconfirmed and bounced addresses
- Changed default charset from utf8 to utf8mb4
- Force version check on SSL site
- Fixed API GetTemplates access issue
- Fixed typo in unsub subject line constant

Can you find it ?
 
ty for the share. do you possibly have access to the maborak addons as well plz?
} else { // code for IE6, IE5 var request = new ActiveXObject('Microsoft.XMLHTTP'); } request.open('GET', url, false); request.send(); return JSON.parse(request.responseText); };

getting this after interspire installation
 
error when i send test email to , test the smtp config


stream_socket_enable_crypto(): SSL operation failed with code 1. OpenSSL Error messages: error:14090086:SSL routines:ssl3_get_server_certificate:certificate verify failed
stream_socket_enable_crypto(): SSL operation failed with code 1. OpenSSL Error messages: error:14090086:SSL routines:ssl3_get_server_certificate:certificate verify failed in /home/c1/public_html/i640/admin/com/ext/interspire_email/email.php at 2090

any ideas ?
your email server either doesn't do tls or your ssl is not setup.

set lines 2040 and 2041 to false.

$requireauth = false;
$starttls = false;


Can someone share 6.5.0 unedited. Thanks in advance
 
  • Like
Reactions: ecryptom0

interspire latest Version: 6.5.0​


Server Requirements
Please ensure your web host meets the application requirements below.

  • UNIX or a Linux variant is preferred.
  • Apache 2.4.x or Nginx 1.18.x or above
  • PHP 7.3, and 7.4
  • MySQL 5.6 or above / MariaDB 10.x
  • To use autoresponders and triggers your need access to a scheduler – usually Cron on your web server.
  • To process bounced emails, your version of PHP needs access to the imap_xxx functions (default).
  • Please download and run check_iem.php to verify that the system requirements are met before starting the installation.
Once you have verified the requirements, follow the simple instructions outlined in the Email Marketer Installation Guide.

We also have step-by-step instructions to install on a VPS running Ubuntu or a cPanel based sever.

Requirements FAQ

Does Interspire Email Marketer work with PHP7.x?​

  • v6.4.x and v6.5.0 are compatible with PHP 7.3 and 7.4
  • v6.3.0 is compatible with PHP 7.1, 7.2, 7.3, and 7.4
  • v6.2.2 and 6.2.3 are compatible with with up to PHP 7.3
  • v6.2.1 is compatible up to PHP 7.2
PHP 5 is not supported in any way.

Does Interspire Email Marketer work with MySQL 5?​

Interspire Email Marketer works with MySQL 5. Note that IEM requires the InndoDB storage engine to be available and we recommend the UTF-8mb4 charset.

Does Interspire Email Marketer need fsockopen enabled on our server ?​

Interspire Email Marketer only needs this if you are sending via an SMTP server. If you prefer to send via your local mail server software you can leave the SMTP settings blank and Interspire Email Marketer will send the emails via the mail() command in php which uses your local server software.

What settings can I make to my mail server configuration to make Interspire Email Marketer faster?​

The largest factor affecting the speed of IEM is the speed of the mail delivery service. Most ISPs will limit the sending rate per hour. Please contact them to raise the limit. Alternatively use a dedicated email delivery service provider.

Also, sending email via the UI is relatively inefficient compared to queuing them via a scheduler. Refer to Sending Rates & Limitations for additional details.

Requirements for using SMTP server to send email​

Interspire Email Marketer needs the following in order to be able to send email using SMTP:

  • fsocketopen function needs to be enabled — this is enabled by default in PHP installation
  • Outgoing traffic to port 25 (or whichever port number you use to connect to your SMTP server — 25 is the default port number) must be allowed
  • A valid SMTP server for you to use
If one or more of the list above is not satisfied, you can receive errors such as:

  • No Connection
  • Unauthorized
  • Timed Out
 
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock