Re: PHP help with sending emails

2019-10-04 Thread AudioGames . net Forum — Developers room : Boo15mario via Audiogames-reflector
Re: PHP help with sending emails @8 I would like to use your script to test my web server. This would help me a lot. URL: https://forum.audiogames.net/post/466104/#p466104 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin

Re: PHP help with sending emails

2019-10-02 Thread AudioGames . net Forum — Developers room : Thatguy via Audiogames-reflector
Re: PHP help with sending emails I went through this same thing a while ago. I wrote a php thing to send an email which would happen when I pressed the submit button in an HTML form. The form had no data, it was just a post action to the page which contained my mail script. So I executed

Re: PHP help with sending emails

2019-10-02 Thread AudioGames . net Forum — Developers room : Thatguy via Audiogames-reflector
Re: PHP help with sending emails I went through this same thing a while ago. I wrote a php thing to send an email which whould happen when I pressed the submit button in an HTML form. The form had no data, it was just a post action to the page which contained my mail script. So I executed

Re: PHP help with sending emails

2019-09-24 Thread AudioGames . net Forum — Developers room : Ethin via Audiogames-reflector
Re: PHP help with sending emails I'd recommend you use SMTP2Go. You get SMTP credentials; all you need is sendmail.The most likely problem your facing is not having postfix (unless your using shared hosting). If your using a VPS, set up postfix for outgoing email only (its not that

Re: PHP help with sending emails

2019-09-24 Thread AudioGames . net Forum — Developers room : Boo15mario via Audiogames-reflector
Re: PHP help with sending emails Can you provide an example to how I can convert my php code to work for PHPMailer? So I can better understand how to get the information from the form to a usable email message. This has been very challenging for me as I am getting into php for the first

Re: PHP help with sending emails

2019-09-23 Thread AudioGames . net Forum — Developers room : Jonnyboy1991 via Audiogames-reflector
Re: PHP help with sending emails Hello, at post 3, no I never used them as a hosting service, I'm running my own stuff. URL: https://forum.audiogames.net/post/463565/#p463565 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabah

Re: PHP help with sending emails

2019-09-23 Thread AudioGames . net Forum — Developers room : arbuz via Audiogames-reflector
Re: PHP help with sending emails I recommend to use something like PHPMailer. URL: https://forum.audiogames.net/post/463417/#p463417 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames

Re: PHP help with sending emails

2019-09-22 Thread AudioGames . net Forum — Developers room : Boo15mario via Audiogames-reflector
Re: PHP help with sending emails I am using https://infinityfree.netto host my website. Do you have any experience with this hosting company? So far I like their service. URL: https://forum.audiogames.net/post/463274/#p463274 -- Audiogames-reflector mailing list Audiogames-reflector

Re: PHP help with sending emails

2019-09-21 Thread AudioGames . net Forum — Developers room : Jonnyboy1991 via Audiogames-reflector
Re: PHP help with sending emails Do you have sendmail or postfix on your system, if not, that may be where your problem is. I'll have to look at your code again to see what's going on if anything and if you do have everything installed and working, check and see if you have a F

PHP help with sending emails

2019-09-20 Thread AudioGames . net Forum — Developers room : Boo15mario via Audiogames-reflector
PHP help with sending emails When I go to fill out the form it works but I don't get an email about the contact information in a email. I do see the sucess page when I press the submit button. Here is the html part of the

PHP help with sending emails

2019-09-20 Thread AudioGames . net Forum — Developers room : Boo15mario via Audiogames-reflector
PHP help with sending emails When I go to fill out the form it works but I don't get an email about the contact information in a email. I do see the sucess page when I press the submit button. Here is the html part of the