Skip to content
This repository was archived by the owner on Mar 16, 2024. It is now read-only.

Commit 77119ce

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 91f6c57 + be602a1 commit 77119ce

File tree

1 file changed

+27
-3
lines changed

1 file changed

+27
-3
lines changed

README.md

Lines changed: 27 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,34 @@
22

33
Random 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>

0 commit comments

Comments
 (0)