Thank you Stewart. Your approach is always thorough. I managed in addition to adapt this functionality to also create emails other recipients on the DB.
oh my ... I didn't imagine this would be as complex as explained in your video. I'm copying the solution wholesale. thanks for making it so approachable. I've updated the devices JSON if you want a more current version.
Hey Stewart, I have used this tutorial in several apps, and it has worked flawlessly! In my latest, (iOS 17.x) the email sends, and mailView dismisses, but the calling view is frozen. Only error that shows is this: UITextView 0x104042000 is switching to TextKit 1 compatibility mode because its layoutManager was accessed. Break on void _UITextViewEnablingCompatibilityMode(UITextView *__strong, BOOL) to debug. Error creating the CFMessagePort needed to communicate with PPT. Any clue what is going on? Thanks. Blessings, --Mark
@@StewartLynch Thanks Stewart. It was not your code at all (of course!). I was calling a function on the same view that mapped the result of @Query, and that was what was freezing the view. No clue why! I moved that call to a different view, observing the data, and it was back as expected. Someday, I really need to learn more about what is going on under the hood. I look forward to your future videos. Thanks!
@@StewartLynch Inside the double quote of `let urlString = ""` there is `&body=` inside body when sending mail in BASh, python, or php I can send a complete MIME encoded mail body with "attachments" or actually inlined file data content.
on both my iPhone and Mac the mailto option opens a dialog from Mail with the question to choose from several mail options. I use Outlook on both (and don't have Mail configured). That's not supposed to happen right?
You are becoming my favorite iOS RUclipsr. I will be implementing this soon and this is exactly what I was looking for.
Great to hear!
Your tutorials are handy. Actually, I have found several answers in one video. Thank you, Stewart.
Glad you found it useful. Yes, my videos tend to add a lot of extra value added stuff in them. That is why they are generally longer than others.
@@StewartLynch Actually I like them, you helped me to put the final touches on my first iOS app. Thank you
Thank you Stewart. Your approach is always thorough. I managed in addition to adapt this functionality to also create emails other recipients on the DB.
Fantastic!
Great tip to suppress those constraints warnings!
oh my ... I didn't imagine this would be as complex as explained in your video. I'm copying the solution wholesale. thanks for making it so approachable. I've updated the devices JSON if you want a more current version.
Very helpful. I have a mail form in my UIKit app and was looking to convert this to SwiftUI. Thanks 🙏
This is so well done Stewart! The Text(""" """") is new to me. So helpful! Thanks for another brilliant tutorial!
Blessings,
--Mark
Glad you could find something useful in it Mark.
Hey Stewart, I have used this tutorial in several apps, and it has worked flawlessly! In my latest, (iOS 17.x) the email sends, and mailView dismisses, but the calling view is frozen. Only error that shows is this:
UITextView 0x104042000 is switching to TextKit 1 compatibility mode because its layoutManager was accessed. Break on void _UITextViewEnablingCompatibilityMode(UITextView *__strong, BOOL) to debug.
Error creating the CFMessagePort needed to communicate with PPT.
Any clue what is going on?
Thanks.
Blessings,
--Mark
@holycrosscv i would have to see your pooject Mark
@@StewartLynch Thanks Stewart. It was not your code at all (of course!). I was calling a function on the same view that mapped the result of @Query, and that was what was freezing the view. No clue why! I moved that call to a different view, observing the data, and it was back as expected. Someday, I really need to learn more about what is going on under the hood.
I look forward to your future videos. Thanks!
Great tutorial, Stewart!
Great teaching style!
18:51 Did you try to add a MIME encoded image in body inline? I mean it should be the same as an attachment, no?
Sorry. I don’t understand the question. I checkout 18:51 and I don’t see how it relates.
@@StewartLynch Inside the double quote of `let urlString = ""` there is `&body=` inside body when sending mail in BASh, python, or php I can send a complete MIME encoded mail body with "attachments" or actually inlined file data content.
Awesome and a useful tool i will be using. Thank you Stewart :)
on both my iPhone and Mac the mailto option opens a dialog from Mail with the question to choose from several mail options. I use Outlook on both (and don't have Mail configured). That's not supposed to happen right?
I am not sure. Can you not configure Mail to access your Outlook?
Excellent tutorial, as always! I really enjoy your teaching style! But how could you omit hockey from your team app?
LOL. There is no hockey ball and this one🏒 didn’t match the emojis for the other sports. Sorry, as we Canadians say.
@@StewartLynch I've got a great hockey puck on fire image but I don't know how to send it to you.
I can find images Larry. That isn’t the problem. This sample app uses emoji so I am stuck with that. Thanks anyway though.
The website of Starter Project Files is display "File not found (404 error)" 😰
oops. Sorry, left out the extension.. Try now
Nice tutorial
👍🏼👍🏼👍🏼
canSendMail() returns always false on iPhone 13 Pro 15.5. How to solve this issue ? PS: I logged in my iCloud
The website of Completed Project Files is displaying "File not found (404 error)"
Oops. Sorry. I had forgotten to make it public. Please try now.
@@StewartLynch Thanks Stewart for the prompt reply and also for the excellent tutorials.