如何使用 iPhone 通过 SMTP 发送带附件的邮件
我是 iPhone 开发新手,谁能帮我获取使用 iphone 通过 SMTP 发送带有附件的邮件的示例代码。
我已尝试以下网址中的示例代码
http://code.google.com/p/skpsmtpmessage/谢谢
Im new to Iphone develoment can any one helpme in getting sample code in send the mail with attachment through SMTP using iphone.
i have tried the sample code from this following URL
http://code.google.com/p/skpsmtpmessage/
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
以下是通过邮件附加文件的示例代码。
Below is the sample code to attach file with mail.
这是我们如何通过邮件消息发送附件(下面附加一个 jpeg 并假设 fileName 已在您的包中的其他位置设置,但实际上任何 NSData 对象都可以工作,无论您如何初始化它,只要您设置mime 输入正确):
Here is how we send attachments with our mail messages (the following attaches a jpeg and assumes fileName has been set elsewhere to a location within your bundle, but really any NSData object will work however you initilize it as long as you set your mimeType correctly):