Follow-up from #1099012: Give the ability to select where Amazon SES is used
The fix looks pretty simple, I'll try to write that up tonight.
Follow-up from #1099012: Give the ability to select where Amazon SES is used
The fix looks pretty simple, I'll try to write that up tonight.
Comments
Comment #1
tcibah commentedGreat. Will be pleased to have and test Amazon SES for the D6 branch.
Good weekend..
Comment #2
Ryan Palmer commentedFixed in both branches. New releases have been shipped.
Comment #4
IonEarth commentedHi Ryan,
Sorry for my confusion - I really appreciate this module's ability to send email through EC2. We've had a difficult time with bounces from the Gmail SMTP Server. I found tcibah original post on the Amazon Dev Forum. I found my way back here to this Bug Report.
I'm using the SES Mod to send WebForm Emails that are configured with token values and includes in the textarea fields regular old line breaks. I can see when the message sends its html encoding characters I have in there like single quotes and those show up fine in my email tests, but all the line breaks just run together.
You mentioned you fixed this in both branches but I only see a release for 7.x-1.0-beta2. Of course I'm under a timeline, so really any information you might be able to share with me at this point would be very appreciated.
Comment #5
IonEarth commentedOk, this was my mistake. I just added the < br /> tags in the WebForm Custom Template Box and this worked. I did not realize it would work that way because the WebForm Module does not allow and Input Type for the email message.
Again, sorry for the confusion. Hopefully, someone else will have this same issue with WebForms and find this post!