Closed shmalebx9 closed 4 years ago
Looks like the error might be in your sendmail / msmtp command. You could also enable debug logging to get a bit more information, but check your account settings. The error in the log happens somewhen when launching the sendmail program.
Looks like the error might be in your sendmail / msmtp command. You could also enable debug logging to get a bit more information, but check your account settings. The error in the log happens somewhen when launching the sendmail program.
I did notice that the error occurs no matter which editor I use. Here is my account config:
"accounts": {
"school": {
"name": "Caleb La Grange",
"email": "clagrang@ualberta.ca",
"gpgkey": "",
"always_gpg_sign": "false",
"accounts.school.sendmail": "msmtp --read-envelope-from -i -t",
"default": "true",
"save_sent": "true",
"save_sent_to": "\/home\/root\/Mail\/sent\/cur\/",
"additional_sent_tags": "",
"save_drafts_to": "\/home\/root\/Mail\/drafts\/",
"signature_separate": "false",
"signature_file": "",
"signature_file_markdown": "",
"signature_default_on": "true",
"signature_attach": "false",
"select_query": ""
}
I feel like I may be misunderstanding the "id" portion of the account.sendmail identifier.
The identifier here:
"accounts.school.sendmail": "msmtp --read-envelope-from -i -t",
should just be "sendmail":
"sendmail": "msmtp --read-envelope-from -i -t",
On Sat, Nov 7, 2020 at 9:26 AM shmalebx9 notifications@github.com wrote:
Looks like the error might be in your sendmail / msmtp command. You could also enable debug logging to get a bit more information, but check your account settings. The error in the log happens somewhen when launching the sendmail program.
I did notice that the error occurs no matter which editor I use. Here is my account config:
"accounts": { "school": { "name": "Caleb La Grange", "email": "clagrang@ualberta.ca", "gpgkey": "", "always_gpg_sign": "false", "accounts.school.sendmail": "msmtp --read-envelope-from -i -t", "default": "true", "save_sent": "true", "save_sent_to": "\/home\/root\/Mail\/sent\/cur\/", "additional_sent_tags": "", "save_drafts_to": "\/home\/root\/Mail\/drafts\/", "signature_separate": "false", "signature_file": "", "signature_file_markdown": "", "signature_default_on": "true", "signature_attach": "false", "select_query": "" }
I feel like I may be misunderstanding the "id" portion of the account.sendmail identifier.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/astroidmail/astroid/issues/703#issuecomment-723417787, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAN363C6N2FR45CV73NEC3SOUAC5ANCNFSM4TNH7H6Q .
Thanks! That worked. Feeling kinda dumb.
:) happy it worked out
On Sat, Nov 7, 2020 at 9:33 AM shmalebx9 notifications@github.com wrote:
Thanks! That worked. Feeling kinda dumb.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/astroidmail/astroid/issues/703#issuecomment-723418427, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAN367BUROS5TEP3TL2DSLSOUA6LANCNFSM4TNH7H6Q .
Astroid crashes once I try to send the message created with sublime. Astroid properly launches sublime and I am able to edit the email but upon attempting to send astroid will crash. I've attached the log and my config.
[My Config]