(root)/ – Rev 37478
Rev 37477 |
Last modification |
Compare with Previous |
View Log
| RSS feed
Last modification
- Rev 37478 2026-08-31 17:38:59
- Author: amit
- Log message:
- mail: MailOutboxService implements MailQueue
Adds the single entry point, queue(MailRequest). The twenty-odd queueMail*
overloads remain as delegates because ~112 call sites use them, but they now
funnel through one path rather than each building their own argument list.
Selecting the transport moves here too: MailSenderType.GOOGLE maps to the
authenticated sender, anything else to the relay.