Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* Can I set multi smtp account in Gnus?
@ 2009-08-26  3:01 Water Lin
  2009-08-26  3:36 ` Mark T.B. Carroll
  0 siblings, 1 reply; 3+ messages in thread
From: Water Lin @ 2009-08-26  3:01 UTC (permalink / raw)
  To: info-gnus-english


Here is my question, I want to get emails from more than one accounts,
and I also want to send emails according to my accounts.

So, is it possible to support this in Gnus?

-- 
Water Lin's blog: http://blog.waterlin.org

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Can I set multi smtp account in Gnus?
  2009-08-26  3:01 Can I set multi smtp account in Gnus? Water Lin
@ 2009-08-26  3:36 ` Mark T.B. Carroll
  2009-08-26  6:38   ` Richard Riley
  0 siblings, 1 reply; 3+ messages in thread
From: Mark T.B. Carroll @ 2009-08-26  3:36 UTC (permalink / raw)
  To: info-gnus-english

Water Lin <WaterLin@ymail.com> writes:

> Here is my question, I want to get emails from more than one accounts,

That works fine for me with multiple servers listed in my mail-sources
variable.

> and I also want to send emails according to my accounts.

I switch e-mail address (From: and Organization: lines) but still send
the messages out through only one server. Do you want to actually use
multiple outgoing servers?

Mark

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Can I set multi smtp account in Gnus?
  2009-08-26  3:36 ` Mark T.B. Carroll
@ 2009-08-26  6:38   ` Richard Riley
  0 siblings, 0 replies; 3+ messages in thread
From: Richard Riley @ 2009-08-26  6:38 UTC (permalink / raw)
  To: info-gnus-english

"Mark T.B. Carroll" <mtbc@ixod.org> writes:

> Water Lin <WaterLin@ymail.com> writes:
>
>> Here is my question, I want to get emails from more than one accounts,
>
> That works fine for me with multiple servers listed in my mail-sources
> variable.
>
>> and I also want to send emails according to my accounts.
>
> I switch e-mail address (From: and Organization: lines) but still send
> the messages out through only one server. Do you want to actually use
> multiple outgoing servers?
>
> Mark

See here:

http://richardriley.net/projects/emacs/dotemacs#sec-2

Search for msmtp-change-smtp.

Then you can configure msmtp as per its manual.

e.g something like in .msmtprc

,----
| defaults
| host smtp.gmail.com
| port 587
| auth on
| tls on
| tls_certcheck off
| logfile /tmp/msmtp.log
| 
| account emai
| user email1@gmail.com
| password pwd1
| from email1@gmail.com
`----

where account matched your "from" - maybe thats also configured from
gnus posting styles.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-08-26  6:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-08-26  3:01 Can I set multi smtp account in Gnus? Water Lin
2009-08-26  3:36 ` Mark T.B. Carroll
2009-08-26  6:38   ` Richard Riley

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).