[issue9297] SMTP with Sqlite3 file attached problem

Murilo da Silva report at bugs.python.org
Tue Jul 20 02:52:55 CEST 2010


Murilo da Silva <murilobr at gmail.com> added the comment:

Ok, let me try.

I'm sending a mail using Python, as you can see the code in the first message.
I'm sending a file which is a SQLite database.
When I send the file from my SMTP server to any other or from any server to mine the file doesn't arrive as test.db attached here, but it arrives like test_problem.db.
But it arrives ok if I send from gmail to yahoo for example.

I want some help to discover what kind of problem is happening.
If Python is the problem or the server! But how can I say that my server has a problem if when I send this same file from my server no any other the file arrives ok.

The question is have something to do with Python to solve? Is it a bug?

Do you understand my point?

Thanks you very much for your time.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9297>
_______________________________________


More information about the Python-bugs-list mailing list