以编程方式从 Internet 发送传真

发布于 2024-07-22 04:34:42 字数 276 浏览 6 评论 0原文

我是编程新手,我唯一的专业领域是网页设计/在 WordPress/表达式引擎等平台上进行简单开发。 (是的,你们可以笑)。

我有一个新客户,目前通过在线表格接收医疗传真(用户填写有关其处方的表格,一旦提交,它就会传真信息)。

我正在完全重新设计他们的网站,但我不确定在线传真是如何工作的。

有人处理过网络传真吗? 它是如何工作的? 是否/可以通过电子邮件发送?

是否可以使用 javascript/php 通过表单发送传真或通过电子邮件发送传真?

I'm new to programming, and my only area of expertise is web design/simple development on platforms like wordpress/expression engine. (Yea, you guys can laugh).

I have a new client who currently receives medical faxes through an online form (the user fills out a form concerning their prescriptions and once submitted, it faxes the info).

I'm completely redesigning their site, and I'm not sure how online faxing works.

Has anybody dealt with internet faxing? How does it work? Does/can it go through email?

And is it possible to send a fax through a form with javascript/php or route it through email?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(5

放手` 2024-07-29 04:34:42

不用付钱! 您所需要的只是服务器上的调制解调器和标准电话线。 然后在您的操作系统下设置传真打印驱动程序(您可以在 Windows 和 Unix 上执行此操作)。

unix方式是mgetty/sendfax: http://mgetty.greenie.net/doc/mgetty_3 .html#SEC3
Windows 方式: http://support.microsoft.com/kb/306657

还有其他方式但除非你无法获得电话线,否则你会疯狂地为此付费。

Don't pay for it! All you need is a modem on the server and a standard phone line. Then set up a fax print driver under your os (you can do it on windows and unix).

The unix way is mgetty/sendfax : http://mgetty.greenie.net/doc/mgetty_3.html#SEC3
The Windows way : http://support.microsoft.com/kb/306657

There are other ways but unless you can't get a phone line you'd be mad to pay fees for it.

孤凫 2024-07-29 04:34:42

看看它目前是如何完成的,这样你就可以在尝试再次做之前了解一两件事,这样不是很有帮助吗? 这样您就可以发现它是否使用任何特殊的库或技术或服务来发送传真,然后您可以复制代码或将其用作模板来开始您自己的解决方案。

Would it not be helpful to look at how it is currently being done, that way you can learn a thing or two about the process before trying to go do it again? That way you can find if it is using any special libraries or techniques or services to send the fax and you can then either duplicate the code or use it as a template to get started on your own solution.

何以畏孤独 2024-07-29 04:34:42

您所要求的一切都是可能的。 我建议寻找可以为您发送传真的服务提供商。 它们都有不同的接口要求和定价。 我曾经使用 DataOnCall,现在称为 Fax.com

他们有一个网络服务,我们可以通过该服务发布文档传真加上附加信息。 他们的服务相当合理。 这是几年前的事了,所以我无法说出他们目前的公平性。

All of what your asking is possible. I would recommend finding a service provider who can send the fax for you. They all have different interfaces requirements and pricing. I used to use DataOnCall which is now called Fax.com

They had a web service which we would post the document to be faxed plus additional information. They were a preety reasonable service. This was several years ago so I can't speak how they currently fair.

旧竹 2024-07-29 04:34:42

查看 eFax 的 SDK。 我没有使用过它,但看起来它可能对你有用。

Take a look at eFax's SDK. I haven't used it, but it looks like it might be useful to you.

叶落知秋 2024-07-29 04:34:42

是的,您可以通过多种服务通过电子邮件发送传真; 此链接似乎有一些有用的信息。 我之前在一家公司工作过,也做过类似的事情,虽然我不记得我们使用的具体服务,但它们中的大多数都非常相似,而且运行得相当好。

Yes, you can send faxes via email through several services; this link seems to have some useful information. I worked at a company previously that did this same sort of thing, and while I don't recall the exact service we used, most of them are very similar, and they work reasonably well.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文