EMailing module setup How to add multiple email accounts


EMailing module setup How to add multiple email accounts? At present, the value here can only fill in one mailbox.

The function I want is to use the purchase mailbox when sending the purchase order and the sales mailbox when sending the sales order.

How should it be configured, or is it impossible to realize this function at present?

I don’t think this is possible either, did you find a solution?

Same question here. Did anyone figure out how to send emails from multiple accounts?

It’s been asked for a lot of times (for example Sending email from various addresses in different modules ) but there doesn’t seem to be any capability of it. Not even in a plugin.

has someone created an github feature request?

No, it doesn’t seem like it

Hi,

there are some predefined modifications of the sender-email with hidden globals in ~/htdocs/core/tpl/card_presend.tpl.php

like this:
if ($object->element === 'facture' && !empty($conf->global->INVOICE_EMAIL_SENDER)) {

Quick way:
If your element is missing duplicate a existing block, change the names and insert the globals in Setup->Other setup

Longer, but update resistent way:
Write an feature request