Loading htdocs/helpers.php +1 −0 Original line number Diff line number Diff line Loading @@ -79,6 +79,7 @@ function sendInviteMail($to, $secret, $lang, ?string $referrer = null, ?string $ $signupURL .= "&shop=$shopLocation"; } $SENDGRID_API_KEY = getenv("SENDGRID_API_KEY"); $signupURL = urlencode($signupURL); if (!empty($SENDGRID_API_KEY)) { return sendInviteMailWithSendGrid($to, $signupURL); } Loading Loading
htdocs/helpers.php +1 −0 Original line number Diff line number Diff line Loading @@ -79,6 +79,7 @@ function sendInviteMail($to, $secret, $lang, ?string $referrer = null, ?string $ $signupURL .= "&shop=$shopLocation"; } $SENDGRID_API_KEY = getenv("SENDGRID_API_KEY"); $signupURL = urlencode($signupURL); if (!empty($SENDGRID_API_KEY)) { return sendInviteMailWithSendGrid($to, $signupURL); } Loading