Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетил 17231 программист и 1834 робота. Сейчас ищет 1681 программист ...

Introduction

Вернуться к: Mail

Introduction

Introduction – How to send a mail and the mailer backends

Mail supports different types of backends to send email. So two steps are necessary to send an email.

  • Step 1

    Create a new instance of a specific Mail-Backend with the factory() method.

  • Step 2

    Send the mail using the send() method.

The mailer backends

Mail supports three types of backends:

  • mail

    Sends a mail using PHP's built-in mail() function.

  • sendmail

    Sends a mail using a sendmail program.

  • smtp

    Sends a mail directly connecting to a smtp server.



Вернуться к: Mail

© 2024 «PHP.RU — Сообщество PHP-Программистов»
Главная | Форум | Реклама на сайте | Контакты VIP Сувениры
Разработка компании ODware