This might help you :) 👉 12 Week Flutter Training from Newbie to Expert: heyflutter.com Source Code: github.com/JohannesMilke/send_email_ii_example
@oijgg3p3 жыл бұрын
In a few years, flutter will be so popular.. and you'll be the face of it.
@waheeb_aqlan Жыл бұрын
The best channel I never saw ❤❤❤❤❤
@HeyFlutter Жыл бұрын
Glad to hear that, Thank you @waheeb_aqlan! 😊
@nurullahaydogdu19513 жыл бұрын
You are perfect man for flutter, thanks bro.
@camiloforerogalindo3 жыл бұрын
I got a error "403 Forbidden", so i went to the Emailjs setting and check option "Allow EmailJS API for non-browser applications" and uncheck option "Use access token (recommended) " option. this worked for me. :)
@hammadpervez45683 жыл бұрын
Bro, please make videos on Different Architectures and How to choose good names for Directories/classes/methods and variable.
@A_hmadAli3 жыл бұрын
You are amazing my friend
@Lmarso32 жыл бұрын
Hey Johannes, thanks a lot for the tutorial! Altough I have a problem, my dashboard doesn't have an integration tab where I could get the user_id. Is there a workaround for this? thank you!
@Lmarso32 жыл бұрын
@@HeyFlutter I found out the integration tab got removed. It is now the public key in the API keys section! Hope this helps anyone else!
@felipecastrosales2 жыл бұрын
@@Lmarso3 thanks bro
@muhammadqazmouz6604 Жыл бұрын
That's amazing, thanks johannes
@HeyFlutter Жыл бұрын
You’re most welcome, @muhammadqazmouz6604! 🙂
@flutterify2 жыл бұрын
First of all, Thank you very much for this wonderful tutorial. Secondly, if I send mail to the email to which i signup it works fine, but if I send to any other email it goes to spam
@flutterify2 жыл бұрын
@@HeyFlutter I hope you will found a solution. However i want to ask how to send email to my hosting email
@redaabdelhamed519 Жыл бұрын
you are the best
@HeyFlutter Жыл бұрын
Glad to hear that, Thank you Reda Abdelhamed! 😊
@programingtales75142 жыл бұрын
thats awesome thank you Johannes you are the best
@fatihtutar75833 жыл бұрын
thanks for the video i learned how to send an e-mail to any e-mail I want
@heaven7pro Жыл бұрын
Huge thanks for this tutorial, pal!
@HeyFlutter Жыл бұрын
You’re most welcome, heaven7! 🙂
@henkiespenkie44143 жыл бұрын
Love your vids they help me out so much
@abdulrazzakshaker72882 жыл бұрын
Thank u very much for this video. Can u please tell us how to sen attachments with the email via EmailJS and Flutter?
@mauriciocarriazo33623 жыл бұрын
This video help me so much! Can we attach an image too? How can we do it?
@RonaldIgnacio-u3w Жыл бұрын
hi johannes! I love you content and its very helpful. I just want to ask. Is it possible to attached images using this method?
@HeyFlutter Жыл бұрын
Thank You @user-it2lw4ys7b! Follow this link: medium.com/@info_67212/how-to-send-a-screenshot-attachment-in-mail-using-flutter-703a2bba882f I hope you will get your answer 🙂
@RonaldIgnacio-u3w Жыл бұрын
@@HeyFlutterwow thanks for replying. I cant believe you actually found a solution for what Im looking. thanks so much. Btw. I scroll through all your videos because I am looking if you have a tutorial on printing to a connected thermal printer and also through tcp/ip or bluetooth for web app. I notice its kinda different compare to android printing. I hope you can make one tutorial for this if you still do not have.. more power to you Johannes.
@nifalmohamed80242 жыл бұрын
Thank you for the tutorial. Kindly help me I have one issue. Everything working fine but I didn't get the emails. I can see the emails processed in email history inside EmailJS. Please help me to fix this.
@sr.railn.m.6672 жыл бұрын
Thank you very much, does this work on flutter windows?
@HeyFlutter2 жыл бұрын
Yes, Sr. Rail N.M. 🙂 you can use it for windows
@mayur162 жыл бұрын
Am currently working on flutter desktop app, in my app i wanted an feature to send mails from a gmail account. My question is.. Is it possible to directly send email from flutter app just by authenticating using gmail in mailer package? not by using services like emailjs. Thank you in advance..
@HeyFlutter2 жыл бұрын
Thanks for the idea Mayur Acharya 😀, i have added it in my list of future videos
@Englishwithodo2 жыл бұрын
Very useful video. Please, how do you make that notification with green "Email sent successfully" to appear?
@titoworlddev3 жыл бұрын
Hello Johannes, it has been very useful to me, but I have a problem, when I send the email, if my string is written with line breaks, when the person who receives it looks at it, those line breaks do not appear. My string is written like this: '¡Te ha tocado a Cristian! Las reglas seran las siguientes: - El presupuesto sera de $presupuesto euros - La fecha de entrega sera el dia $fechaDeEntrega'; Sorry if you don't understand it is written in Spanish It's supposed to be fine, but for some reason it doesn't work. Do you have any idea how to fix it?
@titoworlddev3 жыл бұрын
I answer myself since no one has been so kind to help me. Apparently when we put a variable inside our template, using the keys, such as {{user_name}}, if we only put two keys that makes the characters escape and all are displayed since apparently with two email keys .js allows the use of scripts within the message. Therefore if we use three keys this does not happen and it allows us to add newlines since it reads it as an html code, so we could write a string in the following way. 'Hello World I am using Flutter!' or even if it seems more comfortable to write as a Dart string, String message = 'Hello World \ n I am using Flutter' return message.replaceAll ('\ n', '') Either one will end up putting the html tag and will make a line break. Also it is supposed to be used to add things like links, etc, allowed in html. I have not tried that last but I assume it. Hope this can help someone else. (Source: stackoverflow.com/questions/40352629/im-unable-to-add-newlines-to-the-emails-content)
@ThePaucf972 жыл бұрын
@@titoworlddev hey! I have the same problems with line breaks but I dont get what are you saying. If you want you can answer in Spanish ;) At the moment I am writting the message like this {{message}} and do not respect line breaks
@rowleyes59542 жыл бұрын
@@ThePaucf97 the email program text is supporting html so you can't use /n, you need to use
@kevintrebossen82093 жыл бұрын
Thank you very much for this video! Is it possible to insert an attachment into the email? This file is created by me (csv file). I've read the document of EmailJS but I can't find the solution Thank you
@janammaharjan26992 жыл бұрын
Dear Johannes Milke can we send one email to multiple recipients email address at once in this emailJS service ?
@janammaharjan26992 жыл бұрын
@@HeyFlutter Thank you Johannes is there any limit regards how many people we can send email at once . For say if I want to send 200 recipients at once can it be done ?
@chrisl2854 Жыл бұрын
I like your tutorial and followed along but all I get is a white screen on my android test device and on the emulator.
@HeyFlutter Жыл бұрын
Hey, @chrisl2854 🙂 Please check console for any errors that causing white screen issue. It maybe be some thing related to ui
@henkiespenkie44143 жыл бұрын
Can you make something for a time picker? Like the one android has I nice I didn't see any good alternatives
@yapruhsat97662 жыл бұрын
200 requests are not enough? There is a better alternative for free plans ?
@Colosanti12 жыл бұрын
Is it possible to send an embedded image? Haven't figured it out how yet. Thanks!
@HeyFlutter2 жыл бұрын
Thank You Colossp! Follow this link: stackoverflow.com/questions/70296609/how-to-embed-image-in-markdown-file-in-flutter I hope you will get your answer 🙂
@sikkicoding Жыл бұрын
Zabardast, Great Johannes Thank You
@HeyFlutter Жыл бұрын
You’re most welcome, Sikki Coding! 🙂
@dharsmarkat38643 жыл бұрын
What M1 variant you would recommend for complex app development in flutter
@avtecweb3 жыл бұрын
Congratulations !!!! How do I have an Attachment type field for Images or PDF files? would have some video showing create a field for such a function being that usually emails always come with an attachment these days. sir
@avtecweb3 жыл бұрын
@@HeyFlutter within this example that demonstrated would be how to make a simple video to add the option to attach file with the email? Thanks in advance.
@kevintrebossen82093 жыл бұрын
@@avtecweb Do you have the solution? I have the same problem :(
@fluttermakers3 жыл бұрын
thanks my bro ..😘
@romanautumn5323 жыл бұрын
But how did you linked input fiels to template? I did the same way you showed in last video, but is sends empty letter.
@manitas1813 жыл бұрын
HELLO, the mail is not sent always says the user id is required
@shehryarshujaat16263 жыл бұрын
Have you found the issue Alex? i am facing the same issue.
@manitas1813 жыл бұрын
@@shehryarshujaat1626 hello i'm a create a new count, it's resolve the problem
@beyzagonculer56423 жыл бұрын
@@manitas181 Did you use firebase for this project?
@aytunch3 жыл бұрын
Hi Johannes, could you please cover a share package? I can't get to share a video file(mp4) in instagram stories. It only shows instagram posts.
@nejmeddineallouche313 жыл бұрын
Thank you for sharing this video, I tried the solution you suggested but I get an error server 403, can you help me please ? thanks in advance
@nejmeddineallouche312 жыл бұрын
@@HeyFlutter The server response is 403
@nomankarimi9322 жыл бұрын
i like your vids. please update them. some contents are changed in email js website
@HeyFlutter2 жыл бұрын
Thanks for your feedback, Noman Karimi! 🙂
@vinayghadigaonkar82153 жыл бұрын
Before watch your video ❤️.
@benjaminashie82093 жыл бұрын
Thanks very much for this tutorial. Please can you do a tutorial on how to click on a message badge to clear its count with firestone data.. Thanks
@benjaminashie82093 жыл бұрын
@@HeyFlutter Thanks very much
@andrewlazar92452 жыл бұрын
Great video. How can I download the source code ?
@HeyFlutter2 жыл бұрын
Hey, Andrew Lazar 🙂 You just need to subscribe on github
@techcollege37623 жыл бұрын
how u are getting data name subject message etc
@nikalags3 жыл бұрын
what's with trigger email ?
@mrboss39522 жыл бұрын
I'm getting a 403 error, I followed the tutorial and doing this in a dart file but I'm not sure what the issue might be. Everything seems to be corrrect and someone before mentioned about enabing a setting but that has since been removed due to recent updates on the site. Any fixes to this?
@HeyFlutter2 жыл бұрын
Thank You MrBoss! Follow this link: stackoverflow.com/questions/72250290/flutter-403-error-http-getx-and-http-library I hope you will get your answer 🙂
@fireapp49653 жыл бұрын
Can attach any file in the email?
@parthatalukdar8502 Жыл бұрын
I'm getting a 412 error (Gmail_API: Invalid To header) what might be the issue here?
@HeyFlutter Жыл бұрын
Thank You @parthatalukdar8502! Follow this link: stackoverflow.com/questions/52390096/why-does-the-gmail-api-return-an-invalid-to-header-error-while-my-api-had-been I hope you will get your answer 🙂
@danielmafileo40782 жыл бұрын
Doesn't work. I get an error - Error: Converting object to an encodable object failed: Instance of '_HashSet'
@HeyFlutter2 жыл бұрын
Thank You Daniel Mafile'o! Follow this link: stackoverflow.com/questions/49753412/converting-object-to-an-encodable-object-failed I hope you will get your answer 🙂
@janammaharjan26992 жыл бұрын
Thanking you
@miis_take155 Жыл бұрын
is emailjs free to send mail from background??
@HeyFlutter Жыл бұрын
Thank you, @miis_take155! 🙂. Yes it is free.
@FA_vortex2 жыл бұрын
Great and useful tutorial thank you. A couple questions though. EmailJs has a subscription that allows up to 100k emails per month only. What if you need more? is there any alternative for big businesses? The second question is do you know any similar service for SMS?
@iso4ever1852 жыл бұрын
Did you get it?
@FA_vortex2 жыл бұрын
@@iso4ever185 Not really no, I left it aside for now until I get there lol
@muhammadsaadwasif50952 жыл бұрын
twilio_voice works for sms
@FA_vortex Жыл бұрын
@ url_launcher just opens up the user's default mailing app or web to send manually
@dailyupdates281011 ай бұрын
user id not get in email js how to solve this
@HeyFlutter11 ай бұрын
Thank you, @dailyupdates2810! 🙂. Please try to provide enough details with your question
@jmneo463527 күн бұрын
@@HeyFlutter I think he meant where is the integration section to get the user id. its been quite while and the website has changed compared to your video
@seetheworld38392 жыл бұрын
bro i want any user using my app to send his/her feedback via email using a form in flutter will this code work wht u have shown above or it is restricted to a specific email id
@HeyFlutter2 жыл бұрын
Thank You See The World! Follow this link: stackoverflow.com/questions/57080364/how-to-let-user-send-feedback-through-their-default-email-app I hope you will get your answer 🙂
@Shirubia.S.V_Manhva11 ай бұрын
it works in the emulator but does not work on the phone
@HeyFlutter11 ай бұрын
Thanks for your feedback, @Shirubia.S.V_Manhva! 🙂
@dhanrajchavan65483 жыл бұрын
Getting this ERROR: API calls are disabled for non-browser applications. Even I have enabled it from settings.
@justinofodile41502 жыл бұрын
Go to the Emailjs setting and check the option "Allow EmailJS API for non-browser applications" and uncheck option "Use access token (recommended) " option. this worked for me.
@simonesesana3 жыл бұрын
Hi, I have a problem. When I build the apk the app doesen't work anymore. Any ideas why?
@simonesesana3 жыл бұрын
@@HeyFlutter Thank you very much, I hope it works
@shuklashrestha86103 жыл бұрын
how to schedule email to send using flutter local notification
@shuklashrestha86103 жыл бұрын
@@HeyFlutter You have made flutter even easier to learn. Thank you ❤
@yousour51122 жыл бұрын
hi, how can i throw a custom error on http package ?
@yousour51122 жыл бұрын
@@HeyFlutter thank you so much 😊
@cleitonalencar9033 Жыл бұрын
Muito bom! Obrigado!
@HeyFlutter Жыл бұрын
Great, Thank you @cleitonalencar9033!
@flutterquick2 жыл бұрын
How to send sms messages in flutter
@HeyFlutter2 жыл бұрын
Thank You amanuel gulilat! Follow this link: pub.dev/packages/flutter_sms I hope you will get your answer 🙂
@flutterquick2 жыл бұрын
@@HeyFlutter ♥️♥️♥️♥️♥️😎😎😎😎
@rayaahmad67912 жыл бұрын
i can't make it work, inactive Inputconnection
@HeyFlutter2 жыл бұрын
Thank You Raya Ahmad! Follow this link: stackoverflow.com/questions/61952613/getselectedtext-on-inactive-inputconnection-flutter I hope you will get your answer 🙂
@fannyjuan173 жыл бұрын
i can't make it work, inactive Inputconnection and api calls are disabled 😣
@fannyjuan173 жыл бұрын
@@HeyFlutter hi , thank you so much! your tutorial is always on point♥️♥️ love here from Philippines ♥️
@fannyjuan173 жыл бұрын
@@HeyFlutter and sir, how did you put notification that the email is sent?
@masoomeencures2492 жыл бұрын
bro how to get user name when he/she send email to us instead of our name so what to do
@HeyFlutter2 жыл бұрын
Thank You Masoomeen cures! Follow this link: stackoverflow.com/questions/70038113/flutter-i-want-to-put-the-name-and-email-of-the-user-logged-in-the-drawer I hope you will get your answer 🙂
@raselhossen125 Жыл бұрын
Emailjs free or paid?
@HeyFlutter Жыл бұрын
Thank you, @raselhossen125! 🙂. It is free.
@raselhossen125 Жыл бұрын
@@HeyFlutter Tnanks
@danielmafileo40782 жыл бұрын
Doesn't support flutter web?
@HeyFlutter2 жыл бұрын
Thank you, Daniel Mafile'o! 🙂. It does.
@kingisback40052 жыл бұрын
Hi is it free or paid
@HeyFlutter2 жыл бұрын
Thank you, King is Back! 🙂. It's free.
@mhamadraad75043 жыл бұрын
10/10
@romel32602 жыл бұрын
working as of 28 sep 2022
@HeyFlutter2 жыл бұрын
Great, Thank You Romel
@Tech1st3 жыл бұрын
Its full of free?
@Tech1st3 жыл бұрын
@@HeyFlutter i check bro.Its showing to pay?
@zakblacki3 жыл бұрын
All your sources codes are no longer available because of theses sponsor thing kindly restore as it was
@zakblacki3 жыл бұрын
@@HeyFlutter two month later same issue I'm unsubscribing obliging us to become sponsor to have access very disappointing
@d.developer2 жыл бұрын
this ain't the right way bruh
@HeyFlutter2 жыл бұрын
Thanks for your feedback, D. Developer! 🙂
@M37Shadow3 жыл бұрын
@saicharansigiri29642 жыл бұрын
I am getting this error -> API calls are disabled for non-browser applications
@saicharansigiri29642 жыл бұрын
@@HeyFlutter but Mike, this is for flutter web. I am getting this error in flutter android and ios
@justinofodile41502 жыл бұрын
Go to the Emailjs setting and check the option "Allow EmailJS API for non-browser applications" and uncheck option "Use access token (recommended) " option. this worked for me.
@nomankarimi9322 жыл бұрын
go to account > security tab check allow EmailJS API for non-browser application