Home » U++ Library support » U++ Widgets - General questions or Mixed problems » Sending an email from Upp application
|
|
Re: Sending an email from Upp application [message #23571 is a reply to message #23557] |
Sun, 01 November 2009 10:26   |
alex100
Messages: 118 Registered: November 2007
|
Experienced Member |
|
|
Thank you.
Please, how do i make the autentication on the mail server, to send login and password?
I see that there is a class WebUser but how to i "link" this class to the SmtpMail class to do autentication at email server?
I have this code, but does nothing.
SmtpMail mail;
mail.Host("smtp.gmail.com");
mail.Port(587);
mail.To("alex@gmail.com");
mail.From("alex@gmail.com");
mail.Subject("Upp email test");
mail.Text("This is an email sent from an upp app");
mail.Send();
PromptOK("Email Done!");
Thanks a lot
Alex
[Updated on: Sun, 01 November 2009 10:41] Report message to a moderator
|
|
|
|
|
|
Re: Sending an email from Upp application [message #23595 is a reply to message #23557] |
Tue, 03 November 2009 12:03  |
alex100
Messages: 118 Registered: November 2007
|
Experienced Member |
|
|
Thanks Luigi
I downloaded it with success from other location on the Internet. Now i cant remember its address.
What i need is a way to connect to google mail server... IT uses SSL...
I will try to see if there is any windows free dll that dop that and then i will try to use it from the upp application.
Thanks a lot
Alex
|
|
|
Goto Forum:
Current Time: Tue Apr 29 01:51:00 CEST 2025
Total time taken to generate the page: 0.01273 seconds
|