WHAT THE FUCK! you showed us to write $_POST when getting the message when you used GET to submit the form, so there was no fucking way to get the message... what did i miss?
Alex your tutorial is great, a question I have is how would you convert the code so that if you had a designed newsletter that you just changed the content to send out but it was a presentable document rather than just text/email?
1. Doesn't it defeat the purpose of this whole procedure if you're gonna display the person's email next to their name?
2. How do you display the users that the message was sent to? Like when you senda message to multiple people in YouTube, the email will be like: (idk why I wrote it the way I did)
Warning: mail() [function.mail]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Helsinki' for '2.0/no DST' instead in D:\xampp\htdocs\mailinglist\send.php on line 27
Warning: mail() [function.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 C:\XAMPP\xampp\htdocs\xampp\session\send.php on line 26
and I select the last 10. They would have mail_89 - mail_99. And the count($_GET) will then be 10.
Starting the loop from 0 and all the way to 10
will only generate mail_0, mail_1, mail_2... mail_9. in the send mail loop. Meaning, it would only get mailadresses from the mail_0 and not the correct mail_89 right?
Great, thank you!
bubeto1998 3 months ago
how would you make an unsubscribe page?
DuckHouseProductions 6 months ago
WHAT THE FUCK! you showed us to write $_POST when getting the message when you used GET to submit the form, so there was no fucking way to get the message... what did i miss?
daeheadshot 9 months ago
Can you make a tutorial for enabling people to sucribe for the newsletter?
Tokfranz00 9 months ago
Alex your tutorial is great, a question I have is how would you convert the code so that if you had a designed newsletter that you just changed the content to send out but it was a presentable document rather than just text/email?
dashby1969 1 year ago
(cont.)
Then some other stuff. This would be helpful for me to know (except for the fact that most if my website's members are also youtubers…)
JelvinJS7 1 year ago
I have two questions:
1. Doesn't it defeat the purpose of this whole procedure if you're gonna display the person's email next to their name?
2. How do you display the users that the message was sent to? Like when you senda message to multiple people in YouTube, the email will be like: (idk why I wrote it the way I did)
"to: $username -$your_email-
From: YouTube service -service@YouTube.com-
$sender has sent you a message:
$subject
to:$recipient,$another_recipient(etc.)
$message"
Then som
JelvinJS7 1 year ago
when using this method for a large email list, is it possible to set the priority to minimum so the server doesn't start lagging?
TheRooDog123 1 year ago
Can help me how to make that i could write a html code in text area?
striaukas08 1 year ago
merci beazzf very good
kingarmy15 2 years ago
Warning: mail() [function.mail]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Helsinki' for '2.0/no DST' instead in D:\xampp\htdocs\mailinglist\send.php on line 27
edx4ever 2 years ago
wonderful
ahmershuja 2 years ago
Great tutorial so glad i found your channel
jmackay242 2 years ago
Warning: mail() [function.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 C:\XAMPP\xampp\htdocs\xampp\session\send.php on line 26
Acceptable76 2 years ago
0:13 WTF where the hell that come from???? O_O lol
Acceptable76 2 years ago
Exelent job
Acceptable76 2 years ago
can u make an option so it selects to everyone to send an email?
xVitalxx 2 years ago
Great tutorials you've put up!
One question to this mailinglist.
What if I would have 100 emails to choose from
and I select the last 10. They would have mail_89 - mail_99. And the count($_GET) will then be 10.
Starting the loop from 0 and all the way to 10
will only generate mail_0, mail_1, mail_2... mail_9. in the send mail loop. Meaning, it would only get mailadresses from the mail_0 and not the correct mail_89 right?
I've not done this yet, I will, to find out.
Nice job otherwise!
Trombler 2 years ago
This was a Great tutorial. I learned a lot. What if i want to send a pdf file or an html page as news letter. Can i use html tags in message box.
dilshadhussain 2 years ago
HELP! I can't get the name to be inputed in the email!
SmithyProductions 2 years ago
Thanks Alex! You explain veru clearly! Congratulations!
baiez2008 2 years ago
This has been a fantastic tutorial! Many, many thanks Alex!
omanoman98 2 years ago