Page 1 of 1

Mail-Lib / #PB_Mail_Custom / #PB_Mail_From

Posted: Mon Sep 30, 2013 9:46 pm
by MC2015
Hello,

can someone help me, please?

1) Has anyone an example with #PB_Mail_Custom?
2) The Recipient should see my Name (e.g. Sheldon Cooper) instead of s.cooper@tbbt.com. Possible?

Sorry, if I this has been discussed before, but I couldn`t find something...

Thank you!

Re: Mail-Lib / #PB_Mail_Custom / #PB_Mail_From

Posted: Mon Sep 30, 2013 10:45 pm
by IdeasVacuum
1) Don't know, it's a very recent addition - just experiment with it.
2) I think that is down to how the name is defined, take a look at this post:
http://www.purebasic.fr/english/viewtop ... ilit=+mail
....it is not about the PB mail library but it covers a lot of mail issues.

PB 5.20 supports SMTP-AUTH (UserName and Password for the Mail Server).

Unfortunately, the email world has moved-on big time in recent years. Many Mail Servers, like Google Mail, now require encrypted communication using SSL/TLS. So, currently there isn't a complete mail lib available specifically for PB that would satisfy the requirements of a commercial app.

Re: Mail-Lib / #PB_Mail_Custom / #PB_Mail_From

Posted: Mon Sep 30, 2013 10:58 pm
by MC2015
Thanks, I will take a look at that :-)

But why is #PB_Mail_Custom not documented? Just one example would be helpful.
I thought, this could maybe be for changing e.g. the displayed name.
But all I always get some strings in the body :-(

Re: Mail-Lib / #PB_Mail_Custom / #PB_Mail_From

Posted: Tue Oct 01, 2013 3:44 pm
by IdeasVacuum
I thought it might be for other recipient types, i.e. cc, bcc