Glad to see the new Email options.
When setting Email From: test@test.com
The email address is all that is displayed in the inbox, no company name.
I can set the Email From: Company Name <test@test.com> to solve this, not sure if this is what was intended?
Adding STORE_OWNER to the logic in email.php or adding an "Email From Name:" in email settings would make it easier.
I also had to set the Line Endings to CRLF to get the "Company Name <test@test.com>" to work.
Just in case anyone else is having trouble.
Email From in 1.0.9.x
- zipurman
- PhoenixCart Developer
- Posts: 529
- Joined: Tue Oct 13, 2020 5:20 pm
- : Buy Me A Beverage
- Has thanked: 92 times
- Been thanked: 151 times
Email From in 1.0.9.x
zipurman
aka Preston Lord
-----------
Happy to help where I can
https://phoenixaddons.com
https://www.youtube.com/zipurman/ ** PHOENIX HOW-TO VIDEOS **
aka Preston Lord
-----------
Happy to help where I can
https://phoenixaddons.com
https://www.youtube.com/zipurman/ ** PHOENIX HOW-TO VIDEOS **
Re: Email From in 1.0.9.x
Nice to see a this topic, but, I could not find where to set the email_from, it's not in my store setting, not in the administrator, can any one tell me where do I go to get this email set correctly? Thanks. John
-
- Lead Developer
- Posts: 2844
- Joined: Tue Oct 29, 2019 9:37 am
- : Buy Me A Beverage
- Has thanked: 52 times
- Been thanked: 162 times
-
- Lead Developer
- Posts: 2779
- Joined: Tue Nov 05, 2019 6:02 pm
- Has thanked: 4 times
- Been thanked: 187 times
Re: Email From in 1.0.9.x
There's no real right answer on linefeeds. CRLF has always been the standard in emails. However, on unix servers, LF is the linefeed in shell, so the mailers would convert LF input to CRLF. The qmail mailer would do this stupidly, converting CRLF to CRCRLF. Therefore, the advice has been to use LF on those servers so that it would come out to CRLF.
I don't think it's a PHP level thing. I suspect that the mailer may have changed.
I don't think it's a PHP level thing. I suspect that the mailer may have changed.
-
- VIP Member
- Posts: 279
- Joined: Fri Oct 25, 2019 2:14 pm
- Has thanked: 26 times
- Been thanked: 14 times
Re: Email From in 1.0.9.x
The site I'm developing is hosted on a different server so it is certainly possible. I really have no idea. All I know for sure is I needed to set it to CRLF when LF used to work in the past.I suspect that the mailer may have changed.
Dan