Page 1 of 1

[Implemented] PB4.20 Mail Library

Posted: Sat May 10, 2008 11:28 am
by graves
Hi,
This is a GREAT new feature.
But it needs new options or commands. In fact I can't send mails with it on my SMTP server. It needs a user and password to send them.

I'm using an external dll (BLAT), at now. You can see all options on:
http://www.blat.net/syntax/syntax.html

It would be very nice if PB could add some of them.

Best Regards

Posted: Sat May 10, 2008 12:19 pm
by Kukulkan
The following things need to get supported to be usable (in my opinion):

- SMTP AUTH ("Login" and "CRAM-MD5")
- SSL/TLS (for supporting google mail)
- progress-callback for sending larger mails (always included?)

Kukulkan

Posted: Sat May 10, 2008 12:39 pm
by graves
Also, for me, the options:
Content-Type=text/html - text/enriched - html - binary
uuencode


and, probably, multipart messages

Posted: Thu May 29, 2008 12:32 pm
by endo
A function like GetSMTPError() would be very nice.

Additionally, how long it waits max. for SendMail()? I tried with a wrong smtp server ip and it wait for a long time then i stopped it with ctrl-c but it stay in the background (async. mode)

CancelMail(#mail) would be nice also. Is there a way to cancel a pending async. sendmail()?

Posted: Thu May 29, 2008 3:22 pm
by DoubleDutch
The following things need to get supported to be usable (in my opinion):

- SMTP AUTH ("Login" and "CRAM-MD5")
- progress-callback for sending larger mails (always included?)
I think so too.