mirror of
https://github.com/decke/smtprelay.git
synced 2026-04-25 12:55:54 +03:00
[GH-ISSUE #91] remotes depends on from #21
Labels
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/smtprelay#21
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @szonov on GitHub (Oct 15, 2022).
Original GitHub issue: https://github.com/decke/smtprelay/issues/91
Is it possible to configure several remotes and use it depends on from address?
For example I have to emails first@gmail.com and second@hotmail.com,
and I want if from is first@gmail.com it should be sent over smtp.gmail.com, but if from address second@hotmail.com it should be send over smtp.hotmail.com.
@decke commented on GitHub (Oct 15, 2022):
No it is not possible yet and I think it's also not in scope for smtprelay.
@szonov commented on GitHub (Oct 15, 2022):
ok, thank you
@szonov commented on GitHub (Oct 15, 2022):
@decke is it possible to use my idea for it?
look at my commit above
@decke commented on GitHub (Jul 21, 2023):
The commit looks okay to me. Can you please create a pull request for it?
@szonov commented on GitHub (Jul 22, 2023):
done