By madhatter on
Has anyone successfully been able to send out emails via the send and mimemail modules? I looked at the logs in my smtp server and I see this error:
Message FROM: <vincent <vincent@yahoo.com> TO: <bob <bob@gmail.com> directly fail! Mail from <vincent <vincent@yahoo.com>: "@" or "." expected after "vincent"
If the SEND module is improperly formatting the FROM: email address, how do I fix it?
I'm using Drupal 4.7.0, tried both the April 8th CVS and 4.7 version of SEND, and the latest CVS version of MimeMail.
Vincent
Comments
I believe the MmeMail is not
I believe the MmeMail is not 4.7 compatible. I am tried using it with "Send to a friend", "Send this page" which requires the MimeMail module, it does not work.
tecito.com
Comunidad Latina en Canada, regístrate ya! Join the growing latin community in Canada.
Are you using the smtp
Are you using the smtp module? If so, see if it works if you disable smtp. To disable smtp you have to turn it off on the modules page AND remove it from the modules directory. Anyway, I think it is the smtp module that is screwing up the from address.
Not using SMTP module...
Hi Karen,
I'm using a SMTP server called QK. I also suspected it might be this. Which SMTP server do you use? Are there any good opensource alternatives you know of?