Welcome Guest, Not a member yet? Register   Sign In
Email Library, HTML MAIL- OSX Mail
#11

[eluser]Peet86[/eluser]
Yes, ok, I saw in other mails, this MIME chars are not probleme, they are normal.
No, I cant use, because my windows server is in a server hotel, and the ISP hasnt got public SMTP..
I tried with the google smtp and my acc, but it force SSL and CI cant handle it. :S

My all other mail going through this windows smtp server and all my html mails are corect.
#12

[eluser]Derek Jones[/eluser]
This is somewhat a stab in the air, but try setting $newline and $crlf to just "\r". I'm making the suggestion on the thought that the email server might, in an attempt to force standards, convert "\r" to "\r\n" making your "\r\n" into "\r\r\n".
#13

[eluser]Peet86[/eluser]
The same probleme with \r... Sad
#14

[eluser]Crimp[/eluser]
You can use PHPMailer as a plug-in in CI to use/test with the Google SMTP. I do this for domains that use Google Apps for email (to offload a VPS headache). A feature request has been submitted for CI to support SSL auth.
#15

[eluser]Peet86[/eluser]
The probleme is not with the Google smtp, becuse I used PHPMailer in my previously projects. It works fine with my SMTP.
Now, for the safety sake, I installed to CI as a library, and replaced the mail sending code. It works fine too with the same html message!!
#16

[eluser]Derek Jones[/eluser]
Well it's obviously something specific to that server, as CI's HTML formatted emails follow the spec very closely, and thousands and thousands of sites, both CI and EE, use it successfully on a daily basis. What it could be I have no idea from this side of things, outside of making additional guesses as before. If you would, send yourself an HTML email again, and in Mail.app hit cmd+opt+u and cut the raw source in its entirety, headers and all, and paste it to a new text file, save it, zip it, and attach it here, please.
#17

[eluser]Unknown[/eluser]
This is most likely what you're looking for : http://ellislab.com/forums/viewthread/97440/




Theme © iAndrew 2016 - Forum software by © MyBB