Hi,

I am trying to send an invitation and get the drupal Mail error. Regular Mailing throzgh drupal works.
This is the header from the Mail, that should be sent:

`
Header [MIME-Version]: 1.0
Header [Content-Type]: text/plain; charset=UTF-8; format=flowed; delsp=yes
Header [Content-Transfer-Encoding]: 8Bit
Header [X-Mailer]: Drupal
Header [Errors-To]: admin@xxx.info
Header [Return-Path]: admin@xxx.info
Header [Sender]: admin@xxx.info
Header [From]: info@3cees.de
Header [Reply-To]: info@3cees.de
To: xxx1.info
Subject: subject
Body:

TEXT

`
I already changed the Mail setting from html to plain text but did not succeed with that. As I coould read, sometimes this error appears, but the Mail are sent out. Not in my case. I am getting the error and no Mail is sent.

I move the plattform to another server, before that it worked. But now it doesn't. Like I said: Normal system mailing works.

What can I do, to fix the issue?

Comments

smk-ka’s picture

Status: Active » Postponed (maintainer needs more info)

1. What is the actual error? The email itself looks fine to me, except that it doesn't look like an invitation.
2. Drupal does not support HTML mails out of the box, so I don't know where that option is coming from.

Lars_S’s picture

Status: Postponed (maintainer needs more info) » Active

1. The error is, that the Mail is not sent and that I get a message, that it could not be sent.
2. Maybe the option is added by a plugin. But I think, that this does not matter, because it alsso worked on the old server.

smk-ka’s picture

Category: bug » support
Priority: Critical » Normal

This is way too unspecific, sorry. Since it worked on one server but doesn't on another, please check your email configuration or try to come up with a more specific error message.

Lars_S’s picture

Yes, I know. It seems to be the email config from the server. I tried to send a testnewsletter. It also did not work. I already added the Mailpath in the php.ini but it did not help.

andrews501’s picture

Lars_S,

Check this comment I posted regards the error sending email. I went through the same problem you mentioned and spent all day finding out the reasons behind my problem until I fix it. Maybe it could help.

http://drupal.org/node/404190#comment-3689158

pcoughlin’s picture

Status: Active » Postponed (maintainer needs more info)

Was this fixed?

If not, then what is the new server OS?

Can you send an email from the shell command line on the server?
Something like:

echo testing | mail -s Bla your.account@gmail.com

If that email does not send then you have server specific issues and not invite.module issues.

ryan osītis’s picture

Issue summary: View changes
Status: Postponed (maintainer needs more info) » Closed (outdated)