Difference between revisions of "Swift Mailer"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(Created page with "'''Swift Mailer''' is a free PHP-based library for sending email. == Description == "Swift Mailer integrates into any web app written in PHP...")
 
Line 3: Line 3:
 
== Description ==
 
== Description ==
  
"Swift Mailer integrates into any web app written in PHP 5, offering a flexible and elegant object-oriented approach to sending emails with a multitude of features."
+
"Swift Mailer integrates into any web app written in PHP 5, offering a flexible and elegant [[Object-oriented programming|object-oriented approach]] to sending emails with a multitude of features."
  
 
* Send emails using SMTP, sendmail, postfix or a custom Transport implementation of your own
 
* Send emails using SMTP, sendmail, postfix or a custom Transport implementation of your own
Line 15: Line 15:
  
 
* [[Email]]
 
* [[Email]]
 +
* [[Event-driven programming]]
 
* [[Library (computing)]]  
 
* [[Library (computing)]]  
 +
* [[Object-oriented programming]]
 
* [[PHP]]
 
* [[PHP]]
  

Revision as of 08:44, 17 May 2016

Swift Mailer is a free PHP-based library for sending email.

Description

"Swift Mailer integrates into any web app written in PHP 5, offering a flexible and elegant object-oriented approach to sending emails with a multitude of features."

  • Send emails using SMTP, sendmail, postfix or a custom Transport implementation of your own
  • Support servers that require username & password and/or encryption
  • Protect from header injection attacks without stripping request data content
  • Send MIME compliant HTML/multipart emails
  • Use event-driven plugins to customize the library
  • Handle large attachments and inline/embedded images with low memory use

See also

External links