mirror of
https://github.com/myronblair/tomsjavajive
synced 2026-06-30 17:50:32 -05:00
Switch email to CyberMail API; integrations page manages API key via DB
This commit is contained in:
@@ -27,7 +27,7 @@ switch ($type) {
|
||||
jsonResponse(['error' => 'Invalid email address'], 400);
|
||||
}
|
||||
|
||||
$result = sendEmail()->send(
|
||||
$result = emailService()->send(
|
||||
$recipient,
|
||||
"Test Email from Tom's Java Jive",
|
||||
"<div style='font-family: Arial, sans-serif; max-width: 500px; margin: 0 auto; padding: 20px;'>
|
||||
|
||||
Reference in New Issue
Block a user