Skip to content

Latest commit

 

History

History
124 lines (78 loc) · 3.18 KB

README.md

File metadata and controls

124 lines (78 loc) · 3.18 KB

mailfix

Simple Web Contact-Form based mailer

Build Status Build Stars GitHub forks Build License

Dependencies

Desgin is inspired by html5up.net


Table of Contents (Optional)


Example (send a mail)

<form method="post" action="mailer.php">
    <div class="fields">
            <div class="field half">
                    <label for="name">Name</label>
                    <input type="text" name="name" id="name" />
            </div>
            <div class="field half">
                    <label for="email">Email</label>
                    <input type="email" name="email" id="email" />
            </div>
            <div class="field">
                    <label for="message">Message</label>
                    <textarea name="message" id="message" rows="4"></textarea>
            </div>
    </div>
    <ul class="actions">
            <input type="text" id="to" name="to" value="YOUR_MAIL_ADRESS(RECIVER)" style="display: none"/>
            <li><input type="submit" value="Nachricht senden" class="primary" /></li>
            <li><input type="reset" value="Reset" /></li>
    </ul>
</form>

Installation

  • Download as Zip or clone, setup mailserver settings in mailer.php and change reciver in index.php

Setup

  • Open this project over your webserver fill out form and try to send. (If you get trouble setting up mailfix, contact me)

update and install this package first

$ pear install mail
$ pear install mail-mime

now restart mailserver (e.x.: apache2)

$ service apache2 restart

Contributing

To get started...

Step 1

  • Option 1

    • 🍴 Fork this repo!
  • Option 2

    • 👯 Clone this repo to your local machine using https://github.com/getPoland/mailfix.git

Step 2

  • HACK AWAY! 🔨🔨🔨

Step 3


FAQ


Support

Reach out to me at one of the following places!


License