mtcextendee/mautic-random-smtp-bundle

This package is abandoned and no longer maintained. No replacement package was suggested.
There is no license information available for the latest version (1.3.0) of this package.

Maintainers

Package info

github.com/mtcextendee/mautic-random-smtp-bundle

Type:mautic-plugin

pkg:composer/mtcextendee/mautic-random-smtp-bundle

Statistics

Installs: 147

Dependents: 0

Suggesters: 0

Stars: 19

Open Issues: 4

1.3.0 2019-04-03 10:42 UTC

This package is auto-updated.

Last update: 2024-03-29 03:32:50 UTC


README

Random SMTP server support for Mautic

Installation from command line

  1. composer require mtcextendee/mautic-random-smtp-bundle
  2. php app/console mautic:plugins:reload

Manual installation

  1. Download last version https://github.com/mtcextendee/mautic-random-smtp-bundle/releases
  2. Unzip files to plugins/MauticRandomSmtpBundle
  3. Go to /s/plugins/reload
  4. See RandomSMTP plugin

Setup plugin

Plugin configuration

  1. Paste SMTP servers to plugins setting (comma separated list of SMTP servers on each line)

You can use columns:

  • host
  • username
  • password
  • port - Is not required. Default is 25
  • authenitication mode - is not required. Default is none. Other options are plain, login or cram-md5
  • encryption - is not required. Default is none. Other options are ssl or tls
  • from email
  • from name
  1. Match column number with each parameter. Start from 0

image

  1. Go to configurations and choose Random SMTP from service provider list

image

More

Extensions family for Mautic mtcextendee.com