[Gambas-user] smtp does codified the attachment but does not show in mail reader
Benoît Minisini
gambas at ...1...
Sat Jan 16 15:43:21 CET 2016
Le 15/01/2016 07:33, PICCORO McKAY Lenz a écrit :
> i made a program that send a pdf attachment.. but in gmail at received the
> mail marks as has attachment but when opened thers no attachment file
>
> here the code used based on the wiki:
>
> Dim enviador As New SmtpClient
> Dim t$ As String
> ...
> ' more code...
> ...
> enviador.Add(cTexto, "text/plain")
> t$ = File.Load("/home/general/archve.pdf")
> enviador.Add(t$, "application/pdf", "archve.pdf")
> ....
> Try enviador.send
>
>
> Lenz McKAY Gerardo (PICCORO)
> http://qgqlochekone.blogspot.com
1) Tell which version of Gambas you are using.
2) Send your mail to benoit.minisini at ...626..., and I will see what I get.
Regards,
--
Benoît Minisini
More information about the User
mailing list