| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| smtp_plugin_-_configuration [2024/12/15 14:10] – alban | smtp_plugin_-_configuration [2024/12/15 14:36] (current) – alban |
|---|
| |
| * The goal is simple. SMTP plugin will use a valid mail adress to send notifications. | * The goal is simple. SMTP plugin will use a valid mail adress to send notifications. |
| * Install the plugin (from extension manager) and go to ''Configuration settings'' in ''Smtp'' section. | * Install the plugin (from extension manager) and go to ''Configuration settings'' > ''Smtp'' section. |
| * To configure it, you need your ''outgoing server'' configuration provided by your mail server. | * To configure it, you need your ''outgoing server'' parameters provided by your mail server. |
| * For example, ''Your outgoing SMTP server.'' might be ''pro3.mail.ovh.net'' | * For example, ''Your outgoing SMTP server.'' might be ''pro3.mail.ovh.net'' |
| * ''The port your SMTP server listens on. Usually 25. 465 for SSL.'' might be ''587'' | * ''The port your SMTP server listens on. Usually 25. 465 for SSL.'' might be ''587'' |
| * ''If authentication is required, put your user name here.'' has to be your valid mail adress | * ''If authentication is required, put your user name here.'' has to be your valid mail adress |
| * ''Password for the above user.'' the password that you normally use to auth in your mail adress. | * ''Password for the above user.'' the password that you normally use to auth in your mail adress. |
| | * In ''configuration settings'', ''notification'' section, check if you have a valid mail adress to recieve notification (''notify'') AND the same mail that is filled in SMTP configuration for ''mailform''. |
| | * You also need to check in ''dokuwiki.php'' file if ''$conf['registernotify']'' and ''$conf['mailfrom']'' are well filled. |
| |
| Once again all these parameters are specific of your mail provider. If you struggle to find this parameters, you can search ''how to configure mail forwarding'' or ''Set up your email address on the Gmail online interface'' and find ''outgoing server'' server parameters. | Once again all these parameters are specific of your mail provider. If you struggle to find this parameters, you can search ''how to configure mail forwarding <your mail provider>'' or ''Set up your email address on the Gmail online interface'' and find ''outgoing server'' server parameters. Indeed, you need the same parameters that are required to send email from another mailbox that your mail provider. |
| |
| ~~DISCUSSION~~ | ~~DISCUSSION~~ |