kendraio / kendra_home

Kendra Home
https://www.kendra.io
GNU General Public License v2.0
2 stars 2 forks source link

Make Drupal and Mandrill send unwrapped plain text emails #40

Open dahacouk opened 9 years ago

dahacouk commented 9 years ago

I don't want Drupal sending hard wrapped nor HTML emails. Just want unwrapped plain text emails. Format=flowed?

iAugur commented 9 years ago

Background to this for reference: https://www.ietf.org/rfc/rfc3676.txt

dahacouk commented 9 years ago

Also, is these:

useful?

dahacouk commented 9 years ago
dahacouk commented 9 years ago

https://mandrill.zendesk.com/hc/en-us/articles/205582117-Using-SMTP-Headers-to-customize-your-messages may be of use. I'll check it later.

dahacouk commented 8 years ago

OK. What I've found out so far is that I can send nice HTML and just about OK plain text emails (not totally happy but it will do for the moment). Here are the settings in https://mandrillapp.com/settings/sending-options

sending_defaults___mandrill

And here are the settings in https://www.kendra.io/admin/config/services/mandrill

mandrill___kendra_initiative

And user importing https://www.kendra.io/admin/people/user_import/ ...

people___kendra_initiative

lsolesen commented 8 years ago

@dahacouk How did you get it to send OK plain text, because that causes me a lot of grief in one of my projects :)

dahacouk commented 8 years ago

@lsolesen do the settings above not work for you?