how to check if the letter was not sent?

sarkis

Member
Licensed User
Longtime User
Hi all,
My application sends an feedback email.
How can I check if email was not sent (for any reason )
and if possible, the reason.
Thanks for replying.
 

sarkis

Member
Licensed User
Longtime User
Thanks for replying
What I am understanding, you intend to use Net library.
I use StartActivity(eml.GetIntent).
On the post by name "email on background"
I asked question about smtp but didn't get the answer what i expected for.
Please review that post and may be you can help me.
 
Upvote 0

sarkis

Member
Licensed User
Longtime User
I try to use StartActivity(eml.GetIntent) becouse in this case i don't need ask for
server name ,email address and password.
I explain problem with smtp on the post "email on background".
Problem is following.
My application need to know server name, email address and the password.
How get that information.
Even if my application will ask the user for email address and password, I am not sure
I should get the correct server name.
 
Upvote 0

sarkis

Member
Licensed User
Longtime User
thanks NJDude
Ok
Now you understand my problem.
Simply i need that the user send an email to my email address.
May I solve this problem with using Net library (smtp) ?
 
Upvote 0

NJDude

Expert
Licensed User
Longtime User
Yes, but you will have to add a setup screen so the user can enter his/her user name, password and server (if you are going to use the NET lib), but if you just want to send an email then the intent solution is the fastest.
 
Upvote 0
Top