Open GoogleCodeExporter opened 9 years ago
did you add the CFNetwork framework?
you need all the .h and .m files from the trunk except for the SMTPAppDelegate
and
SMTPSenderViewController, as well as the built libsmtpmessage.a.
you just basically build the xcode project in the trunk, copy those files to
your
project, add the cfnetwork framework and go.
Original comment by gelli...@gmail.com
on 24 Feb 2009 at 7:55
I just tried again, and it still doesn't work.
I open a new project and the SMTPSender example project.
Then, I build both the "SMTPSender" and the "libsmtpmessage" targets, and copy
all
the .m/.h files and libsmtpmessage.a across to my project.
I build my project, and I get 8 errors.
-.-
Original comment by darc1...@yahoo.com.au
on 24 Feb 2009 at 9:11
Okay, I copied the target from the example again, and this time it worked!
I had to set up the libsmtpmessage target and add the 3 .m's to it.
Original comment by darc1...@yahoo.com.au
on 24 Feb 2009 at 9:19
ARGH!
I forgot to put in the example code to send a message, so I did that and I get 5
errors!!!!
Original comment by darc1...@yahoo.com.au
on 24 Feb 2009 at 10:05
Original issue reported on code.google.com by
darc1...@yahoo.com.au
on 23 Feb 2009 at 6:32