즉시 전송 및 대기 중인 이메일에 대해 SMTP 설정을 별도로 지정할 수 있나요?

Password emails and personal messages for example, need to be delivered immediately, while newsletter emails can be drip fed over a long period. Currently all emails fall in the same queue, if the mail server has a queue.

Is it possible to have two separate smtp server settings defined to route both types of mails with different priorities?

Thanks.

1개의 좋아요

You could need a plugin. It will not be easy.

If you really want to do that, I think your best bet would be to create your own mail server that accepted all the mail, determined if it was important or not, and then treated it accordingly.

3개의 좋아요

Thanks. I use postfix with a queue right now.
I don’t think it offers prioritization of emails now or that it is going to be easy to do it.

1개의 좋아요

I have no idea how to do it with postfix, but if you were going to pay me money to solve the problem, I’d start on the postfix side, not the discourse side. (I am not asking for money to solve the problem; it’s the kind of job that I’d set an obscenely high
rate for and then be sorry when the client accepted the bid! :wink: )

6개의 좋아요

No, this has been asked before, dual SMTP is not in the cards.

3개의 좋아요

With chat notifications now adding to emails that need delivered quickly, I dug a little further and have a nice working setup. Here are some pointers to anyone who needs this.

Postfix offers header checks to filter and relay messages through different smtp servers. So all it needs is two smtp servers for normal & priority emails; and edits to three postfix config files.

2개의 좋아요