mjones129 / private-links

Generate one-time-use links that expire after 24 hours.
0 stars 0 forks source link

Securely store SMTP creds #3

Closed mjones129 closed 4 hours ago

mjones129 commented 2 days ago

Use an AES-256-CBC encryption method to safely store SMTP auth information.

mjones129 commented 2 days ago

An additional table is created upon plugin activation d4c93317cbed40e8bb8f5d6aee97677efbc8334e

mjones129 commented 2 days ago

In order to achieve this, a new menu page will need to be created.

mjones129 commented 2 days ago

In order to achieve this, a new menu page will need to be created.

SUBMENU ADDED https://github.com/mjones129/private-links/commit/2ed4578e1f194132c73c6e2fb0fce05e6badfcc6

mjones129 commented 4 hours ago

https://github.com/mjones129/private-links/pull/12