Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TEXT vs HTML emails #322

Open
ShadyWushu opened this issue Aug 2, 2016 · 2 comments
Open

TEXT vs HTML emails #322

ShadyWushu opened this issue Aug 2, 2016 · 2 comments

Comments

@ShadyWushu
Copy link

Is there a method to enforce the sending of only TEXT emails? I've run into a situation where the target turning all HTML emails into attachments. All "legitimate" emails are TEXT only.

@zeknox
Copy link
Member

zeknox commented Aug 2, 2016

I've never tested this, but it should already work with the existing code. Since PF leverages Action Mailer to send Emails it should handle HTML or TXT. All you probably need to do is upload a TEXT email with the following extension name: email.text.erb.

Make sure your content is all TEXT based, Rails should see that it's a TEXT based email and deliver properly. Try it out and keep us posted.

@zeknox zeknox added the question label Aug 2, 2016
@zeknox
Copy link
Member

zeknox commented Nov 23, 2016

I looked at the source code just now for this, we currently are only sending the HTML version, but I look to implement the ability to send either, or both versions to up the SPAM filter score rating.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants