0

I have been using SMTP library smtp

But this library although useful, is somewhat problematic when used in arc environment. I have been having trouble sending large images while using library in arc.

Is there some alternative for this in ARC?

MegaManX
  • 8,766
  • 12
  • 51
  • 83
  • 1
    Why don't you just turn off ARC for the library? –  Dec 18 '12 at 14:46
  • I did, without that it cant compile. – MegaManX Dec 18 '12 at 14:49
  • 2
    Judging by the library code, the library doesn’t support ARC, it uses the old manual memory management. So what does it exactly mean that it’s “problematic in ARC environment”? Does it leak? Are you sure? – zoul Dec 18 '12 at 15:05
  • Did you disable arc only for the lib? http://stackoverflow.com/questions/6646052/how-can-i-disable-arc-for-a-single-file-in-a-project – Guilherme Torres Castro Dec 18 '12 at 16:58

0 Answers0