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-itsmtpmail-smtp-server "posteo.at" ;; smtpmail-smtp-server "posteo.de"
smtpmail-smtp-service 587)
thanks
Gottfried
OpenPGP_0xD9E413C6C4BB32CE.asc
Description: OpenPGP public key
OpenPGP_signature.asc
Description: OpenPGP digital signature
