Dear Developers, Here is a feature suggestion to Administration > SMTP servers. Test mail option helpful for users to try newly added SMTP server works or not.
Meanwhile, after the SMTP server is selected on the library admin page, is possible to test them sending a list or the cart: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22343#c125 And try to catch any errors grep mail /var/log/koha/$INSTANCE/intranet-error.log
This would be a very nice enhancement. Applications like Keycloak do this by using the email address of the logged in user as the "to_address".
(In reply to vimal kumar from comment #0) > Dear Developers, > Here is a feature suggestion to Administration > SMTP servers. > Test mail option helpful for users to try newly added SMTP server works or > not. hello sir, sir i have a problem, i have been updated my trigger email with smtp server password so now how i can cahnge please guide me thank you. koha 23.05.
Created attachment 189906 [details] [review] Bug 29587: Test mail option in SMTP servers This patch adds a "Send test email" action to the SMTP servers administration page. It sends a test message to the address in the KohaAdminEmailAddress system preference and reports success or failure to the user. Test plan: 1. Add a valid SMTP server in Administration → SMTP servers. 2. Set KohaAdminEmailAddress to a valid email address. 3. Apply the patch. 4. Click "Send test email" in the Actions column. 5. Confirm that Koha reports "Test email sent successfully". 6. Edit the SMTP server and change the domain to an invalid one. 7. Click "Send test email" again. 8. Confirm that Koha reports failure. 9. Sign off.