This repository was archived by the owner on Mar 16, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +27
-3
lines changed
Expand file tree Collapse file tree 1 file changed +27
-3
lines changed Original file line number Diff line number Diff line change 22
33Random SMTP server support for Mautic
44
5- ### Install by composer
5+ ### Installation from command line
66
7- ` composer require mtcextendee/mautic-random-smtp-bundle `
7+ - ` composer require mtcextendee/mautic-random-smtp-bundle `
8+ - ` php app/console mautic:plugins:reload `
9+
10+ ### Setup plugin
11+
12+ #### Plugin configuration
13+
14+ 1 . Paste SMTP servers to plugins setting (comma separated list of SMTP servers on each line)
15+
16+ You can use columns:
17+
18+ - host
19+ - username
20+ - password
21+ - port - Is not required. Default is 25
22+ - authenitication mode - is not required. Default is none. Other options are plain, login or cram-md5
23+ - encryption - is not required. Default is none. Other options are ssl or tls
24+
25+ 2 . Match column number with each parameter. Start from 0
26+
27+ ![ image] ( https://user-images.githubusercontent.com/462477/55195617-652ab300-51ad-11e9-9565-b2bb03e49543.png )
28+
29+ 3 . Go to configurations and choose Random SMTP from service provider list
30+
31+ ![ image] ( https://user-images.githubusercontent.com/462477/55195914-34974900-51ae-11e9-888b-0ceabb60ebf1.png )
832
933### More
1034
11- Extensions family for Mautic <a href =" https://mtcextendee.com " target =" _blank " >mtcextendee.com</a >
35+ Extensions family for Mautic <a href =" https://mtcextendee.com " target =" _blank " >mtcextendee.com</a >
You can’t perform that action at this time.
0 commit comments