Use file upload

The build in upload function can be used to upload local files to the internet before sending the emails. This feature is only for HTML emails, attachments won't be uploaded.
If you don't use this feature all local files included in your HTML email will be send with the email, so your email grows bigger. On the other hand your recipient can read your email without an internet connection.

Upload settings

You can change this settings by clinking on menu item Projects - File upload, these settings are only valid for the current project.

 

Upload local pictures before sending Activate this setting and your pictures will be uploaded to the internet before your mails are send.

 

Domain incl. directory (http://int.supermailer.de/bilder/) Please insert a complete URL containing: http://<domainname>/<subdirectory>/. These information helps SuperMailer to convert local path to web addresses.

hint:
If your input isn't correct your recipient won't see any pictures. Please test this function with an test email.

 

You can upload your files via FTP or via a HTTP upload script. It is recommended that you use FTP. If you use a company network FTP can be blocked with a firewall, so you can use the HTTP upload script.

FTP Upload setup

Connection type Select connection type. At login area of your web space provider you can find information about required connection type.

You can select:

  • FTP (Port 21), unsecured
  • FTPS (explicit FTPS, Port 21), secured
  • FTPS (implicit FTPS, Port 990), secured
  • SFTP (Port 22), secured, based on SSH

 

Port Change port only when your web space provider requires this explicitly.

 

FTP Server Insert Server name or IP address of your FTP server.

If you don't know it, ask your webspace provider

 

login / password Insert your username and your FTP password.

If you don't know it, ask your webspace provider

 

FTP directory Define the directory in which SuperMailer should change if you want to upload files. To choose a directory you must enter a FTP server and provide your login and password.

hint:
FTP directory and domain including subdirectory have to be correct, so that any email application can find your pictures.

If you don't know it, ask your webspace provider

 

Use passive transfer If you have problems uploading your files activate this setting.

 

HTTP upload setup

Call of upload script insert HTTP URL including the name of this script.

more information:
setting up upload the script

 

 

 

setting up the upload script

You can use our upload script upload.php as substitute for FTP transfers. This script can be found in your SuperMailer directory. You have to upload this script once via FTP to your web space, after that you can upload files without FTP. This script should be reconfigured before uploading it, so that your upload files are copied into the right directory.

hint
You should change the filename of this script, because that not everyone can put files on your web space.

You can also use this script for tracking purposes and to upload files.

changing the script configuration

  1. open this script with an text editor (not Word or WordPad!)
  2. search for:

# Upload directory with / at the end of path
# the upload directory is the complete directory from the root directory
# the directory can be differ from ftp upload directory
# under linux you should chmod the directory with rights 777

$UPLOADDIR="/home/www/tracking/";

  1. Change the value of $UPLOADDIR from /home/www/tracking to your directory.
  2. Save this script and upload it on your server/webspace.

If you don't know the correct directory, then ask your webspace provider

 

more information:

Setting up the tracking function