Changes between Initial Version and Version 2 of Ticket #35864
- Timestamp:
- Oct 28, 2024, 3:02:31 PM (3 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35864
- Property Triage Stage Unreviewed → Accepted
- Property Summary EmailMessage.connection option ignored when using send_messages() → Warn that EmailMessage.connection option is ignored when using send_messages()
- Property Type Uncategorized → Cleanup/optimization
- Property Owner set to
- Property Status new → assigned
-
Ticket #35864 – Description
initial v2 12 12 # Override the ESP for users in the EU; otherwise the default is fine. 13 13 if user.profile.must_use_eu_data_processor(): 14 email.connection = mail.get_connection(host name="smtp-eu.example.net")14 email.connection = mail.get_connection(host="smtp-eu.example.net") 15 15 notification_emails.append(email) 16 16 return notification_emails