You are going to kick yourself, users don't have the "edit" user right. If you want to reconfigure the email process you will probably need to write your own extension to do so. I would really recommend against that.
Why do you want a custom email process?
On Thu, Jun 7, 2018 at 7:18 PM gordonisnz@gmail.com wrote:
On Fri, Jun 8, 2018 at 10:56 AM John phoenixoverride@gmail.com wrote:
When you edit with the test account what error message do you get?
No edit, no new-page creation, no error..
The options i get in the top right (test account) are: Page, Discussion, View source, History, Watch
A new user joining the wiki has no ability to edit / change anything. ( http://ancientaliens.kwister.com )
If a person can add/change something - that will be good (though moderation /approval of changes will be good to prevent spams)
There is a setting for localsettings.php for using an existing email server. Give me a minute to look that up.
is there a way to use my own routine - Instead of the above SMTP ?
include_once("/home/users/PATHNAME/usr/functions/smtp-email.class.php"); smtp_prepare_mail ($email, "noreply@kwister.com", "Subject", $text);
this saves a txt file with all the information, & ive got a regular cron-job to send the email out. (if theres a bulk issue of emails, it sends them as a steady stream over time, instead of all at once)...
MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l