Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: sean@tcob1.net (Sean Rima)
Subject: Re: Getting Gnus to use a remote SMTP server
Date: Sun, 21 Dec 2003 20:18:23 +0000	[thread overview]
Message-ID: <m3ekux53hs.fsf@home.tcob1.net> (raw)
In-Reply-To: <m2wu8qkm9b.fsf@Stella-Blue.local>

On 21 Dec 2003, Tim McNamara wrote:
> sean@tcob1.net (Sean Rima) writes:
>
>> I have the following code in my GNUS to try adn get gnus to use
>> mail.tcob1.net but it never does
>>
>> (setq smtpmail-default-smtp-server "mail.tcob1.net"
>> smtpmail-smtp-server "mail.tcob1.net"
>> send-mail-function 'smtpmail-send-it
>> smtpmail-local-domain "tcob1.net")
>>
>> Does this look right, I am using the CVS version, updated today.
>
> Here's what I have in mine, and it seems to work OK:
>
> (require 'smtpmail)
> (setq send-mail-function 'smtpmail-send-it) ; for `mail'
> (setq message-send-mail-function 'smtpmail-send-it) ; for `message'
> (setq smtpmail-smtp-server "mail.bitstream.net")
> (setq smtpmail-local-domain "bitstream.net")
>
>
> You also have to specify your username, password, etc.  Here's
> what's in my .gnus file:
>
> (setq user-full-name "Tim McNamara")
> (setq user-mail-address "timmcn@bitstream.net")
>
> (add-to-list 'gnus-secondary-select-methods '(nnml ""))
> (eval-after-load "mail-source"
> '(add-to-list 'mail-sources '(pop :server "mail.bitstream.net"
> :user "yourusernamenotmine"
> :password "youpasswordnotmine")))
> (setq send-mail-function 'smtpmail-send-it)
> (setq message-send-mail-function 'smtpmail-send-it)
> (setq smtpmail-smtp-server "mail.bitstream.net")
>
>
> When I have used (setq smtpmail-default-smtp-server...) in my .emacs
> or .gnus, it breaks accessing my POP account for some reason.


Okay I will try that

Sean

-- 
 GPG Key Id 120A02FB ICQ: 679813  Jabber: tcobone@jabber.org
            TCOB1.net hosting service now availble


           reply	other threads:[~2003-12-21 20:18 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <m2wu8qkm9b.fsf@Stella-Blue.local>]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m3ekux53hs.fsf@home.tcob1.net \
    --to=sean@tcob1.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).