Allow a dynamic POSTMAN_FROM_EMAIL

Issue #126 resolved
Meiyer created an issue

I would like to have an option to specify the “from_email” per email sent. Specifically, I am interested in the name part being dynamic, such as “John via myService”; but for the highest flexibility, support for a function (in parallel to a string) would be best.

Comments (3)

  1. Patrick Samson repo owner
    • changed status to open

    A proposal is to support a callable type in addition to the current string type, as done for POSTMAN_PARAMS_EMAIL.

    The parameter will be the same: {'site': ..., 'object': ..., 'action': ...}.

  2. Log in to comment