How to Send HTML structured emails using the mail function in PHP

preview_player
Показать описание
In this video we are gonna see how to send an html template as an
email message. We are gonna send an entire web page via email.

We are going to talk about email headers and how to put a file
in the output buffer.
And we are going to make the mail's content dynamic.

You can read the article on my website:

If you like you can follow me on facebook:

If you feel like saying thanks, you can buy me a coffee.
Рекомендации по теме
Комментарии
Автор

The cleanest and best mail tutotial I have watched!

RodneyKimbangu
Автор

thanks it is so helpful and you said it clearly!

tranyennhi
Автор

Thanks for this tutorial, it's a great help!

One question. Does the webserver have to have smtp installed / configured in order for this to work?

GeekSolutions
Автор

What makes this email function in php different from services like Postmark, Sendgrid, Mailgun & the rest?

codegreenie
Автор

Hello, I tried to copy every move you did. When i reload script.php page it does say "Mail is send" but when I check my webmail there is no new mail - Ive checked spam folder, etc. but nothing.
Do you think you can help me?

Also, dont you have to set your SMTP server somewhere? Or its not related to this.

krabcka
Автор

mail(): Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in ___ please help

unknown-vqso
Автор

There's one thing though....how do we set the display picture? The question mark "❓" is throwing off.

vaster
Автор

Good day sir, I have a error said., Warning: mail(): Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in on line 20
There was an error

rasbry
Автор

Hello! Its working for me now, but I tried to input image and its not working

adryandolotanora
Автор

Awesome tuts! I already used it on my project but I have one thing to ask how to add attachment from the project folder. Thanks!

jeffersonsarmiento
Автор

Does it work whit bootstrap instead of custom styles?

renidea
Автор

Bro its showing error in my code, if possible from looking at the error, can you please help me what is the cause here ? thank you. error as follows : Warning: mail(): Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in on line 13
There was an error

nishantkr
Автор

My variables in email-template are not being written in the email

Ramonete
Автор

Where do I get the mail.template.php file?

chibuzordesmond
Автор

Error: Message not send. Please try am getting this error

SoftDevYog
Автор

why I can't add smtp on this php and it goes to yahoo mail spam fake

smartnon
Автор

Mime in this context should be properly said as "My-mee" not "Myme"

stormybear