Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

FTPZIP is a MailUp application that allows to send an email message to a defined list of recipients by simply uploading a ZIP archive to an FTP location.

This features is typically used by advanced users that have a need for configuring and sending a campaign without accessing the MailUp admin console, and without using the MailUp APIs.

FTPZIP presents different operations mode. Depending on what you are trying to accomplish, you can enclose in the ZIP archive different kinds of files such as:

  • An xml file, called settings.xml. It will be used to determine the behavior of FTPZIP. For a general view of the XML structure see here).
  • A CSV file containing recipients for the campaign (for a general description see here TBD).
  • An email message in HTML format (for a general description see here TBD).
  • Images that the HTML refers to (for a general description see here TBD).
  • Attachments to be sent with the campaign, if any (for a general description see here TBD).

Based on the information enclosed in settings.xml, it is possible to drive the behavior of FTPZIP application and manage the following use cases:

Send of email message to a list of recipients. can be executed in two different ways:

  • Using MailUp Massive Send (details about settings.xml here TBD. Details about zip archive structure here TBD).
  • Using MailUp Transactional Send (details about settings.xml /wiki/spaces/mailupapi/pages/36339811TBD. details about zip archive structure here TBD).

 

We recommend use of Massive Send when is required manage a single zip archive one at a time and the newsletter have to be sent to a great amount of subscribers.

We recommend use of Transactional Send when is required manage more than one zip archive at the same time and the newsletters have to be sent to a reduced of subscribers.


  • No labels