Email js empty message problem help me. #130
Replies: 1 comment 4 replies
-
Can you share your template? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My template id , service id, and public id is located in .env file. But message comes empty.
import React, { Component } from 'react';
import $ from 'jquery';
import ReactGA from 'react-ga4';
import emailjs from '@emailjs/browser';
export class Gedit extends Component {
}
export default Gedit;
export const displayGedit = () => {
return ;
}
Beta Was this translation helpful? Give feedback.
All reactions