Project

General

Profile

Actions

Feature #583

closed

SMTP Implementation In Wt

Added by Anonymous over 13 years ago. Updated about 12 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
-
Start date:
11/02/2010
Due date:
% Done:

0%

Estimated time:

Description

Hi Folks,

Since Wt is a web framework and people develop web apps using Wt, it's nice to see some kind of * Send Mail API * in Wt (Like what you did using Dbo for databases).

Sending email in C is a little bit hard to those like me who starts C lately. I use jwSMTP but I'm using chars other than ASCII and it delivers corrupted messages when using a language other than English.

I tried libvmime but I can't even build it on Gentoo. On FreeBSD you can install it from ports. (Gentoo is my development system and FreeBSD is my production server)

http://www.vmime.org/post/Build-against-libgnutls-2.8

Now I stick with a perl script that I called with system fucntion in C (really it's dirty).

Thanks in advanced.

Actions #1

Updated by Koen Deforche over 12 years ago

  • Status changed from New to InProgress
  • Assignee set to Koen Deforche
Actions #2

Updated by Mamadou Babaei over 12 years ago

Great to see SMTP implementation is coming to Wt.

Actions #3

Updated by Mamadou Babaei over 12 years ago

tnx for this, the new API (Wt::Mail) is really easy to use and simply efficient enough for many use cases...

Actions #4

Updated by Koen Deforche about 12 years ago

  • Status changed from InProgress to Closed
Actions

Also available in: Atom PDF