Skip to content
GitLab
    • Explore Projects Groups Topics Snippets
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • fusiondirectory-orchestrator fusiondirectory-orchestrator
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 24
    • Issues 24
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 7
    • Merge requests 7
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • fusiondirectoryfusiondirectory
  • fusiondirectory-orchestratorfusiondirectory-orchestrator
  • Merge requests
  • !80

Resolve "[Orchestrator] - Create a librabry in core orchestrator"

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Alexa Oana eliza requested to merge 73-orchestrator-create-a-librabry-in-core-orchestrator into dev 1 month ago
  • Overview 0
  • Commits 22
  • Pipelines 17
  • Changes 1

Related to #73

Viewing commit 752fcad5
Prev Next
Show latest version
1 file
+ 2
− 2

    Preferences

    File browser
    Compare changes
  • 752fcad5
    Oana-Eliza Alexa
    fix indent · 752fcad5
    Oana-Eliza Alexa authored 1 month ago
library/MailUtils.php
+ 2
− 2
  • View file @ 752fcad5

  • Edit in single-file editor

  • Open in Web IDE


@@ -2,11 +2,11 @@
class MailUtils
{
private function __construct()
private function __construct ()
{
}
public static function sendMail($setFrom, $setBCC, $recipients, $body, $signature, $subject, $receipt, $attachments)
public static function sendMail ($setFrom, $setBCC, $recipients, $body, $signature, $subject, $receipt, $attachments)
{
$mail_controller = new \FusionDirectory\Mail\MailLib($setFrom,
$setBCC,
Assignee
Alexa Oana eliza's avatar
Alexa Oana eliza
Assign to
0 Reviewers
None
Request review from
Labels
2
PJ1802-0188 enhancement
2
PJ1802-0188 enhancement
    Assign labels
  • Manage project labels

Milestone
FusionDirectory Orchestrator 1.2
FusionDirectory Orchestrator 1.2 (expired)
None
Time tracking
No estimate or time spent
Lock merge request
Unlocked
1
1 Participant
Alexa Oana eliza
Reference: fusiondirectory/fusiondirectory-orchestrator!80
Source branch: 73-orchestrator-create-a-librabry-in-core-orchestrator

Menu

Explore Projects Groups Topics Snippets