Brilliant Koen !!!

Currently I am using VMime:

#include <vmime/vmime.hpp>
#include <vmime/platforms/posix/posixHandler.hpp>

I will study how work this new Wt feature.

I also use the UUID to confirm the email sent:

#include <boost/uuid/uuid.hpp>            // uuid class
#include <boost/uuid/uuid_generators.hpp> // generators
#include <boost/uuid/uuid_io.hpp>         // streaming operators etc

...

boost::uuids::uuid uuid_boost = boost::uuids::random_generator()();
std::string uuid = boost::lexical_cast<std::string>(uuid_boost);

John

On 11/18/2011 06:56 AM, Koen Deforche wrote:
> Wt::Http, Wt::Mail, Wt::Json have been added, under the impulse also
> of Wt::Auth:
> 
> http://www.webtoolkit.eu/wt/blog/2011/11/14/an_introduction_to_wt__auth


------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
witty-interest mailing list
witty-interest@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to