Questions tagged [smtpmail]
38 questions
0
votes
0 answers
smtpmail + protonmail bridge connectivity
I'm trying to send mail using smtpmail through the protonmail bridge app.
The protonmail-brdige runs a local smtp server with parameters:
127.0.0.1
1025
email
password
STARTTLS
The snippet I have in my smtpmail-multi-accounts
(protonmail .…

GreenLlama
- 35
- 3
0
votes
1 answer
Sending mail from multiple domains with the same mail server
I use Emacs and mu4e to send mail. I have a mail server with Amazon WorkMail and I set up the information at ~/.authinfo.gpg. Two domains are in the same region and have the same SMTP server with different usernames. When I send email from the…

miguelmorin
- 1,907
- 12
- 33
0
votes
0 answers
Passwordless `smtpmail-send-it` and queue
my current mu4e setup uses MSMTP utility to send out emails. Unfortunately if I want to use queues I have to use smtpmail.el which requires me either to (1) save my password in cleartext in .authinfo, (2) enter my password every time, (3) enter my…

MassimoLauria
- 200
- 1
- 8
0
votes
1 answer
Sending mail in mu4e on emacs25 (or debugging make-network-process hangs)
The short
How can I investigate why make-network-process gets stuck forever?
The long
I have been happily using mu4e as my mail agent for a number of years. After upgrading from emacs 24 to emacs 25 (at the same time as upgrading debian 8 jessie to…

jacg
- 345
- 2
- 12