jadolg / webpymail

Automatically exported from code.google.com/p/webpymail
GNU General Public License v3.0
0 stars 0 forks source link

SMTP from_addr is wrong #9

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
from_addr for sending email composed of username (entered on login page) + imap 
host from settings.
For gmail it'll look like `someuser@imap.gmail.com`.
As for me, it's not correct.

And about SMTP settings: why there is only one SMTP is possible? Is it how it 
should be, or it is for first time?

Original issue reported on code.google.com by akimov.alex on 20 Aug 2010 at 1:13

GoogleCodeExporter commented 9 years ago
I've noticed that. We need to have a settings dialogue for the user where such 
things can be defined. Any way, it's a valid bug, I'll just leave it open until 
fixed.

Original comment by hguerreiro@gmail.com on 21 Aug 2010 at 11:45

GoogleCodeExporter commented 9 years ago

Original comment by hguerreiro@gmail.com on 21 Aug 2010 at 11:48

GoogleCodeExporter commented 9 years ago
In r50 I started using the user configuration files where we can define one or 
more identities for each user. Now it's missing a dialogue where the user can 
change this easily. 

Original comment by hguerreiro@gmail.com on 1 Sep 2010 at 8:56