You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, all mail sending will have default priority of PRIORITY.medium,
Would it be acceptable if we introduce new setting, like POST_OFFICE_DEFAULT_PRIORITY?
In some use case(my small project for example), we need to send email mostly with PRIORITY.now, only in some cases that we use PRIORITY.medium. Calling mail.send has become cumbersome due to writing PRIORITY.now everywhere.
The text was updated successfully, but these errors were encountered:
Currently, all mail sending will have default priority of
PRIORITY.medium
,Would it be acceptable if we introduce new setting, like
POST_OFFICE_DEFAULT_PRIORITY
?In some use case(my small project for example), we need to send email mostly with
PRIORITY.now
, only in some cases that we usePRIORITY.medium
. Callingmail.send
has become cumbersome due to writingPRIORITY.now
everywhere.The text was updated successfully, but these errors were encountered: