Send Email using C programming

preview_player
Показать описание
This video shows how to send an email using C programming. User don't need third part dll or code.

reason, no one own any domain on gmail smtp server

also check reply of ehlo command for, login commands(AUTH LOGIN/ AUTH PLAIN/AUTH CRAM-md5)

different server have different way of auth. and ehlo fetch them. I will test gmail whenever i get time.
Рекомендации по теме
Комментарии
Автор

You sound like Saurabh Shukla.
By the way great work.

x-blovishgarg
Автор

for smtp.gmail.com: use command: EHLO localhost
reason, no one own any domain on gmail smtp server

also check reply of ehlo command for, login commands(AUTH LOGIN/ AUTH PLAIN/AUTH CRAM-md5)

different server have different way of auth. and ehlo fetch them. I will test gmail whenever i get time.

Codevlog
Автор

Great tutorial! I hope I will get to understand this in 2017 :)

bOOMIE
Автор

Hi, in minute 10:52 Where te variables "From" and "TO" come from? Thanks.

chonchis
Автор

why don't i have functions in video?

amolang
Автор

u should have also uploaded a link for the source code

AnkitSaini-gcuy
Автор

when i click run it brings me to this page that says up at the top "Resolve Missing Native Build Tools"

redpilledpatriot
Автор

where is code ?
need this project please

mohamedkarim-vdsz
Автор

Hello, thanks for the tutorial. I have a question. Even though i know C programming, i do not have these knowledge. Can you please tell me how you learned these stuffs? Thanks again. :)

匿名-xm
Автор

i want to know why do not you want to share the code

pokemonbakogan
Автор

could u please tell me how did you set up ur smtp UID and PWD? New to this. thanks

febageorge
Автор

I have tried this, would please don't mind tell me in detail that How we get our domain and password etc, because got stuck many times in this and mail doesn't get send, then I gave up

chetanprajapati
Автор

hi, share this project for us, what bible you used?

Mezzosd
Автор

Code in video contains no error, don't post code for error handling.

Codevlog
Автор

Sorry, what is UID, PWD? From what SMTP account?

moralesvazquezmiguelangel