Skip to main content
Participating Frequently
November 10, 2011
Question

send mail

  • November 10, 2011
  • 1 reply
  • 608 views

Hi everybody,

sorry if I'm boring you with my questions, but I need to finish a work and I don't know how do it.

I need to send and receive an email through iPad and I have to use AS3, can you give me some examples??

thank you very much

Andrea

This topic has been closed for replies.

1 reply

November 10, 2011

Add this line:

navigateToURL(newURLRequest("mailto:User@Domain.com"));
Participating Frequently
November 10, 2011

@e3x0, thank you for your reply.

maybe I explained not good,

I have to insert still the body and the email has to send in automatic mode without interactions with user.

I hope was more clear than before

waiting your answer,

thanks

Andrea

Participating Frequently
November 14, 2011

Following the advice of e3x0 I have created my Email, now I want to attach a file but therefore the path is correct the file is not attached to email.

Can you help me?

thank you very  much

Andrea