https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33192

--- Comment #5 from Caroline Cyr La Rose <caroline.cyr-la-r...@inlibro.com> ---
1. Add primary, secondary and alternate email addresses in a patron's account
   - Primary email = primary@...
   - Secondary email = secondary@...
   - Email, under Alternate address = alternate@...

2. Set EmailFieldPrimary to home (primary email)

3. In the patron's account click More > Send welcome email

4. Check the message_queue, the to_address should be primary@...

select to_address, message_transport_type, letter_code, time_queued from
message_queue where date(time_queued) = curdate();

5. Set EmailFieldPrimary to work (secondary email)

6. Repeat steps 3 and 4, the to_address should be secondary@...

7. Set EmailFieldPrimary to alternate

8. Repeat steps 3 and 4, the to_address should be alternate@...

9. Set EmailFieldPrimary to cardnumber as

10. Repeat steps 3 and 4, the to_address should be the patron's cardnumber

11. Set EmailFieldPrimary to first valid

12. Repeat steps 3 and 4, the to_address should be primary@...

13. Remove the primary email from the patron's account

14. Repeat steps 3 and 4, the to_address should be secondary@...

15. Remove the secondary email from the patron's account

16. Repeat steps 3 and 4, the to_address should be alternate@...

If there are no email addresses at all, the notice is not generated.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/

Reply via email to