Debugger entered--Lisp error: (error "Process smtpmail not running") process-send-string(# "AUTH PLAIN ") smtpmail-send-command(# "AUTH PLAIN ") smtpmail-command-or-throw(# "AUTH PLAIN 235) smtpmail-try-auth-method(# plain "nyc4bos" "rm02120") smtpmail-try-auth-methods(# (dsn 8bitmime enhancedstatuscodes (auth plain xaol-uas-mb xoauth2 login) etrn (size \36700160)) "smtp.aim.com" 587 t) smtpmail-via-smtp(("bug-gnu-emacs@gnu.org") # t) smtpmail-via-smtp(("bug-gnu-emacs@gnu.org") #) smtpmail-send-it() (if (and to (or (string-match (concat ".+@" system-name) to) (string-match ".+@localhost$" to) (string-match "^[^@]+$" to))) (message-send-mail-with-sendmail) (smtpmail-send-it)) (let ((to (save-restriction (message-narrow-to-headers) (message-fetch-field "to")))) (if (and to (or (string-match (concat ".+@" system-name) to) (string-match ".+@localhost$" to) (string-match "^[^@]+$" to))) (message-send-mail-with-sendmail) (smtpmail-send-it))) message-send-mail-with-sendmail-or-smtp() message-multi-smtp-send-mail() gnus-agent-send-mail() message-send-mail(nil) message-send-via-mail(nil) message-send(nil) message-send-and-exit(nil) funcall-interactively(message-send-and-exit nil) call-interactively(message-send-and-exit nil nil) command-execute(message-send-and-exit)