彩信服务或电子邮件服务申请
我需要一些帮助来弄清楚如何开发以下建议的解决方案:
用户应该能够通过彩信将照片发送到某个号码 - 然后需要通过网络应用程序拾取并处理该图像。该应用程序目前是用 PHP 编写的,并且支持手动文件上传,我如何将 MMS 功能合并到其中,以便它可以处理用户图像。该应用程序获取图像并对其进行修改。这是需要返回给用户的最终图像(再次通过彩信)
其次,用户还需要有将图像通过电子邮件发送到某个地址的功能(例如 [email protected]) - 然后应用程序获取图像,通过应用程序对其进行处理,并将其通过电子邮件发送回用户。
任何建议或方向将不胜感激。
I need some help figuring out how to develop the following proposed solution:
Users should be able to send a photo via MMS message to a number - this image then needs to be picked up and processed through a web application. The application is currently written in PHP and works with manual file upload, how could I incorporate the MMS functionality into this so that it could process the users image. The application takes an image and modifies it. This is the final image that would need to be returned to the user (again via MMS)
Secondly, there also needs to be functionality for a user to email an image to an address (eg [email protected]) - the application then takes the image, processes it through the application and emails it back to the user.
Any advice or direction would be much appreicated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
对于您要求的短信方面,您应该查看 Twilio,它们用于发送和接收短信,我想不确定它们如何与彩信配合使用。不过仍然值得一看。
For the SMS aspect of your requirements, you should check out Twilio, they are for sending and receiving SMS, thought I'm not sure how they function with MMS. Still worth looking over though.