Project

General

Profile

Actions

Feature #958

closed

SMTP Implementation In Wt

Added by Anonymous over 12 years ago. Updated over 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

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

Actions #2

Updated by Koen Deforche over 12 years ago

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

Updated by Koen Deforche over 12 years ago

  • Status changed from InProgress to Resolved
  • Target version set to 3.2.0
Actions #4

Updated by Koen Deforche over 12 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF