问题 Noob, trying to use Thunderbird (rather than SMTP) to send personalized emails to a few dozen people. I am basically looking to have the message display in Thunderbird as follows: Dear Bob, It was nice to meet you the other day. However, I instead end up with: Dear Bob (comma missing, and rest of body missing) I have tried the following: import subprocess import os def send_email(name, email_address): #print(name, email_address) os.system("thunderbird -compose to= 'to',subject='subject',body=