Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F117883105
Test.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
618 B
Referenced Files
None
Subscribers
None
Test.php
View Options
<?php
namespace
App\Mail
;
class
Test
extends
Mailable
{
/**
* Build the message.
*
* @return $this
*/
public
function
build
()
{
$this
->
text
(
'emails.plain.test'
)
->
subject
(
"Kolab Email Test"
);
return
$this
;
}
/**
* Render the mail template with fake data
*
* @param string $type Output format ('html' or 'text')
*
* @return string HTML or Plain Text output
*/
public
static
function
fakeRender
(
string
$type
=
'text'
):
string
{
$mail
=
new
self
();
return
Helper
::
render
(
$mail
,
$type
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, Apr 6, 12:54 AM (5 d, 5 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18741177
Default Alt Text
Test.php (618 B)
Attached To
Mode
rK kolab
Attached
Detach File
Event Timeline