Skip to content

ApertureLab/Magento-CustomSmtp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Magento-CustomSmtp

Magento 1 module that provides a full SMTP configuration.

Features

  • Ability to setup host, port, username/password and secure mode (TSL or SSL)
  • Ability to send a test email from admin panel
  • Translated in french

Screenshot

CustomSmtp Configuration

Configuration

Magento configuration

System > Configuration > System > Mail Sending Settings

  • Send email via: SMTP mode (or native transport (PHP sendmail()))
  • Host: SMTP server host
  • Port: SMTP server port
  • Username: login username
  • Password: login password
  • Secure mode: none, TLS or SSL

Third party service configuration

  • Host: relay.cheetahsender.com
  • Port: 25
  • Username: ?
  • Password: ?
  • SSL: none

Developper

If you are a developer and want to hack CustomSmtp, you could use two new events:

  • customsmtp_email_before_send: called before sending e-mail
  • customsmtp_email_after_send: called after sending e-mail

Each one uses those parameters:

  • mail
  • template (ID)
  • subject

License

Released under the terms of the Open Software License 3.0.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.