wCMF  3.6
 All Classes Namespaces Files Functions Variables Groups Pages
Mail Class Reference

Public Member Functions

 send ($fromName, $fromEmail, $toEmail, $subject, $body)
 

Detailed Description

Class to send mails.

wCMF - wemove Content Management Framework Copyright (C) 2005-2014 wemove digital solutions GmbH

Licensed under the terms of any of the following licenses at your choice:

See the license.txt file distributed with this work for additional information.

Id:
class.Mail.php 1462 2014-02-04 23:52:27Z iherwig
Author
ingo herwig ingo@.nosp@m.wemo.nosp@m.ve.co.nosp@m.m

Definition at line 26 of file class.Mail.php.

Member Function Documentation

Mail::send (   $fromName,
  $fromEmail,
  $toEmail,
  $subject,
  $body 
)

Send an email.

Parameters
fromNameThe senders name
fromEmailThe senders email adress
toEmailThe recipients email adress
subjectThe subject of the email
bodyThe body of the email
Returns
True/False wether the mail was successfully sent.

Definition at line 37 of file class.Mail.php.


The documentation for this class was generated from the following file: