Project

General

Profile

Actions

Feature #958

closed
KD

SMTP Implementation In Wt

Feature #958: SMTP Implementation In Wt

Added by Anonymous about 15 years ago. Updated almost 15 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.

KD Updated by Koen Deforche about 15 years ago Actions #1

Hey,

We are currently looking at an Auth module which will implement best practices for authentication. Part of this is to implement email address verification, useful for lost-password functionality.

So it looks like we will be implementing some email support in the process. I haven't looked at what is the easiest way, but would rather not like to add another dependency ...

Regards,
koen

KD Updated by Koen Deforche almost 15 years ago Actions #2

  • Status changed from New to InProgress
  • Assignee set to Koen Deforche

KD Updated by Koen Deforche almost 15 years ago Actions #3

  • Status changed from InProgress to Resolved
  • Target version set to 3.2.0

KD Updated by Koen Deforche almost 15 years ago Actions #4

  • Status changed from Resolved to Closed
Actions

Also available in: PDF Atom