Hello Harry,
i didnt test it either, but there are at least two things to be corrected:
msg['To'] = 'callee'
should be
msg['To'] = callee
and the whole block starting from # Create the container (outer) email
message. and ending at the end of the script should be indented otherwise a
mail will be sent if caller == callee
Stefan
Am Donnerstag, 27. Mai 2004 14:58 schrieb gaillac harry:
Hi,
here is my python script in order to send emails.
For example i call my mailbox to listen messages if I'm offline i wish
to received a voicemail.
I don't know how to get the new wav recorded messages (path) from the
the mailbox.
I'm not a devolopper so I need help.
I don't test it because of I have to update Mysql !!
I do hope somebody could help me (and ser users) about this feature.
Regards
Harry