Skip to content

tipimail/smtp_php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Tipimail SMTP PHP

This sample shows you how to send emails with SMTP on your PHP development.

Prerequisite

To do this, we used Swiftmailer as SMTP library. It is a powerful library, up to date and easy to use.

To install this library, you can use Composer.

Installation

To install swiftmailer, you just have to enter this command line

composer require swiftmailer/swiftmailer @stable

Usage

In the sample attach, we use the minimum parameter to send emails. You can visit the library's website to see how to add images, headers, ...

Moreover, you can use other library like Phpmailer, ...

About

Used Tipimail with SMTP on your PHP development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages