Hi,

I have an email: [email protected]

Additionally I have got aliases:
[email protected]
[email protected]

How can I change the settings in gnus.el ?

If I want to send an email gnus always proposes:   [email protected]
but I want to send an email from the alias:    [email protected]_

I don“t know how can I change that.

here my gnus.el:

;; get emails
(setq gnus-select-method '(nnnil ""))
(setq gnus-secondary-select-methods
      '((nnimap "posteo"
                (nnimap-address "posteo.de")
                (nnnimap-user "[email protected]")
                (nnimap-authenticator login)
                (nnimap-stream ssl)
                (nnimap-server-port 993))
        (nntp "eternal"
              (nntp-address "news.eternal-september.org")
              (nntp-port-number 119)
              (nntp-connection-timeout 15))))

;; send emails according to Arash Esbati
(setq gnus-parameters
      '((".*"
         (posting-style
          (name "gfp")
(address "[email protected]"))))) ;; (address "[email protected]")))))

(setq message-send-mail-function 'smtpmail-send-it
smtpmail-smtp-server "posteo.at" ;; smtpmail-smtp-server "posteo.de"
      smtpmail-smtp-service 587)


thanks

Gottfried

Attachment: OpenPGP_0xD9E413C6C4BB32CE.asc
Description: OpenPGP public key

Attachment: OpenPGP_signature.asc
Description: OpenPGP digital signature

  • ... gfp
    • ... Anssi Saari
      • ... gfp
        • ... Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader (in English)
      • ... tpeplt

Reply via email to