沵迆平原,南驰苍梧涨海,北走紫塞雁门。柂以漕渠,轴以昆岗。重关复江之隩,四会五达之庄。当昔全盛之时,车挂轊,人驾肩。廛闬扑地,歌吹沸天。孳货盐田,铲利铜山,才力雄富,士马精妍。故能侈秦法,佚周令,划崇墉,刳濬洫,图修世以休命。是以板筑雉堞之殷,井干烽橹之勤,格高五岳,袤广三坟,崪若断岸,矗似长云。制磁石以御冲,糊赪壤以飞文。观基扃之固护,将万祀而一君。出入三代,五百余载,竟瓜剖而豆分。泽葵依井,荒葛罥涂。坛罗虺蜮,阶斗麕鼯。木魅山鬼,野鼠城狐,风嗥雨啸,昏见晨趋。饥鹰厉吻,寒鸱吓雏。伏虣藏虎,乳血飡肤。崩榛塞路,峥嵘古馗。白杨早落,寒草前衰。稜稜霜气,蔌蔌风威。孤篷自振,惊沙坐飞。灌莽杳而无际,丛薄纷其相依。通池既已夷,峻隅又以颓。直视千里外,唯见起黄埃。凝思寂听,心伤已摧。若夫藻扃黼帐,歌堂舞阁之基;璇渊碧树,弋林钓渚之馆;吴蔡齐秦之声,鱼龙爵马之玩;皆薰歇烬灭,光沉响绝。东都妙姬,南国佳人,蕙心纨质,玉貌绛唇,莫不埋魂幽石,委骨穷尘。岂忆同辇之愉乐,离宫之苦辛哉?天道如何,吞恨者多。抽琴命操,为芜城之歌。歌曰:“边风急兮城上寒,井径灭兮丘陇残。千龄兮万代,共尽兮何言。
Filer
Sendar Dokka
Kreatar Dokka
Buildar Foldar
Buildar
Modifar: mail.php
<?php
return [
/*
|--------------------------------------------------------------------------
| Default Mailer
|--------------------------------------------------------------------------
|
| This option controls the default mailer that is used to send any email
| messages sent by your application. Alternative mailers may be setup
| and used as needed; however, this mailer will be used by default.
|
*/
'default' => env('MAIL_MAILER', 'smtp'),
/*
|--------------------------------------------------------------------------
| Mailer Configurations
|--------------------------------------------------------------------------
|
| Here you may configure all of the mailers used by your application plus
| their respective settings. Several examples have been configured for
| you and you are free to add your own as your application requires.
|
| Laravel supports a variety of mail "transport" drivers to be used while
| sending an e-mail. You will specify which one you are using for your
| mailers below. You are free to add additional mailers as required.
|
| Supported: "smtp", "sendmail", "mailgun", "ses", "ses-v2",
| "postmark", "log", "array", "failover"
|
*/
'mailers' => [
'smtp' => [
'transport' => 'smtp',
'url' => env('MAIL_URL'),
'host' => env('MAIL_HOST', 'smtp.mailgun.org'),
'port' => env('MAIL_PORT', 587),
'encryption' => env('MAIL_ENCRYPTION', 'tls'),
'username' => env('MAIL_USERNAME'),
'password' => env('MAIL_PASSWORD'),
'timeout' => null,
'local_domain' => env('MAIL_EHLO_DOMAIN'),
],
'ses' => [
'transport' => 'ses',
],
'mailgun' => [
'transport' => 'mailgun',
// 'client' => [
// 'timeout' => 5,
// ],
],
'postmark' => [
'transport' => 'postmark',
// 'message_stream_id' => null,
// 'client' => [
// 'timeout' => 5,
// ],
],
'sendmail' => [
'transport' => 'sendmail',
'path' => env('MAIL_SENDMAIL_PATH', '/usr/sbin/sendmail -bs -i'),
],
'log' => [
'transport' => 'log',
'channel' => env('MAIL_LOG_CHANNEL'),
],
'array' => [
'transport' => 'array',
],
'failover' => [
'transport' => 'failover',
'mailers' => [
'smtp',
'log',
],
],
],
/*
|--------------------------------------------------------------------------
| Global "From" Address
|--------------------------------------------------------------------------
|
| You may wish for all e-mails sent by your application to be sent from
| the same address. Here, you may specify a name and address that is
| used globally for all e-mails that are sent by your application.
|
*/
'from' => [
'address' => env('MAIL_FROM_ADDRESS', 'hello@example.com'),
'name' => env('MAIL_FROM_NAME', 'Example'),
],
/*
|--------------------------------------------------------------------------
| Markdown Mail Settings
|--------------------------------------------------------------------------
|
| If you are using Markdown based email rendering, you may configure your
| theme and component paths here, allowing you to customize the design
| of the emails. Or, you may simply stick with the Laravel defaults!
|
*/
'markdown' => [
'theme' => 'default',
'paths' => [
resource_path('views/vendor/mail'),
],
],
];
Savka
Namka
Sizka
Modka
Timka
Aktionz
a€”
0755
Jun 02 08:29
Deletar
Shiftar
[FILE] app.php
6,709 B
0644
Sep 18 16:04
[FILE] auth.php
4,295 B
0644
Aug 13 22:33
[FILE] broadcasting.php
2,147 B
0644
Aug 13 22:33
[FILE] cache.php
3,337 B
0644
Aug 13 22:33
[FILE] cart.php
2,135 B
0644
Aug 13 22:33
[FILE] cloud-storage-region.php
553 B
0644
Sep 18 16:04
[FILE] cors.php
846 B
0644
Aug 13 22:33
[FILE] course.php
640 B
0644
Sep 18 16:04
[FILE] database.php
5,274 B
0644
Aug 13 22:33
[FILE] debugbar.php
11,697 B
0644
Aug 13 22:33
[FILE] filesystems.php
4,103 B
0644
Sep 18 16:04
[FILE] hashing.php
1,624 B
0644
Aug 13 22:33
[FILE] image-optimizer.php
2,310 B
0644
Aug 13 22:33
[FILE] index.php
0 B
0644
Jun 02 08:28
[FILE] lfm.php
6,612 B
0644
Aug 25 16:11
[FILE] logging.php
4,173 B
0644
Aug 13 22:33
[FILE] mail.php
3,856 B
0644
Aug 13 22:33
[FILE] modules.php
11,123 B
0644
Aug 13 22:33
[FILE] paypal.php
1,116 B
0644
Aug 13 22:33
[FILE] permission.php
6,511 B
0644
Aug 13 22:33
[FILE] purifier.php
4,511 B
0644
Aug 21 14:05
[FILE] queue.php
3,447 B
0644
Aug 13 22:33
[FILE] sanctum.php
2,963 B
0644
Aug 13 22:33
[FILE] services.php
979 B
0644
Aug 13 22:33
[FILE] session.php
7,029 B
0644
Aug 13 22:33
[FILE] view.php
1,053 B
0644
Aug 13 22:33
Shipboard Safety Officer Training & Certification || oceanmavericksmaritime
15 Feb, 2025
by vijay
1 Min Read
0 Comments
Shipboard Safety Officer Training & Certification
Ensuring safety onboard is a critical responsibility in the maritime industry. The Shipboard Safety Officer (SSO) Training in Tamil Nadu equips maritime professionals with the knowledge and skills to manage onboard safety procedures, prevent hazards, and ensure compliance with international maritime regulations.
This STCW-compliant course covers risk assessment, emergency preparedness, accident investigation, safety management systems (SMS), and crew safety training to enhance shipboard safety.
By obtaining Shipboard Safety Officer Certification , maritime professionals can advance their careers in safety management and ensure compliance with IMO, STCW, SOLAS, and ISM Code regulations. Enroll today to improve workplace safety and career opportunities.