kootenpv / yagmail

Send email in Python conveniently for gmail using yagmail
MIT License
2.66k stars 265 forks source link

From: mymail@gmail.com #27

Closed schef closed 8 years ago

schef commented 8 years ago

When i send mail it does not show my name.

mymail@gmail.com <mymail@gmail.com>
kootenpv commented 8 years ago

What does it show?

You can specifically set alias like:

yag = yagmail.SMTP({'mymail@gmail.com': 'myalias'}, 'pass')
schef commented 8 years ago

It shows my mail address. Yes. Now it shows the name. I coudn't find that in documentation. Thanks.

kootenpv commented 8 years ago

@schef It's indeed in a silly place, but it's there, look at https://github.com/kootenpv/yagmail/blob/master/README.md#errors YagAddressError

schef commented 8 years ago

You are right! I searched the repo with From and could not find it. :+1: