On the same client pc we made these 4 tests:
test 1
--> Version VPE 3.10 and using the function without "SMTP" and including
a pdf file attachement.
chReport:AddMailReceiver( "someone@tiscali.fr" ,1 ).
the result is:
--> the e-mail is sent correctly
--> the e-mail is received correctly with the file attachement
--> messagerie type : "SMTP"
--> Internet Format : "best format for Outlook"
from the sender
--> A:
someone@tiscali.fr
for the receiver:
--> from :
someone@tiscali.fr
test 2
--> Version VPE 3.10 and using the fuction with "SMTP" and including a
pdf file attachement.
chReport:AddMailReceiver( "[SMTP:someone@tiscali.fr]" ,1 ).
the result is:
--> the e-mail is sent correctly
--> the e-mail is received correctly with the file in attachement
--> messagerie type : "SMTP"
--> Internet Format : "best format for Outlook"
from the sender
--> A:
someone@tiscali.fr
for the receiver:
--> from :
someone@tiscali.fr
test 3
--> Version VPE 3.60 and using the function without "SMTP" and including
a pdf file attachement.
chReport:AddMailReceiver( "someone@tiscali.fr" ,1 ).
the result is:
--> the e-mail is not sent .
--> messagerie type : "someone@tiscali.fr"
--> Internet Format : "Format RTF"
from the sender
--> A: =SMTP:someone@someone.fr <someone@someone.fr>
test 4
--> Version VPE 3.60 and using the fuction with "SMTP" and including a
pdf file attachement.
chReport:AddMailReceiver( "[SMTP:someone@tiscali.fr]" ,1 ).
the result is:
--> the e-mail is sent .
--> the e-mail is not received correctly
--> the file in attachement is converted in binary format
and cannot be read.
--> messagerie type : "SMTP"
--> Internet Format : "RTF Format"
from the sender
--> A: =SMTP:someone@someone.fr <someone@someone.fr>
for the receiver:
--> from : [SMTP:someone@someone.fr]
In conclusion, today we cannot send e-mails with a file attachement.
We cannot modify the clients parameters .