Sha256: b0822c36066da94d767c845d223030d7b4ee8c6c096c869d4e221f555bddb40a

Contents?: true

Size: 1.03 KB

Versions: 10

Compression:

Stored size: 1.03 KB

Contents

### PHCMailerForm (Rails Contact Us Mailer Form) Documentation
PHCMailerForm Rails Engine contact form using ActionMailer.

* Customizable form using standard Bootstrap or HTML code.  
* Compatible with any mailer service using ActionMailer.  

#### Step 1 - Add PHCMailerForm to your gemfile and run install command  

	gem 'phccontactorpro'
	bundle install

#### Step 2 - Mount Engines (User Authentication Engine Included but not Nescessary)

	mount Phccontactor::Engine => "/contact_us"


#### Step 4 - Configure ActionMailer

- Configure ActionMailer in your Production.rb with any service.  

#### Step 5 - Recompile Assets  
To properly function re-compile your application's assets to copy over required files.  

	rails assets:clobber
	rails assets:precompile

#### Step 6 - Generate Contact Form View (Customization)  
PHCMailerForm form and layout view can be overwritten by copy files to your application.  

	rails generate phccontactor:views

#### Step 7 - Setup ENV Variables  

	ENV["PHC_CONTACTOR_SENDER"]  

#### Additional Information

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
phcdevworks_mailer_form-0.5.0b README.md
phcdevworks_mailer_form-0.2.0b README.md
phcdevworks_mailer_form-0.1.0b README.md
phcdevworks_mailer_form-0.0.7b README.md
phcdevworks_mailer_form-0.0.6b README.md
phcdevworks_mailer_form-0.0.5b README.md
phcdevworks_mailer_form-0.0.4b README.md
phcdevworks_mailer_form-0.0.3b README.md
phcdevworks_mailer_form-0.0.2b README.md
phcdevworks_mailer_form-0.0.1b README.md