Тёмный
No video :(

Send An Email From Your Gmail Account with VBA | Excel VBA Tutorial 

Jie Jenn
Подписаться 63 тыс.
Просмотров 38 тыс.
50% 1

Опубликовано:

 

21 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 79   
@jiejenn
@jiejenn 4 года назад
If you want to attach multiple attachment, you will need to insert another addAttachment statement. For example With newMail .Subject = "Hello World" .From = "sender Email" .To = "recipient Email" .CC = "" .BCC = "" .TextBody = "This is a test email." .AddAttachment "directory of file1" .AddAttachment "directory of file2" .AddAttachment "directory of file3" End With
@jasonfleishman9884
@jasonfleishman9884 2 года назад
... hahaha ... I'm giddy with excitement. Thank you!
@kotermack
@kotermack Год назад
Nice lesson, thanks for posting it! Can you show how to manipulate with different recepients?
@amardeepsinghrawat4986
@amardeepsinghrawat4986 4 года назад
thanks dude.!!! this was really amazing..
@fabioandresurbinasoares9046
With this code is it possible to send 500 more E-mails, or would it be blocked by the provider if you exceed this limit?
@jiejenn
@jiejenn Год назад
500 is a small number I won't worry about it, but I would suggest you separate them into batches between intervals.
@manvimanglik8921
@manvimanglik8921 4 года назад
thanks it really helped a lot
@KeffelewAssefa
@KeffelewAssefa 2 года назад
Thank you
@corporateactionazimut4132
@corporateactionazimut4132 3 года назад
Hi, very good! I have a question, how can I only prepare mail without send immediatly, and see themm in the gmail draft folder? Many thanks.
@ingridglorieux6414
@ingridglorieux6414 3 месяца назад
Thanks for the video. Is it true that this method will no longer be supported, but should be switched to OAuth 2.0? Do you know how to get started with this?
@jiejenn
@jiejenn 3 месяца назад
Unfortunately I don't know the best way to use OAuth2 protocol in VBA, but if you have some experience with Python, OAuth2 is definitely the way to go to send email with Gmail.
@ankitshsharma
@ankitshsharma 5 лет назад
Can I use for loop to send the mail to different people
@irinkhan8114
@irinkhan8114 2 года назад
When my email id is wrong (i.e, not found in mail address book),the macro stops running. What can be done to prevent thia as this prevents from sending my others mails to users in the same column??
@user-zw7dw4gq1s
@user-zw7dw4gq1s 28 дней назад
I got error: & err.description, vbinformation in my case, what can be wrong?
@pauwelsgnanih7136
@pauwelsgnanih7136 3 года назад
The transport failed to connect to the server, I am using gmail. Pleas help me. Using Excel 2016, 64 bits
@tandy1972
@tandy1972 5 лет назад
Hi! Pretty good! I have a question, do you know how to put that image in the body of the email too?
@jiejenn
@jiejenn 5 лет назад
I haven't try inserting an image to the email body. Will probably experiment a bit first.
@matthieuboucher143
@matthieuboucher143 4 года назад
@@jiejenn Hi Jie, I am looking to attach both an image in the body (saved from a printing area in a worksheet) and a PDF as an attachment. I would love to pick your brain on this one :)
@tandy1972
@tandy1972 5 лет назад
Hi! Preety good! I have a question, how can I put that image in the body too?
@AnthonyJohnFajardo
@AnthonyJohnFajardo 25 дней назад
I am getting the server response was not available error. Please Help
@haribhaskar72
@haribhaskar72 4 года назад
Hi.. I have more than one files to send to the same email id - One attachment per email. Can i loop through the files in the folder to send as per my expectations
@AmitHattiholi
@AmitHattiholi 2 года назад
Hi! I am getting this error when I try to run it. Automation error %1 is not a valid Win32 application.
@yashparekh22
@yashparekh22 2 года назад
Hello, Thank you for the tutorial. Also can you upload a vba tutorial on how to download attachment from Gmail in specific format and fill up the mail details in 1 excel macro file.
@jiejenn
@jiejenn 2 года назад
I will look into it.
@yashparekh22
@yashparekh22 2 года назад
Thank you... It would be very helpful if that is possible.
@dannyworshop1466
@dannyworshop1466 4 года назад
Hello there I always encounter this "The “SendUsing” configuration value is invalid" is there any workaround?
@jiejenn
@jiejenn 4 года назад
What value are you providing to the SendinfUsing property?
@dannyworshop1466
@dannyworshop1466 4 года назад
@@jiejenn all is good i found out there are lapses on the spelling, all is good. More power!!!
@kajalkhatri9238
@kajalkhatri9238 Год назад
When i run it it gives error of sendingusing configuration value as invalid
@williehanekom858
@williehanekom858 6 месяцев назад
When i want to sent message to email address on cell in sheet what will the code be , because .To = Range("D15") dont work and this is the range off the cell
@jiejenn
@jiejenn 6 месяцев назад
Not enough information to help. Maybe change to =Range("D15").value.
@opfmnegros-occfses5435
@opfmnegros-occfses5435 4 года назад
it says Error: The process cannot access the file because it is being used by another process. help please
@anasqureshi113
@anasqureshi113 Год назад
Error- The system cannot find the path specified'. This error is showing while the code can someone help me on this ?
@sergioroselli5726
@sergioroselli5726 4 года назад
Hi, can send a more mail in one click, from a Excel mailing LIST ?
@monitsharma6618
@monitsharma6618 2 года назад
Error : :The system cannot nind the files spicified" Please solution
@mohamadtayb7711
@mohamadtayb7711 2 года назад
i have error : Error The "Sendusing" configuration value is invalid i write it correct .Item(msconfigurl & "/sendusing") = 2
@jiejenn
@jiejenn 2 года назад
Probably a typo somewhere in your script.
@mittapalli1990
@mittapalli1990 4 года назад
The transport failed to connect to the server, I am using gmail. Pleas help me
@naveenkumarraju4129
@naveenkumarraju4129 2 года назад
it's look's great Sir, I'm getting error when I run this code Error: The SMTP server name is required, and was not found in configuration source. I gave the same code what you gave, Can you help me on this pls
@jiejenn
@jiejenn 2 года назад
Please refer your question on Stack Overflow.
@arshadali6842
@arshadali6842 3 года назад
what is the msoconfigURL how did i get this for my email ID??
@saumyabhattacharya2067
@saumyabhattacharya2067 4 года назад
how to read emails from Gmail box using VBA?
@kleber_bispo
@kleber_bispo Год назад
Mr. Jenn, is it possible to run this script to send email from outlook account without an outlook app?
@jiejenn
@jiejenn Год назад
If you know any programming, you can use Microsoft Graph API to to manage your Outlook tasks. learn.microsoft.com/en-us/graph/api/resources/mail-api-overview?view=graph-rest-1.0
@NothingMuchhere2see
@NothingMuchhere2see 2 года назад
i am getting error for " SendUsing Configuration value is invalid" please suggest what should i do next
@jiejenn
@jiejenn 2 года назад
Makes sure you provide the correct credential info.
@jenniferabraham4551
@jenniferabraham4551 2 года назад
I get "Error: Access is denied" when trying to send by gmail. Any thoughts on what is going wrong?
@lorenzokoerts4028
@lorenzokoerts4028 2 года назад
Gmail no longer supports unsafe sources and therefore blocks SMTP requests from excel
@flowdj00
@flowdj00 3 года назад
Would this code work on visual studio?
@yrlandrevancedelosa3690
@yrlandrevancedelosa3690 2 года назад
Hi! Can you share how we can send it to a list of emails in excel?
@jiejenn
@jiejenn 2 года назад
You can create a list and iterate each email address.
@hhexeh
@hhexeh 4 года назад
how to add a loop to use excel list with multiple recepients and their relevant attachments?
@jiejenn
@jiejenn 4 года назад
You can make the subroutine serves as a function. To add multiple attachments, I'm going to have do some research.
@StevenSchiff-rg5ic
@StevenSchiff-rg5ic Год назад
I got the following error message. "Error: The requested body part was not found in this message" can you help please?
@jiejenn
@jiejenn Год назад
Your request body is missing a thing or two, that's my guess.
@StevenSchiff-rg5ic
@StevenSchiff-rg5ic Год назад
@@jiejenn thnak you for your reply... I entered exactly what your chatgpt instructions produced and I dont see anything missing...could the same question get 2 results for each of us?
@jiejenn
@jiejenn Год назад
@@StevenSchiff-rg5ic hard to tell without looking at your script.
@LifewithFoods
@LifewithFoods 4 года назад
How is the highlighted font of ur code is red instead of blue...how did u do that
@jiejenn
@jiejenn 4 года назад
Under Tools, go to Editor Format tab, from there, you can format the text.
@LifewithFoods
@LifewithFoods 4 года назад
@@jiejenn thanks🙂
@FrancescoSantoro80
@FrancescoSantoro80 2 года назад
good morning is there a parameter to program the email for postponed sending?
@jiejenn
@jiejenn 2 года назад
You can look into Application.Wait function.
@FrancescoSantoro80
@FrancescoSantoro80 2 года назад
@@jiejenn good morning you could give me some more information that I'm not very practical thanks
@keesvandorsten5975
@keesvandorsten5975 4 года назад
Sadly doesn't work with excel 64-bit.
@jiejenn
@jiejenn 4 года назад
I did the video using Office 64bit, so Excel 64bit should work.
@pacoramirez7363
@pacoramirez7363 4 года назад
So now how do I make an Excel spreadsheet in my Gmail?
@jiejenn
@jiejenn 4 года назад
Not sure if I understand your question.
@techbuddy101
@techbuddy101 Год назад
Does it stillwork
@jiejenn
@jiejenn Год назад
It should.
@irinkhan8114
@irinkhan8114 2 года назад
When my email id is wrong (i.e, not found in mail address book),the macro stops running. What can be done to prevent thia as this prevents from sending my others mails to users in the same column??
Далее
SHIRT NUMBER OR SWIM 🙈💦
00:32
Просмотров 6 млн
Construction site video BEST.99
01:00
Просмотров 331 тыс.
Gmail Basics Tutorial
2:13:34
Просмотров 273 тыс.
Send Email From Excel Using VBA & Gmail
5:16
Просмотров 72 тыс.
Send Emails from Excel with Power Automate
8:22
Просмотров 292 тыс.
How to send email using Gmail via Excel VBA
16:10
Просмотров 87 тыс.
SHIRT NUMBER OR SWIM 🙈💦
00:32
Просмотров 6 млн