Registration Issue

testo1345

New Member
YetiShare User
Aug 15, 2014
4
0
0
Hey :)
I have a litte problem with the user Registration
I use the php mail function.

My Problem is the new user get the email but the mail is blank, no account details etc.

Example:



I testet lots of other mail service but the same problem.
 

testo1345

New Member
YetiShare User
Aug 15, 2014
4
0
0
More Details :

Return-Path: <[edited]@t-online.de>
Received: from mailin59.aul.t-online.de ([[edited]])
by ehead504.aul.t-online.de (Dovecot) with LMTP id 4hEANGqz8FOeUQAAuWQdBQ;
Sun, 17 Aug 2014 15:51:55 +0200
Received: from OWNEROR-UR6VM44.home ([[edited]]) by mailin59.aul.t-online.de
with esmtp id 1XJ0sC-03IrR20; Sun, 17 Aug 2014 15:51:52 +0200
Received: from OWNEROR-UR6VM44 ([127.0.0.1]) by home with MailEnable ESMTP; Sun, 17 Aug 2014 14:51:51 +0100
Date: Sun, 17 Aug 2014 13:51:51 +0000
Subject: Account details for CreeperFile.com
To: [edited]@t-online.de
X-PHP-Originating-Script: 0:functions.inc.php
From: [edited]@creeperfile.com
MIME-Version: 1.0
Content-Type: multipart/alternative; boundary = 2940053f0b3778bf7e2.67211832
X-TOI-SPAM: u;0;2014-08-17T13:51:55Z
X-TOI-VIRUSSCAN: clean
X-TOI-EXPURGATEID: 149288::1408283512-000014F9-C43B8434/0-0/0-0
X-TOI-MSGID: 2b6dbd42-99c1-457d-a4e3-696149df32a2
X-Seen: false
X-ENVELOPE-TO: <[edited]@t-online.de>

This is a MIME encoded message.
--2940053f0b3778bf7e2.67211832
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: base64
RGVhciBPbGksCgpZb3VyIGFjY291bnQgb24gQ3JlZXBlckZpbGUuY29tIGhhcyBiZWVuIGNyZWF0
ZWQuIFVzZSB0aGUgZGV0YWlscyBiZWxvdyB0byBsb2dpbiB0byB5b3VyIG5ldyBhY2NvdW50OgoK
VXJsOiBodHRwOi8vY3JlZXBlcmZpbGUuY29tClVzZXJuYW1lOiB0ZXN0MTM0ClBhc3N3b3JkOiBG
Zm8mOG5QWnEqeGJWCgpGZWVsIGZyZWUgdG8gY29udGFjdCB1cyBpZiB5b3UgbmVlZCBhbnkgc3Vw
cG9ydCB3aXRoIHlvdXIgYWNjb3VudC4KClJlZ2FyZHMsCkNyZWVwZXJGaWxlLmNvbSBBZG1pbg==
--2940053f0b3778bf7e2.67211832
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: base64
PHN0eWxlIHR5cGU9InRleHQvY3NzIj5ib2R5IHsgZm9udDogMTFweCBWZXJkYW5hLEdlbmV2YSxB
cmlhbCxIZWx2ZXRpY2Esc2Fucy1zZXJpZjsgfVxuPC9zdHlsZT5EZWFyIE9saSw8YnIvPjxici8+
WW91ciBhY2NvdW50IG9uIENyZWVwZXJGaWxlLmNvbSBoYXMgYmVlbiBjcmVhdGVkLiBVc2UgdGhl
IGRldGFpbHMgYmVsb3cgdG8gbG9naW4gdG8geW91ciBuZXcgYWNjb3VudDo8YnIvPjxici8+PHN0
cm9uZz5Vcmw6PC9zdHJvbmc+IDxhIGhyZWY9J2h0dHA6Ly9jcmVlcGVyZmlsZS5jb20nPmh0dHA6
Ly9jcmVlcGVyZmlsZS5jb208L2E+PGJyLz48c3Ryb25nPlVzZXJuYW1lOjwvc3Ryb25nPiB0ZXN0
MTM0PGJyLz48c3Ryb25nPlBhc3N3b3JkOjwvc3Ryb25nPiBGZm8mOG5QWnEqeGJWPGJyLz48YnIv
PkZlZWwgZnJlZSB0byBjb250YWN0IHVzIGlmIHlvdSBuZWVkIGFueSBzdXBwb3J0IHdpdGggeW91
ciBhY2NvdW50Ljxici8+PGJyLz5SZWdhcmRzLDxici8+Q3JlZXBlckZpbGUuY29tIEFkbWlu
Message-ID: <4D18F868689C41319C09B91BFD0B794C.MAI@home>

I use PHP FastCGI 5.4, i have no plan whats going wrong :)

//Mod Edit: Removed email addresses and IP addresses
 

adam

Administrator
Staff member
Dec 5, 2009
2,046
108
63
Hi,

I've just tried a registration on your site but I'm not getting any emails at all. I wanted to see if it's a email client issue or not.

Have you tried sending via SMTP? You'll probably get less emails in spam folders aswell.

Thanks,
Adam.
 

testo1345

New Member
YetiShare User
Aug 15, 2014
4
0
0
Hey adam,

Gmail dont work with php mail function ^^
I tried SMTP (Google) but it dont work no emails or anything.
I have no plan whats going wrong on wordpress with php mail function it works but not on this script.

All other yetishare functions works pretty good.
I hope we find a solution...
 

adam

Administrator
Staff member
Dec 5, 2009
2,046
108
63
SMTP will work with Google. Use these settings:

The method for sending emails via the script: smtp
Whether your SMTP server requires authentication: yes
Your SMTP host if you've selected SMTP email method: ssl://smtp.gmail.com
Your SMTP username if SMTP auth is required: [Your Gmail Email Address]
Your SMTP password if SMTP auth is required: [Your Gmail Password]
Your SMTP port if you've selected SMTP email method: 465

If that doesn't work still, there's an email test script in the admin area for smtp. In /admin/_test_scripts/test_email.php remove the die(); on line 2. Set your email address, upload and call the script via a browser. It should give you more detailed information on why it's failing.