WxEmail Topic is solved

If you are using the main C++ distribution of wxWidgets, Feel free to ask any question related to wxWidgets development here. This means questions regarding to C++ and wxWidgets, not compile problems.
Post Reply
haroldjpa
Knows some wx things
Knows some wx things
Posts: 25
Joined: Mon Oct 16, 2006 11:43 pm

WxEmail

Post 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
Si sabes espa
Tony0945
Earned some good credits
Earned some good credits
Posts: 105
Joined: Wed Oct 21, 2009 4:02 pm

Post 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.
User avatar
doublemax
Moderator
Moderator
Posts: 19115
Joined: Fri Apr 21, 2006 8:03 pm
Location: $FCE2

Post 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.
Use the source, Luke!
Post Reply