Flutter Tutorial - How To Send Email From Flutter App | The Right Way | In Background & HTTP

  Рет қаралды 49,788

HeyFlutter․com

HeyFlutter․com

Күн бұрын

Пікірлер: 140
@HeyFlutter
@HeyFlutter Жыл бұрын
This might help you :) 👉 12 Week Flutter Training from Newbie to Expert: heyflutter.com Source Code: github.com/JohannesMilke/send_email_ii_example
@oijgg3p
@oijgg3p 3 жыл бұрын
In a few years, flutter will be so popular.. and you'll be the face of it.
@waheeb_aqlan
@waheeb_aqlan Жыл бұрын
The best channel I never saw ❤❤❤❤❤
@HeyFlutter
@HeyFlutter Жыл бұрын
Glad to hear that, Thank you @waheeb_aqlan! 😊
@nurullahaydogdu1951
@nurullahaydogdu1951 3 жыл бұрын
You are perfect man for flutter, thanks bro.
@camiloforerogalindo
@camiloforerogalindo 3 жыл бұрын
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. :)
@hammadpervez4568
@hammadpervez4568 3 жыл бұрын
Bro, please make videos on Different Architectures and How to choose good names for Directories/classes/methods and variable.
@A_hmadAli
@A_hmadAli 3 жыл бұрын
You are amazing my friend
@Lmarso3
@Lmarso3 2 жыл бұрын
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!
@Lmarso3
@Lmarso3 2 жыл бұрын
@@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!
@felipecastrosales
@felipecastrosales 2 жыл бұрын
@@Lmarso3 thanks bro
@muhammadqazmouz6604
@muhammadqazmouz6604 Жыл бұрын
That's amazing, thanks johannes
@HeyFlutter
@HeyFlutter Жыл бұрын
You’re most welcome, @muhammadqazmouz6604! 🙂
@flutterify
@flutterify 2 жыл бұрын
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
@flutterify
@flutterify 2 жыл бұрын
@@HeyFlutter I hope you will found a solution. However i want to ask how to send email to my hosting email
@redaabdelhamed519
@redaabdelhamed519 Жыл бұрын
you are the best
@HeyFlutter
@HeyFlutter Жыл бұрын
Glad to hear that, Thank you Reda Abdelhamed! 😊
@programingtales7514
@programingtales7514 2 жыл бұрын
thats awesome thank you Johannes you are the best
@fatihtutar7583
@fatihtutar7583 3 жыл бұрын
thanks for the video i learned how to send an e-mail to any e-mail I want
@heaven7pro
@heaven7pro Жыл бұрын
Huge thanks for this tutorial, pal!
@HeyFlutter
@HeyFlutter Жыл бұрын
You’re most welcome, heaven7! 🙂
@henkiespenkie4414
@henkiespenkie4414 3 жыл бұрын
Love your vids they help me out so much
@abdulrazzakshaker7288
@abdulrazzakshaker7288 2 жыл бұрын
Thank u very much for this video. Can u please tell us how to sen attachments with the email via EmailJS and Flutter?
@mauriciocarriazo3362
@mauriciocarriazo3362 3 жыл бұрын
This video help me so much! Can we attach an image too? How can we do it?
@RonaldIgnacio-u3w
@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
@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
@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.
@nifalmohamed8024
@nifalmohamed8024 2 жыл бұрын
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.667
@sr.railn.m.667 2 жыл бұрын
Thank you very much, does this work on flutter windows?
@HeyFlutter
@HeyFlutter 2 жыл бұрын
Yes, Sr. Rail N.M. 🙂 you can use it for windows
@mayur16
@mayur16 2 жыл бұрын
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..
@HeyFlutter
@HeyFlutter 2 жыл бұрын
Thanks for the idea Mayur Acharya 😀, i have added it in my list of future videos
@Englishwithodo
@Englishwithodo 2 жыл бұрын
Very useful video. Please, how do you make that notification with green "Email sent successfully" to appear?
@titoworlddev
@titoworlddev 3 жыл бұрын
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?
@titoworlddev
@titoworlddev 3 жыл бұрын
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)
@ThePaucf97
@ThePaucf97 2 жыл бұрын
@@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
@rowleyes5954
@rowleyes5954 2 жыл бұрын
@@ThePaucf97 the email program text is supporting html so you can't use /n, you need to use
@kevintrebossen8209
@kevintrebossen8209 3 жыл бұрын
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
@janammaharjan2699
@janammaharjan2699 2 жыл бұрын
Dear Johannes Milke can we send one email to multiple recipients email address at once in this emailJS service ?
@janammaharjan2699
@janammaharjan2699 2 жыл бұрын
@@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
@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
@HeyFlutter Жыл бұрын
Hey, @chrisl2854 🙂 Please check console for any errors that causing white screen issue. It maybe be some thing related to ui
@henkiespenkie4414
@henkiespenkie4414 3 жыл бұрын
Can you make something for a time picker? Like the one android has I nice I didn't see any good alternatives
@yapruhsat9766
@yapruhsat9766 2 жыл бұрын
200 requests are not enough? There is a better alternative for free plans ?
@Colosanti1
@Colosanti1 2 жыл бұрын
Is it possible to send an embedded image? Haven't figured it out how yet. Thanks!
@HeyFlutter
@HeyFlutter 2 жыл бұрын
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
@sikkicoding Жыл бұрын
Zabardast, Great Johannes Thank You
@HeyFlutter
@HeyFlutter Жыл бұрын
You’re most welcome, Sikki Coding! 🙂
@dharsmarkat3864
@dharsmarkat3864 3 жыл бұрын
What M1 variant you would recommend for complex app development in flutter
@avtecweb
@avtecweb 3 жыл бұрын
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
@avtecweb
@avtecweb 3 жыл бұрын
@@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.
@kevintrebossen8209
@kevintrebossen8209 3 жыл бұрын
@@avtecweb Do you have the solution? I have the same problem :(
@fluttermakers
@fluttermakers 3 жыл бұрын
thanks my bro ..😘
@romanautumn532
@romanautumn532 3 жыл бұрын
But how did you linked input fiels to template? I did the same way you showed in last video, but is sends empty letter.
@manitas181
@manitas181 3 жыл бұрын
HELLO, the mail is not sent always says the user id is required
@shehryarshujaat1626
@shehryarshujaat1626 3 жыл бұрын
Have you found the issue Alex? i am facing the same issue.
@manitas181
@manitas181 3 жыл бұрын
@@shehryarshujaat1626 hello i'm a create a new count, it's resolve the problem
@beyzagonculer5642
@beyzagonculer5642 3 жыл бұрын
@@manitas181 Did you use firebase for this project?
@aytunch
@aytunch 3 жыл бұрын
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.
@nejmeddineallouche31
@nejmeddineallouche31 3 жыл бұрын
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
@nejmeddineallouche31
@nejmeddineallouche31 2 жыл бұрын
@@HeyFlutter The server response is 403
@nomankarimi932
@nomankarimi932 2 жыл бұрын
i like your vids. please update them. some contents are changed in email js website
@HeyFlutter
@HeyFlutter 2 жыл бұрын
Thanks for your feedback, Noman Karimi! 🙂
@vinayghadigaonkar8215
@vinayghadigaonkar8215 3 жыл бұрын
Before watch your video ❤️.
@benjaminashie8209
@benjaminashie8209 3 жыл бұрын
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
@benjaminashie8209
@benjaminashie8209 3 жыл бұрын
@@HeyFlutter Thanks very much
@andrewlazar9245
@andrewlazar9245 2 жыл бұрын
Great video. How can I download the source code ?
@HeyFlutter
@HeyFlutter 2 жыл бұрын
Hey, Andrew Lazar 🙂 You just need to subscribe on github
@techcollege3762
@techcollege3762 3 жыл бұрын
how u are getting data name subject message etc
@nikalags
@nikalags 3 жыл бұрын
what's with trigger email ?
@mrboss3952
@mrboss3952 2 жыл бұрын
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?
@HeyFlutter
@HeyFlutter 2 жыл бұрын
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 🙂
@fireapp4965
@fireapp4965 3 жыл бұрын
Can attach any file in the email?
@parthatalukdar8502
@parthatalukdar8502 Жыл бұрын
I'm getting a 412 error (Gmail_API: Invalid To header) what might be the issue here?
@HeyFlutter
@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 🙂
@danielmafileo4078
@danielmafileo4078 2 жыл бұрын
Doesn't work. I get an error - Error: Converting object to an encodable object failed: Instance of '_HashSet'
@HeyFlutter
@HeyFlutter 2 жыл бұрын
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 🙂
@janammaharjan2699
@janammaharjan2699 2 жыл бұрын
Thanking you
@miis_take155
@miis_take155 Жыл бұрын
is emailjs free to send mail from background??
@HeyFlutter
@HeyFlutter Жыл бұрын
Thank you, @miis_take155! 🙂. Yes it is free.
@FA_vortex
@FA_vortex 2 жыл бұрын
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?
@iso4ever185
@iso4ever185 2 жыл бұрын
Did you get it?
@FA_vortex
@FA_vortex 2 жыл бұрын
@@iso4ever185 Not really no, I left it aside for now until I get there lol
@muhammadsaadwasif5095
@muhammadsaadwasif5095 2 жыл бұрын
twilio_voice works for sms
@FA_vortex
@FA_vortex Жыл бұрын
@ url_launcher just opens up the user's default mailing app or web to send manually
@dailyupdates2810
@dailyupdates2810 11 ай бұрын
user id not get in email js how to solve this
@HeyFlutter
@HeyFlutter 11 ай бұрын
Thank you, @dailyupdates2810! 🙂. Please try to provide enough details with your question
@jmneo4635
@jmneo4635 27 күн бұрын
@@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
@seetheworld3839
@seetheworld3839 2 жыл бұрын
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
@HeyFlutter
@HeyFlutter 2 жыл бұрын
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_Manhva
@Shirubia.S.V_Manhva 11 ай бұрын
it works in the emulator but does not work on the phone
@HeyFlutter
@HeyFlutter 11 ай бұрын
Thanks for your feedback, @Shirubia.S.V_Manhva! 🙂
@dhanrajchavan6548
@dhanrajchavan6548 3 жыл бұрын
Getting this ERROR: API calls are disabled for non-browser applications. Even I have enabled it from settings.
@justinofodile4150
@justinofodile4150 2 жыл бұрын
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.
@simonesesana
@simonesesana 3 жыл бұрын
Hi, I have a problem. When I build the apk the app doesen't work anymore. Any ideas why?
@simonesesana
@simonesesana 3 жыл бұрын
@@HeyFlutter Thank you very much, I hope it works
@shuklashrestha8610
@shuklashrestha8610 3 жыл бұрын
how to schedule email to send using flutter local notification
@shuklashrestha8610
@shuklashrestha8610 3 жыл бұрын
@@HeyFlutter You have made flutter even easier to learn. Thank you ❤
@yousour5112
@yousour5112 2 жыл бұрын
hi, how can i throw a custom error on http package ?
@yousour5112
@yousour5112 2 жыл бұрын
@@HeyFlutter thank you so much 😊
@cleitonalencar9033
@cleitonalencar9033 Жыл бұрын
Muito bom! Obrigado!
@HeyFlutter
@HeyFlutter Жыл бұрын
Great, Thank you @cleitonalencar9033!
@flutterquick
@flutterquick 2 жыл бұрын
How to send sms messages in flutter
@HeyFlutter
@HeyFlutter 2 жыл бұрын
Thank You amanuel gulilat! Follow this link: pub.dev/packages/flutter_sms I hope you will get your answer 🙂
@flutterquick
@flutterquick 2 жыл бұрын
@@HeyFlutter ♥️♥️♥️♥️♥️😎😎😎😎
@rayaahmad6791
@rayaahmad6791 2 жыл бұрын
i can't make it work, inactive Inputconnection
@HeyFlutter
@HeyFlutter 2 жыл бұрын
Thank You Raya Ahmad! Follow this link: stackoverflow.com/questions/61952613/getselectedtext-on-inactive-inputconnection-flutter I hope you will get your answer 🙂
@fannyjuan17
@fannyjuan17 3 жыл бұрын
i can't make it work, inactive Inputconnection and api calls are disabled 😣
@fannyjuan17
@fannyjuan17 3 жыл бұрын
@@HeyFlutter hi , thank you so much! your tutorial is always on point♥️♥️ love here from Philippines ♥️
@fannyjuan17
@fannyjuan17 3 жыл бұрын
@@HeyFlutter and sir, how did you put notification that the email is sent?
@masoomeencures249
@masoomeencures249 2 жыл бұрын
bro how to get user name when he/she send email to us instead of our name so what to do
@HeyFlutter
@HeyFlutter 2 жыл бұрын
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
@raselhossen125 Жыл бұрын
Emailjs free or paid?
@HeyFlutter
@HeyFlutter Жыл бұрын
Thank you, @raselhossen125! 🙂. It is free.
@raselhossen125
@raselhossen125 Жыл бұрын
@@HeyFlutter Tnanks
@danielmafileo4078
@danielmafileo4078 2 жыл бұрын
Doesn't support flutter web?
@HeyFlutter
@HeyFlutter 2 жыл бұрын
Thank you, Daniel Mafile'o! 🙂. It does.
@kingisback4005
@kingisback4005 2 жыл бұрын
Hi is it free or paid
@HeyFlutter
@HeyFlutter 2 жыл бұрын
Thank you, King is Back! 🙂. It's free.
@mhamadraad7504
@mhamadraad7504 3 жыл бұрын
10/10
@romel3260
@romel3260 2 жыл бұрын
working as of 28 sep 2022
@HeyFlutter
@HeyFlutter 2 жыл бұрын
Great, Thank You Romel
@Tech1st
@Tech1st 3 жыл бұрын
Its full of free?
@Tech1st
@Tech1st 3 жыл бұрын
@@HeyFlutter i check bro.Its showing to pay?
@zakblacki
@zakblacki 3 жыл бұрын
All your sources codes are no longer available because of theses sponsor thing kindly restore as it was
@zakblacki
@zakblacki 3 жыл бұрын
@@HeyFlutter two month later same issue I'm unsubscribing obliging us to become sponsor to have access very disappointing
@d.developer
@d.developer 2 жыл бұрын
this ain't the right way bruh
@HeyFlutter
@HeyFlutter 2 жыл бұрын
Thanks for your feedback, D. Developer! 🙂
@M37Shadow
@M37Shadow 3 жыл бұрын
@saicharansigiri2964
@saicharansigiri2964 2 жыл бұрын
I am getting this error -> API calls are disabled for non-browser applications
@saicharansigiri2964
@saicharansigiri2964 2 жыл бұрын
@@HeyFlutter but Mike, this is for flutter web. I am getting this error in flutter android and ios
@justinofodile4150
@justinofodile4150 2 жыл бұрын
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.
@nomankarimi932
@nomankarimi932 2 жыл бұрын
go to account > security tab check allow EmailJS API for non-browser application
Flutter Tutorial - How To Create Read More Text / Show More Text Button
4:42
Flutter Tutorial - How To Send Email In Background | Without Backend
15:14
Арыстанның айқасы, Тәуіржанның шайқасы!
25:51
QosLike / ҚосЛайк / Косылайық
Рет қаралды 700 М.
How Strong Is Tape?
00:24
Stokes Twins
Рет қаралды 96 МЛН
UFC 310 : Рахмонов VS Мачадо Гэрри
05:00
Setanta Sports UFC
Рет қаралды 1,2 МЛН
Flutter Tutorial - Bottom Navigation Bar | The Right Way | Without Routes
10:26
Hackers Bypass Google Two-Factor Authentication (2FA) SMS
12:47
John Hammond
Рет қаралды 1,1 МЛН
Top 30 Flutter Tips and Tricks
6:50
Flutter Mapp
Рет қаралды 584 М.
Send Mail to users using SMTP from flutter app
11:03
Snehasis Ghosh
Рет қаралды 1,1 М.
Flutter Basic Training - 12 Minute Bootcamp
12:09
Fireship
Рет қаралды 1 МЛН
Israel Has The Right To Defend Itself | Stand-up Comedy by Daniel Fernandes
15:07
The EASIEST Way To Build Your Mobile App In 30 Minutes (No Code)
9:56
Christian Peverelli - WeAreNoCode
Рет қаралды 246 М.
AUTOMATE Your FlutterFlow App With 1000's of Services!
15:02
James NoCode
Рет қаралды 17 М.