Skip to content

Commit

Permalink
good
Browse files Browse the repository at this point in the history
  • Loading branch information
beuzathor committed Jan 5, 2025
1 parent 14212c3 commit c8da225
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
username: ${{ secrets.CPANEL_USERNAME }}
password: ${{ secrets.CPANEL_PASSWORD }}
local-dir: ./dist/
server-dir: / # Ajustez selon votre configuration cPanel
server-dir: /
2 changes: 1 addition & 1 deletion public/mail/send.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}

// Configuration email
$to = 'seoceane@gmail.com';
$to = 'seo.ceane@gmail.com';
$subject = 'Contact ElectroBorne';
$message = "De: {$data['name']}\nEmail: {$data['email']}\n\nMessage:\n{$data['message']}";
$headers = "From: {$data['email']}";
Expand Down

0 comments on commit c8da225

Please sign in to comment.