Page 1 of 1

WxEmail

Posted: Tue Aug 24, 2010 2:58 pm
by haroldjpa
Hello all, i need know, how can i do to send email with attached file, using wxWidgets, I already did it using wxEmail, but always wxEmail returns Error.

Do you know where can i find a source code that do it?
It does not import if it use WinAPI.

Thanks a lot

Español
Hola todos, Necesito saber como puedo enviar un correo electrónico con un archivo adjunto usando wxWidgets, Yo ya he probado con wxEmail, pero wxEmail siempre me devuelve Error.

Usted sabe donde puedo yo encontrar un código fuente que haga esto?
No importa que lo haga usando WinAPI

Saludos

Posted: Tue Aug 31, 2010 1:41 am
by Tony0945
Have you tried wxSMTP?

BTW, where did you find source code for wxEmail? I've been googling for hours and only finding dead links and links that have changed.

Posted: Tue Aug 31, 2010 9:09 am
by doublemax
Up to wxWidgets 2.8.x wxEmail lies in wx\contrib\src\net\email.cpp
For wx 2.9.x the contrib directory was removed completely as this was all unmaintained code.