Login ID:
Password:
Forgot your password?

It is outside of our office hours.

Please email us at support@tnz.co.nz if you need support from us.

Our support team will respond you as soon as possible.
Alternatively, we can be
contacted via online instant
messaging.
Home > Services > TFax > TFaxOut > Ways to Send
>>  TFaxOut Service - Ways to Send
TFaxOut Service Ways to Send
Email to Fax / Web to Fax / SOAP API



We offer a few mail methods to deliver your messages:
Should you wish to submit your messages through another medium, please be in touch with a Sales Representative after you have Signed Up.


                            Simple Fax Sending               |             Bulk Fax Sending        






Simple Fax Sending / Single Fax Messaging


Email to Fax
The easiest and most common option for electronic fax messaging is "Email-2-Fax".
Simply attach the fax you want to send to an email (in virtually any format) and email to faxnumber@fax.tnz.co.nz
The TFax server will convert the attachment to an fax image and deliver it to the recipient. See an example here.


Web to Fax
Simply Login to our website and create a Fax from the Launcher. Replies will be sent to your chosen email address!






Bulk Fax Sending / Broadcast Fax Messaging


Email to Fax
Attach the fax you want to send to an email (in virtually any format) and email to faxnumber@fax.tnz.co.nz
The TFax server will convert the attachment to an fax image and deliver it to the recipient.

There are four methods to send an electronic fax from your email using TFax.
See the following tutorials for more information.

Web to Fax
You can also use your TNZ Account to send faxes from your web browser. Need to create a fax to be sent to just a single number? Or an entire broadcast? This can all be done with ease.
Attach documents and Destination Lists like a normal email. No additional hardware or software, no fax servers, no stress.
Web-to-Fax provides full reporting and status notifications of the job, available right from your TNZ Account.


SOAP API
TNZ Group is now supporting SOAP interface to send Fax messages over the Internet, allowing support of a wide range of fax transfer mechanisms.

An example of this is as follows (PHP):
try
{
  $file_name_1 = "test.pdf"; // File to transfer

  $fp = fopen($file_name_1,"r");
  $file_content_1 = base64_encode(fread($fp,filesize($file_name_1)));
  fclose($fp);

  $request = array(
    'sender' => 'test@tnz.co.nz', // Your email address
    'token' => '1111', // Your registered token

    'reference' => 'Test Fax',
    'sendtime' => '25-12-2008 12:00', //optional: dd-mm-YYYY HH:MM
    'utcsendtime' => '', //optional: dd-mm-YYYY HH:MM (in UTC time)
    'chargecode' => '', //optional
    'resolution' => '', //optional:high or low
    'message' => '', // optional

    'attention' => 'TNZ Sales Representitive', //optional
    'company' => 'TNZ Group', //optional
    'number' => '095218839', //optional
    'list_file_name_1' => '', //optional
    'list_file_contents_1' => '', //optional, must be CSV format with base64 encoding
    'list_file_name_2' => '', //optional
    'list_file_contents_2' => '', //optional, must be CSV format with base 64 encoding

    'file_name_1' => $file_name_1,
    'file_contents_1' => $file_content_1, // base64 encoding required
    'file_name_2' => '', //optional
    'file_contents_2' => '', //optional
    'file_name_3' => '', //optional
    'file_contents_3' => '', //optional
    'file_name_4' => '',//optional
    'file_contents_4' => '',//optional
    'file_name_5' => '',//optional
    'file_contents_5' => '',//optional
  );

  $client = new SoapClient('http://www.tnz.co.nz/xxx/xxx.wsdl');
  $result = $client->__soapCall('send_fax', array($request));
  printf("Result = %s\n", $result->faxReturn);
}
catch (Exception $e)
{
  printf("Message = %s\n",$e->__toString());
}

Notes:
- You must specify either 'message' OR at least 1 attachment ('file_name_x'/'file_contents_x').
- You must specify either 'number'/'attention'/'company' OR at least 1 CSV list file(s).
- List files must be CSV format with *.CSV extension



Find out about sending Electronic Faxes
Overview
Find out features of efax broadcasting
Features
Find out how send Electronic Faxes
Ways to Send
Frequently Asked Questions about Fax Sending
FAQs
How much does fax broadcasting cost?
Pricing