Page 1 of 1
"Thank you for registering" email
Posted: Tue Jul 13, 2010 3:03 am
by Motoman
OK, testing our my new 1.4.8 install...when registering a user, I get the "thank you" email confirming my registration. However, it's got some "junk" in it. It looks like this:
------=_NextPart_86a969432bcbcdbfcb155da340f21edf"
text/plain
Welcome and thank you for registering at Northrup Systems!:
Your account has now been created and you can log in by using your email address and password by visiting our website or at the following URL:
https://www.northrupsystems.com/store/i ... ount/login
Upon logging in, you will be able to access other services including reviewing past orders, printing invoices and editing your account information.
Thanks,
Northrup Systems
------=_NextPart_86a969432bcbcdbfcb155da340f21edf--
------=_NextPart_86a969432bcbcdbfcb155da340f21edf"
text/plain--
...is there something I should do to get rid of the "nextpart" bits?
Re: "Thank you for registering" email
Posted: Tue Jul 13, 2010 4:21 am
by i2Paq
Could be your mailserver/hoster adding that.
Re: "Thank you for registering" email
Posted: Tue Jul 13, 2010 4:30 am
by Motoman
Don't think so. I have my own mailserver, and auto-generated emails from other services I'm running (like my forums) don't have that issue...
Re: "Thank you for registering" email
Posted: Tue Jul 13, 2010 6:09 pm
by SteveSherry
I run 1.4.8 and don't get those errors, maybe a mail client issue?
I assume that you've tried mailing to a couple of different mail hosts using different mail clients?
Steve...
Re: "Thank you for registering" email
Posted: Wed Jul 14, 2010 12:34 am
by Motoman
Outlook 2003 and Thunderbird both do the same thing.
Sent one to an online only service (Operamail) and it was actually blank.
Re: "Thank you for registering" email
Posted: Wed Jul 14, 2010 4:00 am
by Motoman
For what it's worth, the order confirmation emails look fine - other than the store logo not coming across (which also happens when I test the customer email function form the admin console)...any ideas on why that would be?
Re: "Thank you for registering" email
Posted: Wed Jul 14, 2010 4:39 am
by SteveSherry
If you take the store out of maintenance mode and I'll put a test purchase through
Steve...
Re: "Thank you for registering" email
Posted: Wed Jul 14, 2010 4:57 am
by Motoman
OK, it's out of maintenance mode. My Authorize.net account is in test mode though, so no CC processing will happen

Re: "Thank you for registering" email
Posted: Wed Jul 14, 2010 5:07 am
by SteveSherry
Motoman wrote:so no CC processing will happen

I can live with that

Re: "Thank you for registering" email
Posted: Wed Jul 14, 2010 5:21 am
by SteveSherry
When looking at the registration email on my blackberry I can't see the additional text.
When looking at the registration email using outlook 2010 I can see the additional text.
When looking at the registration email on my hosts webmail interface I can't see the additional text.
It seems to me to be a client issue rather than an opencart issue
Re: "Thank you for registering" email
Posted: Wed Jul 14, 2010 5:24 am
by Motoman
...and in Operamail, I didn't see any text.
It would seem that the message is malformed somehow. Or that there's something I didn't configure right maybe.
Where can I actually see the email message? It's in a file somewhere...
Re: "Thank you for registering" email
Posted: Wed Jul 14, 2010 7:14 am
by SteveSherry
admin/language/english/mail>customer.php
Re: "Thank you for registering" email
Posted: Wed Jul 14, 2010 7:46 am
by Motoman
...it looks like the "_NEXTPART_" bits are coming, somehow, from the .php script that calls the customer message file.
My guess anyway.
For what it's worth, I'm using SMTP for mail. The regular "mail" option doesn't seem to work - is there some PHP module I need to do that, just for fun?
Re: "Thank you for registering" email
Posted: Tue Jan 24, 2012 12:43 am
by angelo
I know that this is a quite old topic but, even if I'm using the 1.5.1.3.1 version I experience exactly the same, the mail protocol doesn't work (but it could be a configuration issue as I'm working on a MAC) and, using the SMTP, I get that annoying _Nextpart_ at the end of the email text...
Any clue?
EDIT:
After investigating I've found out that that text is used as a boundary to separate the parts of the email in a MIME type message. Ok? But do we really want it to be displayed?? Any way to get rid of it?
Thanks