GiftVouchersMailService
in package
Table of Contents
- $giftVouchersService : GiftVouchersService
- $xtPrice : xtcPrice_ORIGIN
- __construct() : mixed
- sendMail() : string
- storeCouponEmailTrack() : void
Properties
$giftVouchersService
protected
GiftVouchersService
$giftVouchersService
$xtPrice
protected
xtcPrice_ORIGIN
$xtPrice
Methods
__construct()
public
__construct(GiftVouchersService $giftVouchersService) : mixed
Parameters
- $giftVouchersService : GiftVouchersService
Return values
mixed —sendMail()
public
sendMail(string $couponCode, string $toEmail, string $toName, string $message, string $subject) : string
Parameters
- $couponCode : string
- $toEmail : string
- $toName : string
- $message : string
- $subject : string
Tags
Return values
string —storeCouponEmailTrack()
public
storeCouponEmailTrack(IdType $couponId, string $toEmail) : void
Parameters
- $couponId : IdType
- $toEmail : string