dude you are the best!! you kinda saved me it didn't work for me for a while
@DavidGTech Жыл бұрын
Hey @Lordalba, I'm so glad to hear that the tutorial helped you out! 😊 If you have any more questions or need further clarification on anything, feel free to ask. Happy coding!
@Nonemauwu4 ай бұрын
Thank u very much for this tut, you saved my life literally lol
@ary.0_argh2542 ай бұрын
Makasih Banyak Mas Bro 🫡
@CarreiraemFoco-i8z4 ай бұрын
thanks from Brazil!!!!!!
@tjioelenawati9824 Жыл бұрын
Good .. Good
@DavidGTech Жыл бұрын
Thanks
@YasirNaem-q6s4 ай бұрын
Great Job Thank you
@johngeromego2310 Жыл бұрын
Thanks a lot! it helps me a lot
@DavidGTech Жыл бұрын
Glad to hear that! You're welcome!!!
@25-nguyenminhanh468 ай бұрын
Thank you so much, it really works.
@DavidGTech7 ай бұрын
Hi @25-nguyenminhanh46, You're welcome! 😊 I'm glad it helped!
@yogeshwarkalpande9 ай бұрын
Can we send email using this method to any one of just to those which account we added to the emailjs
@DavidGTech7 ай бұрын
Hi @yogeshwarkalpande, You can send emails to any recipient using EmailJS, not just to those whose accounts are added to EmailJS. You just need to configure your EmailJS service correctly. Hope this helps! 😊
@samuel_nicholas Жыл бұрын
Thanks bro!
@DavidGTech Жыл бұрын
Any time
@ZeyadKarem-jd7md11 ай бұрын
Can you send multi users
@DavidGTech7 ай бұрын
@ZeyadKarem-jd7md Yes, you can send messages to multiple users using EmailJS. You can customize the recipient email addresses in your JavaScript code to send emails to multiple recipients.
@ACA1975 Жыл бұрын
Mantul
@markjosephortizano5084 Жыл бұрын
sir i follow your step it's working on my test contact form. it helps me a lot to Analize how does it works. my question is how proper put this code on my contact form with professional coding? any clue or suggestion.
@DavidGTech Жыл бұрын
Hi @markjosephortizano5084, I'm delighted to hear that the tutorial was helpful for your test contact form! Integrating this code into a professional contact form involves a few best practices: - Separation of Concerns: Consider organizing your code with a separation of concerns. Have separate files or sections for HTML, CSS, and JavaScript. This makes your codebase cleaner and more maintainable. - JavaScript External File: Move your JavaScript code into an external file and include it in your HTML using the tag. This keeps your HTML cleaner and promotes code reusability. - Event Listeners: Utilize event listeners to trigger the email sending functionality. For example, you might want to send the email when the user submits the form. - Error Handling: Implement error handling to provide clear feedback to users if something goes wrong during the email sending process.
@longoquang78617 ай бұрын
Hi I have the problem with UserID. My emailJS dashboard do not have the same option as you it only provide the API public key and not the UserID so when I try to put the API key in the UserID there is an error that UserID cannot be found how can I resovle this
@DavidGTech7 ай бұрын
Hi @longoquang7861, Thanks for reaching out! 😊 It sounds like there might have been some changes to the EmailJS dashboard. If you only have the API public key, try using that in place of the UserID. If the issue persists, I recommend checking the EmailJS documentation or contacting their support for the latest updates. I'll look into this as well and update the tutorial if needed. Hope this helps! 👍
@bombastic_king856611 ай бұрын
For some reason it doesnt works for me, but for some reason it doesn't throws me back an error :/ Although im trying to use a module script
@DavidGTech7 ай бұрын
Hi @bombastic_king8566! If you're using a module script and it's not working, ensure that your HTML file has the type="module" attribute in the script tag. Also, check for any errors in the console that might indicate what’s going wrong. If you need more help, feel free to share more details!
@tinyyEdits Жыл бұрын
works 100% ty
@atanughorai4245 Жыл бұрын
In 0:34 sec how to get this website link? I am unable to find it
@DavidGTech Жыл бұрын
You're welcome mate!
@DavidGTech Жыл бұрын
The website link is in this youtube video description
@CrashBeastt10 ай бұрын
emailjs plan offer 200 request for every month or just for one time 200 request?
@informationdesk426710 ай бұрын
Every day
@keisen79219 ай бұрын
Thanks bro
@DavidGTech9 ай бұрын
No problem
@lifebest4404 Жыл бұрын
Sir php current location get but current location not show another place area show
@DavidGTech Жыл бұрын
Thank you for your comment! In the video tutorial, the focus is on demonstrating how to send an email using EmailJS, rather than retrieving the current location. If you're specifically interested in getting the current location using PHP, you might find other resources or tutorials that cover that topic specifically. However, feel free to ask any questions related to the email sending process using EmailJS, and I'll be happy to assist you!
@lifebest4404 Жыл бұрын
@@DavidGTech thanks sir
@jorensumagang3533 Жыл бұрын
GOD DAMN GOOD VIDEO BROO
@DavidGTech Жыл бұрын
Hey @jorensumagang3533, Haha, thanks a million! 😊 I'm thrilled you enjoyed the video! If you ever have more questions or need help with anything, feel free to drop a comment. Happy coding, and stay awesome! 🚀🙌
@idrispamilerin7037 Жыл бұрын
this is a very good one and it works, although does it not send attachments?
@DavidGTech Жыл бұрын
Glad to hear that it works, thank you. It can send attachments also, but it will lengthen the video time, so I didn't include the tutorial to send attachments
@DavidGTech Жыл бұрын
But I will do next time to make a video tutorial to send attachments from email
@Dani-yk7mf Жыл бұрын
Please make a video where you only send the attachment without anything else. I need.
@markjosephortizano5084 Жыл бұрын
Sir how about laravel API Can upload also a video. I'm newbie at developer industry I need to enhance thid skill
@DavidGTech Жыл бұрын
Hi @markjosephortizano5084, Absolutely! I appreciate your interest in enhancing your skills. Creating a Laravel API is a fantastic next step. I'll definitely consider creating a video on that topic. In the meantime, if you're new to development, I'd recommend getting familiar with the basics of Laravel. The Laravel documentation is an excellent resource, and there are many tutorials available online. To give you a head start, you can explore topics like: - Setting up Laravel and understanding its structure. - Creating routes and controllers. - Working with databases using Eloquent ORM. - Building API endpoints with Laravel's built-in tools. Feel free to let me know if you have specific questions or if there's a particular aspect of Laravel API development you'd like more guidance on. Remember, the journey in the developer industry is about continuous learning. Best of luck, and enjoy the process of enhancing your skills! Happy coding!
@lifebest4404 Жыл бұрын
Sir how send image WhatsApp js use no thirt party api use tutorial
@DavidGTech Жыл бұрын
Ok coming soon
@mondo_31 Жыл бұрын
how to use html templates in message boxes
@DavidGTech Жыл бұрын
Hi @dohasbi, Using HTML templates in message boxes can add a dynamic and visually appealing touch to your email messages. If you're working with EmailJS in JavaScript to send emails, you can include HTML templates in the message body. Here's a basic example to get you started: - Create an HTML Template: Design your HTML template for the message box. You can use HTML tags and inline styles for formatting. For example: Hello {{user}}, Thank you for subscribing to our newsletter. We appreciate your interest! - Use the Template in JavaScript (EmailJS): Incorporate the HTML template into your JavaScript code using EmailJS. Replace the message content with your HTML template. Here's a simplified example: emailjs.send('your_service_id', 'your_template_id', { to: 'recipient@example.com', user: 'John Doe', // This is a dynamic value you can replace with user-specific data }); Ensure that you replace 'your_service_id' and 'your_template_id' with your actual EmailJS service and template IDs.
@janssena8858 Жыл бұрын
Konten terlaluberkualitas. Izin save awokokokokokokokok
@DavidGTech Жыл бұрын
Awowowkwwkowo makasih jan
@김지우-o9u9b Жыл бұрын
Awesome, Thx a lot! I have 1 more question, If I want to post an image , how can I do that?
@DavidGTech Жыл бұрын
You're very welcome!!! Thank you for your suggestion, I will make a video about that soon!
@BrunoEletronicDevАй бұрын
This aplication it is free?
@DavidGTechАй бұрын
Yes, absolutely free!
@TechHaven_7 ай бұрын
can someone please post all the code in this comment I tried and its not working with no errors so I thing I misspelled someonething but not sure
@DavidGTech7 ай бұрын
Hi @TechHaven_, Thanks for your comment! 😊 It sounds like there might be a small typo causing the issue. Double-check your code for any misspelled variables or function names. Sometimes, even a small error can cause problems. If you're still having trouble, feel free to share the specific part you're stuck on, and I'd be happy to help you troubleshoot it! 👍
@sota5455 Жыл бұрын
Thank you for the helpful video! I've got one question. How can we protect our credential info such as serviceID, templateID and public key?
@UnrealArman Жыл бұрын
Are u get anything to secure it!?
@digimori1142 Жыл бұрын
Environment variables and gitgnore the .env file
@DavidGTech Жыл бұрын
Hi @sota5455 , Thank you for your kind words! I'm glad you found the video helpful. 😊 When it comes to protecting credential information in JavaScript, it's essential to follow best practices to enhance security: - Use Environment Variables: If you're working in a Node.js environment or using tools like Webpack, consider using environment variables to store sensitive information. This helps keep your credentials separate from your codebase. - Server-Side Handling: For particularly sensitive information, consider moving the handling of credentials to the server side. Create an API endpoint on your server that securely interacts with services requiring credentials, and let your client-side JavaScript make requests to that endpoint. - Restrict Access: Ensure that your credentials have the minimum required permissions. For example, if using API keys, only grant the necessary permissions to perform specific actions. - Avoid Hardcoding: Refrain from hardcoding sensitive information directly into your JavaScript files. If someone gains access to your code, hardcoded credentials become vulnerable. - Encryption: If possible, encrypt sensitive information. This adds an extra layer of protection, especially if the data is stored or transmitted. Remember, security is a layered approach. While you can take steps to make it more challenging for unauthorized access, no solution is entirely foolproof. Choose an approach that aligns with the security requirements of your project. If you have more questions or need further clarification, feel free to ask!
@DavidGTech Жыл бұрын
@digimori1142 correct
@nesrineg64968 ай бұрын
thank you veru muck i sepend more than a monthe to make it work until i saw this vedio
@DavidGTech7 ай бұрын
Hi @parsifall6746, You're welcome! 😊 Glad you found it helpful!
@SalmanulFaris-zv6qy7 ай бұрын
Gmail_API: Request had insufficient authentication scopes
@Leonardo-ub2wd Жыл бұрын
doesn't work...
@DavidGTech Жыл бұрын
Hi @Leonardo-ub2wd, I'm sorry to hear that you're having trouble. Let's try to figure out what might be going wrong. Can you provide more details about the specific issue you're facing? Are there any error messages you're encountering? Additionally, make sure you've followed each step in the tutorial carefully. If you can share more information, I'll do my best to assist you and get it working. Thanks for reaching out!
@hassanaftah96610 ай бұрын
is js free?@@DavidGTech
@heckyyy410 ай бұрын
I’m having issues
@kjaswanth3552 Жыл бұрын
Bro it was not working
@DavidGTech Жыл бұрын
Thank you for watching my video and leaving your feedback! I'm sorry to hear that you encountered issues with the code. To better assist you, could you please let me know which specific part of the code or functionality was not working for you? I'd be more than happy to help troubleshoot the problem and find a solution together. Your feedback is valuable, and I want to ensure that everyone has a smooth experience with the tutorial. Looking forward to assisting you further!
@jimmysalto174910 ай бұрын
Doesnt work!!!
@DavidGTech7 ай бұрын
Hi @jimmysalto1749, Sorry to hear it's not working for you. 😔 Double-check your API keys and the code setup. If you can provide more details about the issue, I'll do my best to help you troubleshoot it. Let me know! 😊