gotthardp / rabbitmq-email

SMTP Gateway Plugin for RabbitMQ
Mozilla Public License 2.0
181 stars 20 forks source link

Sender for several email_domains #19

Open SDKiller opened 8 years ago

SDKiller commented 8 years ago

From sample config file it seems that I can define server_config for several email_domains (i.e. I have 2 sites on one server, each site has it's own yandex mail account).

But for each site I need its own email_from and client_sender and it is not obvious from sample config if it is possible to achieve.

gotthardp commented 8 years ago

The configuration does not allow for multiple domains. I will try to figure out how to improve this.