Questions tagged [smtpmail]
The smtpmail tag has no summary.
38 questions
1 vote
1 answer
79 views
smtpmail-smtp-service defaults to 25 in Doom Emacs [Solved]
I'm having trouble setting up mu4e. My configuration in config.el: (require 'smtpmail) (setq message-send-mail-function 'smtpmail-send-it starttls-use-gnutls t smtpmail-stream-type 'starttls ...
1 vote
1 answer
258 views
How to send email from Emacs using smtp library and SSL with authentication?
So I first time reported a bug from Emacs and but sending emails was not working. I send the email from my email client but I would like to setup Emacs to allow sending emails. And I can't find any ...
3 votes
0 answers
399 views
Using Gnus + Gmail with Oauth2
I'm looking to use gmail with gnus, however my work has disabled app passwords, so the only way to connect to gmail is through oauth2 which is how I've done it with for example aerc mail. I'm trying ...
0 votes
2 answers
1k views
Sending emails of microsoft account with mu4e in Emacs - smtp auth disabled
I have managed to configure oauth2ms to download emails via IMAP from my workplace account and have now hit a roadblock when trying to SEND emails. Specifically, I have this authentication error ...
1 vote
1 answer
907 views
How to use a Gmail app password with smtp?
Q: how can I use a Gmail app password with smtp? Google recently disabled the "less secure apps" option for Gmail, so I went ahead and created an app password so I could continue to access ...
0 votes
0 answers
544 views
How can I get mu4e to select the right account to send an email?
I have recently started using emacs with org mode and mu4e. I have set up two mail accounts in mu4e - work and personal (gmail and zohomail, respectively). Receiving mail is working fine. But I am ...
0 votes
1 answer
716 views
mu4e can't send mail "smtpmail-send-it: Sending failed: 502 5.7.0 anonymous login not supported"
I am trying to configure mu4e protonmail. I can read my messages just fine, but attempting to send a message results in: smtpmail-send-it: Sending failed: 502 5.7.0 anonymous login not supported I ...
3 votes
1 answer
1k views
mu4e gmail smtp settings
I'm trying to use mu4e to send/receive email with my Gmail account. I've followed what I believe is the official documentation here, but I think some of the description here seems outdated. As far as ...
0 votes
0 answers
552 views
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 ...
0 votes
0 answers
107 views
Error message when posting to GMANE
When trying to post to GMANE, I get an error message: 441 You need a valid email address to post: Invalid response from SMTP server mail.inka.de: 550-Verification failed for [email protected] Couldn’...
0 votes
1 answer
89 views
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 ...
1 vote
1 answer
195 views
mu4e with second account with a different stream type fails to send messages
I use Emacs and mu4e for email. I successfully set up Amazon WorkMail IMAP with Emacs and mu4e as a second account. My first account works with TLS: (setq ; ... smtpmail-smtp-server &...
0 votes
0 answers
263 views
Unable to send email through my second account
I have set up email in emacs using mu4e for both my personal and university account (both use gmail). However I am unable to send email from my university account. Personal account works totally fine....
2 votes
1 answer
2k views
Unable to authenticate sending mail using smtpmail-send-it to gmail, "Username and Password not Accepted"
I would like mu4e to use smtpmail-send-it to send emails from emacs. I would like smtpmail-send-it to authenticate using pass. I have 2factor auth on my gmail account, so I have to use an App Password....
0 votes
0 answers
126 views
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, ...