Am 23.02.26 um 20:06 schrieb tpeplt:
gfp <[email protected]> writes:Am 23.02.26 um 17:27 schrieb gfp:this came up and I tried to change that, but it didn´t help. ⛔ Warning (mail): The default mail mode is now Message mode. You have the following Mail mode variables customized: mail-setup-hook mail-send-hook To use Mail mode, set ‘mail-user-agent’ to sendmail-user-agent. To disable this warning, set ‘compose-mail-user-agent-warnings’ to nil.Try: 1. Send a message via email to yourself by typing: C-x m This should run the command ‘compose-mail’ and should create a buffer for composing a mail message. 2. In this new buffer, instead of typing C-c C-c to send a message, type C-h c C-c C-c to see what command C-c C-c is bound to.
C-c C-c runs the command mail-send-and-exit
3. In the mail buffer, look up the values some of the
mail-related options using C-h v:
‘mail-setup-hook’
‘mail-send-hook’
‘message-send-mail-function’
‘message-send-hook’
mail-setup-hook: its value is (bbdb-mail-aliases bbdb-insinuate-mail) mail-send-hook : Its value is (bbdb-mua-auto-update) message-send-mail-function: Its value is ‘smtpmail-send-it’ message-send-hook: its value is (bbdb-mua-auto-update)
4. Attempt to send an email message to yourself by filling
out the ‘To:’ field and some text for a message, and then
typing C-c C-c.
If this generates errors and fails to send the email, then
copy the information about the key C-c C-c and the
mail-related options. Some reader might then be able to
help resolve your problem.
C-c C-c creates this backtrace:Debugger entered--Lisp error: (error "Sending failed: 554 5.7.1 <[email protected]>: Relay access denied") error("Sending failed: %s" "554 5.7.1 <[email protected]>: Relay access denied")
smtpmail-send-it() mail-send() mail-send-and-exit(nil) funcall-interactively(mail-send-and-exit nil) command-execute(mail-send-and-exit) thanks Gottfried
OpenPGP_0xD9E413C6C4BB32CE.asc
Description: OpenPGP public key
OpenPGP_signature.asc
Description: OpenPGP digital signature
