By the way, in playing around with sksmtp I found a bug if you use it with TLS authentication to a mail server that is using self-signed certificates. The code attempts to handle this by setting the relevant stream property (kCFStreamSSLValidatesCertificateChain); however, it seems that this property is ignored unless it is called AFTER setting the stream security level to TLSv1.
i have also built the library, libsmtpmessage.a in my app frameworks.
i am getting a duplicate symbol linker error when i build my app. it is in regards to the duplicate building of SKPSMTPMessage and NSStream+SKPSMTPExtensions since it is found both in the library and the individual .h files. however, if i remove the .h files or the library, the app doesn't work.
what i want to know from you is which files you included/did u face any errors during building/how did u fix them?
Hi there,
does anyone of you know
how to send sms through our own application.
i tried with some classes of iSms application
but it stuck somewhere in device.c file
where it is trying to open "dev/tty.debug " file
and getting terminated
is there any other way ?(except openURL because we cant send message body). thanks
Hi there,
does anyone of you know
how to send sms through our own application.
i tried with some classes of iSms application
but it stuck somewhere in device.c file
where it is trying to open "dev/tty.debug " file
and getting terminated
is there any other way ?(except openURL because we cant send message body). thanks
Don't hijack threads.
On a side note, has anyone been able to successfully get urls in the body of your email message when using sksmtp? When I try, the entire body becomes blank.
but i am getting an error taht this symbol is not defined and can't be foun anywhere. since i dont have the m/h files beacuse I am building the library, how do i resolve this?
When I send an email using skpsmtp, the recipient sees the sender as the username of the authentication credentials for the relay server. IIs there anyway to send the mail directly instead of relaying? Or how would I show the correct sender in the relay?
Can someone help me as how to use the library to send a jpg image as attachments. I am using the following code to send an email with attachments. The email is sent with an attachment, but when I tried opening it nothing shows up
Can someone help me as how to use the library to send a jpg image as attachments. I am using the following code to send an email with attachments. The email is sent with an attachment, but when I tried opening it nothing shows up