-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
executable file
·46 lines (30 loc) · 1009 Bytes
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
=== SMTP Relay ===
Contributors: jakobword
Tags: smtp, mail, relay
Requires at least: 4.9
Tested up to: 5.9
Stable tag: 1.0
Requires PHP: 7.4
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
SMTP Relay lets you configure a SMTP relay for outgoing emails.
== Description ==
Enter a host, port, from name and from address and send emails via a SMTP relay without having to use the native
PHP `mail()` function.
This is especially useful if the `mail()` function is not configured on your system but a SMTP relay is available.
This plugin only works with unauthenticated SMTP relays!
== Installation ==
Upload the SMTP Relay plugin to your blog, activate it, then configure it.
== Screenshots ==
1. Admin Interface
== Changelog ==
= 1.0.0 =
*Release Date - 2021-12-02*
* Code improvements
* Dropped support for outdated PHP versions
= 0.1.1 =
*Release Date - 2018-08-08*
* Include script only on settings page
= 0.1.0 =
*Release Date - 2018-07-30*
* Initial version