\Hubleto\Framework\Interfaces\EmailProviderInterface
Methods
ƒ init
public init(): void
ƒ getFormattedBody
public getFormattedBody(string $title, string $rawBody, string $template = ''): string
Parameters
| Parameter |
Type |
Description |
$title |
string |
|
$rawBody |
string |
|
$template |
string |
|
ƒ send
public send(string $to, string $subject, string $rawBody, string $template = '', string $fromName = 'Hubleto'): bool
Parameters
| Parameter |
Type |
Description |
$to |
string |
|
$subject |
string |
|
$rawBody |
string |
|
$template |
string |
|
$fromName |
string |
|
ƒ sendEmail
public sendEmail(string $to, string $subject, string $body, string $fromName = 'Hubleto'): bool
Parameters
| Parameter |
Type |
Description |
$to |
string |
|
$subject |
string |
|
$body |
string |
|
$fromName |
string |
|
ƒ sendResetPasswordEmail
public sendResetPasswordEmail(string $login, string $name, string $language, string $token): void
Parameters
| Parameter |
Type |
Description |
$login |
string |
|
$name |
string |
|
$language |
string |
|
$token |
string |
|
ƒ sendWelcomeEmail
public sendWelcomeEmail(string $login, string $name, string $language, string $token): void
Parameters
| Parameter |
Type |
Description |
$login |
string |
|
$name |
string |
|
$language |
string |
|
$token |
string |
|
www.hubleto.com |
Found a bug or missing something? Report an
issue via GitHub.