One connection per sender
Why BooleanSMTP refuses to save two connections that share a From address, and how to fix it when that happens.
Each From address is used by one connection, active or inactive — a message from that address always goes out through the connection that owns it.
- Capitals don’t matter:
Hello@example.comandhello@example.comare the same address. hello+backup@example.comis a different address fromhello@example.com.- A connection with no From address of its own never conflicts with another one.
When BooleanSMTP refuses to save a connection
Section titled “When BooleanSMTP refuses to save a connection”Saving or activating a second connection with an address another one already uses is refused, naming the connection that owns it. To fix it:
- Open the connection the message names and change its provider there, or
- Give one of the two connections a different From address.