`
bardo
  • 浏览: 377688 次
  • 性别: Icon_minigender_1
  • 来自: 上海
博客专栏
D1407912-ab64-3e76-ae37-b31aa4afa398
浅述PHP设计模式
浏览量:11796
9d6df9f7-91da-3787-a37c-0e826525dd5d
Zend Framewor...
浏览量:10097
85b628bd-a2ed-3de2-a4b1-0d34985ae8b6
PHP的IDE(集成开发环...
浏览量:9480
社区版块
存档分类
最新评论

使用PHP发送传真(PHP code for Sending fax)

    博客分类:
  • PHP
阅读更多

    到目前,国内未找到如何用PHP发传真的文章,ITEYE.COM, 也就是我的博客所在的这个网站,目前也没有,是不是有点杯具?

    其实这东西很简单的:

 

    Solution A:   

 

    Unix/Linux like server with fax modem installed
    Apache (自然还要PHP)
    HylaFax Server installed and running(杯具的是,这里原有一些关于HylaFax Server 的文章,现在却打不开,找不到!郁闷。

    然后就是下载开源的FAXY。

 

    好了, 上面提到的两个东西吗,网址如下:

    http://www.hylafax.org/  

 

    http://sourceforge.net/projects/faxy/

 

    当然,如果要将它集成到你的网站中,那肯定是要对代码作一些修改了。

 

    Solution B:

 

    使用interFAX网上传真。当然,一样也要收费的。

    网址:

    http://www.interfax.net/en/dev/php

 

分享到:
评论

相关推荐

    Some java code for sending email

    在标签中同样写着 "Some java code for sending email",这再次强调了这个压缩包的核心内容是关于使用Java进行邮件发送的编程示例或库。 压缩包内的文件列表提供了更多线索: 1. **log4j-1.2.14.jar**:这是一个...

    Visual Basic code for Sending email using MAPI control.

    在给定的标题和描述中提到的"Visual Basic code for Sending email using MAPI control",涉及到的是使用VB通过MAPI(Messaging Application Programming Interface)控件来发送电子邮件的技术。 MAPI是一种在操作...

    Laravel开发-laravel-monopond-fax

    现在,你可以开始使用 `laravel-monopond-fax` 来发送传真了。例如,以下是一个简单的示例,展示了如何使用这个包发送传真: ```php use Fax; Fax::send([ 'to' => '+1234567890', // 接收方电话号码 'file' => ...

    php 邮件发送案例

    本文将深入探讨如何使用PHP的内置函数`mail()`以及第三方库PHPMailer来实现邮件发送功能。 首先,PHP的`mail()`函数是最基础的邮件发送方式。它接受四个参数:收件人地址、邮件主题、邮件正文和额外头部信息。例如...

    USB4 1.0 ECN - Adding Timeout for Sending LFPS on CLx Exit.pdf

    USB4 1.0 ECN - Adding Timeout for Sending LFPS on CLx Exit USB4 1.0 ECN(Engineering Change Notice,工程变更通知)是一种用于改进 USB4 1.0 规范的技术文档。该文档的主要内容是添加超时机制,以避免在 CLx ...

    php email 发送邮件的哦 2种方法

    以下是使用PHPMailer发送邮件的基本步骤: 1. **安装PHPMailer**:首先,你需要通过Composer安装PHPMailer库。在命令行中运行以下命令: ``` composer require phpmailer/phpmailer ``` 2. **引入库并设置参数*...

    Sending Email using MAPI - A COM DLL(sending email demo and soucecode)

    Opens a new logon session if not already opened, using specified outlook profile, name and the profile password, you must logon before sending the email. I have set password to NULL assuming that the ...

    邮件接收发送PHPMailreceivingandsendingPHPPOP3IMAPSMTP

    标题中的“邮件接收发送PHP Mail receiving and sending (PHP POP3 IMAP SMTP)”指的是使用PHP编程语言来处理电子邮件的接收和发送功能。这涉及到三种主要的邮件协议:POP3(邮局协议)、IMAP(因特网消息访问协议)...

    Code Beginning Php6, Apache, Mysql Web Development by Wrox

    Code Beginning Php6, Apache, Mysql Web Development by Wrox ch01 configuing your install ch02 creating php page using php6 ch03 using php with mysql ch04 using tables to display data ch05 form ...

    asp使用 CDOSYS 发送电子邮件

    ### 使用CDOSYS在ASP中发送电子邮件 CDO(Collaboration Data Objects)是一项由微软提供的技术,旨在简化通信程序的开发过程。CDOSYS作为ASP中的一个内置组件,为开发者提供了一种简单且直接的方式来处理邮件发送...

    Step by Step for configuration of sending customize IDOC

    - 使用事务代码`WE42`来创建入站Process Code,定义入站处理的规则。 6. **添加入站消息至逻辑系统**: - 在事务代码`WE20`中添加入站消息至逻辑系统。 - 这一步是为了确保IDOC能够正确地被系统识别。 7. **...

    php.ini-development

    This directive determines whether or not PHP will recognize code between ; <? and ?> tags as PHP source which should be processed as such. It is ; generally recommended that <?php and ?> should be ...

    Beginning PHP and MySQL 5:From Novice to Professional

    Provides over 500 code examples, including real-world tasks such as creating an auto-login feature, sending HTML-formatted e-mail, testing password guessability, and uploading files via a web ...

    Beginning PHP 5.3

    - **Loop Constructs:** Explanation of loop constructs like `for`, `while`, `do-while`, and `foreach` for iterating over blocks of code. - **Nested Control Structures:** Discussion on nesting control ...

    php_smtp类

    在PHP中,发送电子邮件通常有两种方式:使用内置的`mail()`函数或使用SMTP协议。`mail()`函数简单易用,但其功能有限,且可能受到服务器配置的影响。而使用SMTP,我们可以更灵活地控制邮件的发送过程,包括验证、...

    This is a complete email sending client in Visual Basic

    标题中的“这是一款完整的Visual Basic电子邮件发送客户端”表明这是一个使用Visual Basic编程语言开发的应用程序,其功能是允许用户发送电子邮件。在IT领域,这通常涉及到SMTP(Simple Mail Transfer Protocol)...

    phpmailer_smtp_mail_electrici67_php_phpmailercode_

    PHPMailer is a code library ... Sending emails directly by PHP code requires a high-level familiarity to SMTP standard protocol and related issues and vulnerabilities about Email injection for spamming.

    必须收藏的23个php实用代码片段

    以下是一个使用MSG91服务发送短信的PHP函数示例: ```php function send_sms($mobile, $msg) { $authKey = "XXXXXXXXXXX"; // 输入你的MSG91 API密钥 date_default_timezone_set("Asia/Kolkata"); $date = ...

    在线发邮件源码

    本文将深入探讨如何使用PHP实现在线发送邮件的功能,以及如何通过表单接口提高成功率。 一、PHP邮件发送原理 PHP的`mail()`函数是内置的用于发送电子邮件的函数。它接受多个参数,包括收件人地址、主题、邮件正文和...

Global site tag (gtag.js) - Google Analytics