muquit / mailsend

A program to send mail via SMTP from command line
Other
294 stars 68 forks source link

How to send a copy to the sent folder #69

Closed jlselles closed 9 years ago

jlselles commented 9 years ago

Is there any option to send a copy to the sent folder using a webmail account like gmail?

muquit commented 9 years ago

mailsend itself does not have such feature, however if you use smtp.gmail.com as your SMTP server, the SMTP server automatically saves a copy to the Sent folder of the sender's gmail account.

Thanks.