"Mark T.B. Carroll" <[email protected]> writes:

> Water Lin <[email protected]> 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 [email protected]
| password pwd1
| from [email protected]
`----

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

_______________________________________________
info-gnus-english mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to