send_mail parameter (from composing) per account #151

Closed
opened 2021-09-20 02:03:31 +03:00 by genofire · 3 comments

it is useful to send per account over different smtp accounts

it is useful to send per account over different smtp accounts

Do you mean having different smtp accounts for one meli account or different smtp accounts for all meli accounts?

If it's the latter, you can override settings 'per account' by putting

composing.send_mail = "blab blah"

In the account settings you want to change.

If it's the former, I'd advise you to put the smtp selection logic in a script and have meli call it.

Do you mean having different smtp accounts for one meli account or different smtp accounts for all meli accounts? If it's the latter, you can override settings 'per account' by putting `composing.send_mail = "blab blah"` In the account settings you want to change. If it's the former, I'd advise you to put the smtp selection logic in a script and have meli call it.

oh cool - that solves my problem ;)

But yes the idea of multiple identities on one account is also a good idea.

Should i create a new issue?

oh cool - that solves my problem ;) But yes the idea of multiple `identities` on one `account` is also a good idea. Should i create a new issue?

Yeah! That'd be very useful.

Yeah! That'd be very useful.
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: meli/meli#151
There is no content yet.