Frequently Asked Questions
General questions:
Technical related questions:
Mail-Maniac respects your privacy and won't sell your information to advertisers in any way. Neither will we collect mailform data to send out advertisement emails ourselves. Your personal information and emailaddress will only be used to register your account at Mail-Maniac.com, and submitted mailform data will be kept confidential and inaccessible by others.
Mail-Maniac provides a service to transfer mailform-data to emails. The mailforms that connect to our mailform service are located on different locations, and we cannot be held responsible by the content of those mailforms. Please do not hesitate to
contact us as soon as you suspect someone to abuse the mailservice and violate our terms of service.
If you would like to purchase a premium membership, login to your premium account and navigate to the 'Purchase' menuitem. Fill in your membership details and use PayPal to purchase the membership. Your memberaccount will become active once the payment has been received and validated.
Use the template option to personalise your message headed to you or your visitors. To integrate the submitted form data with your template use $fieldname$ . You can find a template example below:
Dear $user$,
Thank you for feedback. We will contact you via the phone number we have received; $telephone$.
Kind regards,
YourCompany.com
Please note that submitted form data and $fieldnames$ can only be integrated if the exact fieldname is used in the form and if the field is submitted by the visitor. The template feature is only accessible by premium users.
Customise the look of your emails by selecting different fonts, colors and attributes for both the header and footer section of every email message. The overall font will apply on the header section, the footer section and the email body.
This feature is only accessible by premium users.
Navigate to the Autoreponse menu, fill in an autoresponse message and add the following HTML code to your mailform:
<input type ="text" name ="autoresponse">
This textfield needs to be filled in by the visitor and needs to contain his/her emailaddress. The autoresponse feature is only accessible by premium users.
Premium mailforms can be send to multiple emailaddresses by comma separating them in the "mailto" field:
<input type ="hidden" name ="mailto" value ="john(at)email.com,bill(at)email.com">
This feature is only accessible by premium users.
Send your message to multiple emailaddresses by using both CC and BCC fields;
<input type ="hidden" name ="cc" value ="john(at)email.com,bill(at)email.com">
<input type ="hidden" name ="bcc" value ="john(at)email.com,bill(at)email.comm">
This feature is only accessible by premium users.
You can set required fields by using the 'required_fields' fieldname. Insert your required fields in the field and seperate them wby commas:
<input type ="hidden" name ="required_fields" value = "field1,field2,field3">
Mailforms linked to a free Mail-Maniac account may add one attachment per email, with a maximum filesize of 320Kb. Mailforms linked to a premium Mail-Maniac account may add up to 10 attachments per email, with no filesize limitations.
When you are a premium user, up to 10 attachments can be added to your form by implementing the following HTML code between the <form> and </form> tags:
<input type="file" name="filename"><br />
<input type="file" name="filename2"><br />
<input type="file" name="filename3"><br />
<input type="file" name="filename4"><br />
<input type="file" name="filename5"><br />
<input type="file" name="filename6"><br />
<input type="file" name="filename7"><br />
<input type="file" name="filename8"><br />
<input type="file" name="filename9"><br />
<input type="file" name="filename10"><br />