https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42645
David Nind <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #5 from David Nind <[email protected]> --- Testing notes (using KTD): 1. Set SMSSendDriver system preference to "Email" (so can add an SMS number) 2. emailpro = secondary email 3. Set up an SMTP server (Administration > Additional parameters > SMTP servers), so can process the message queue and see that the email message goes to the secondary email address.[1] 4. I used Mary Burton as the patron account: - left primary email field empty - added a secondary email address and SMS number - edited username and password so can log in and add a purchase suggestion 5. Check the message queue in the database: - koha-mysql kohadev - select * from message_queue\G 6. Metadata from the message queue when processed (to address = secondary email address): metadata: letter_code: ACCEPTED message_transport_type: email status: sent time_queued: 2026-05-19 20:59:52 updated_on: 2026-05-19 21:00:38 to_address: [email protected] cc_address: from_address: root@localhost reply_address: NULL content_type: NULL failure_code: 7. Tests pass: t/db_dependent/Suggestions.t [1] To test sending emails using a Google account ================================================= To test sending emails using a Google account: 1. Set up an App password for your Google Account 2. Configure a new 'SMTP Server' under 'Administration > SMTP servers' using the following settings, where `User name` = your Google email address and `Password` = your APP password, not your Google account password 3. Set this server as default Host: smtp.gmail.com Port: 587 Timeout: 5 SSL: STARTTLS User name: GOOGLEACCOUNTUSER Password: GOOGLEAPPPASSWORD -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
