Conversation

is it possible to specify a custom SMTP server to use? When sending mail from aliases the app uses the default Gmail server which exposes the original address :-/
1
Replying to
If you have aliases set up in your Gmail account and select one of them when sending, the outgoing message’s From: header should be set to that address. However, it’s currently only possible to actually send via the Gmail API (there’s no SMTP support in Mimestream).
Show replies