Administrator
/
new_rukzachok-1
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
ab4ddd7e9998a25b6a747ccdcb9032a8a0d1585e
Authored by
Dmytry Fedorchuk
2016-06-03 12:21:11 +0300
1 parent
e5a4cea9
Mail test Registration
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
common/widgets/Mailer.php
Inline
Side-by-side
common/widgets/Mailer.php
Wrap text
Show/Hide comments
View file @
ab4ddd7
...
...
@@ -20,7 +20,7 @@ class Mailer extends Widget{
20
20
}
21
21
22
22
public function run(){
23
-
23
+var_dump('das');die();
24
24
$mail = new \PHPMailer();
25
25
26
26
$mail->IsSMTP();
...
...