On 15 Oct 13:20, Patrick Shanahan wrote:
> You fail to mention what you are using for smtp?  Which is where you would
> normally designate the "account" for transmission.

Right. I use mutt as the sender.
In my  ~/.mutt/account/gmailrc I've this configuration:

set folder = ~/Mail/gmail
set spoolfile = +GMAIL_inbox
set mbox = +GMAIL_inbox
set postponed = +GMAIL_postponed
set record = +GMAIL_sent
set my_pass="my password"
set [email protected]
set smtp_url=smtps://$my_user:[email protected]
set realname="Alan Leoni"
set [email protected]

Now I want to create another account like this:

set folder = ~/Mail/gmail
set spoolfile = +GMAIL_inbox
set mbox = +GMAIL_inbox
set move=no
set postponed = +GMAIL_postponed
set record = +GMAIL_sent
## Send options.
set my_pass="my password2"
set [email protected]
set smtp_url=smtps://$my_user:[email protected]
set realname="Alan Leoni"
set [email protected]

I want that the folders where I save the messages (inbox, postponed and sent
) remain the same (I use POP to get email), but they are sent from different
addresses.
The question is: How do I choose the correct e-mail address? Is there a
macro to do that?

Thanks a lot,
Alan

-- 
Alan Leoni

Reply via email to