info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

a few questions about the initial setup of gnus


From: Martin
Subject: a few questions about the initial setup of gnus
Date: Tue, 04 May 2010 15:46:43 -0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.7) Gecko/20100121 Lightning/1.0b1 Thunderbird/3.0.1

1. what do I need to add to .emacs to send email from my gmail account.
At the moment, if I try to send something, it shouws my username and my
hostname in the From: field (instead of username and gmail.com
I've got my ~/.authinfo in place


that's the relevant bit of my .emacs


(setq gnus-select-method '(nntp "news.virginmedia.com"))
(setq gnus-secondary-select-method '(nnimap "gmail"
(nnimap-address "imap.gmail.com")
(nnimap-server-port 993)
(nnimap-stream ssl)))


(setq message-send-mail-function 'smtpmail-send-it
    smtpmail-starttls-credentials '(("smtp.gmail.com" 587 nil nil))
    smtpmail-auth-credentials '(("smtp.gmail.com" 587
"myusername@gmail.com" nil))
    smtpmail-default-smtp-server "smtp.gmail.com"
    smtpmail-smtp-server "smtp.gmail.com"
    smtpmail-smtp-service 587
    smtpmail-local-domain "yourcompany.com")




2. How can I subscribe to particular groups?
3. Can I remove the line about local-domain?

thank you very much in advance

-- 
regards

Martin


reply via email to

[Prev in Thread] Current Thread [Next in Thread]