muquit / mailsend

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

Configuration file #47

Closed ghost closed 10 years ago

ghost commented 10 years ago

Does mailsend support a configuration file? I am looking to replace

MSMTP

for use with git send-email, but I think I cannot unless mailsend has a config file.

muquit commented 10 years ago

No, it does not have any config file at this time and I am kind of reluctant to add the support for config file (in order to keep the program simple). I think tiny scripts can be written to get the job done. However, if you can tell how having config files make the program better, I will certainly consider it.

Thanks.

ghost commented 10 years ago

It looks like it wouldnt work anyway. Mailsend would need the same syntax as sendmail, example

mailsend foo@gmail.com foo@aol.com foo@yahoo.com