I don't have the smtp module installed, I just use the regular drupal_mail function and everything works fine.

When I made a postcard, it tells me that a mail has been successfully sent, but that is not the case. It only sends a mail when I specify the admin email (domain name of the site). How could I fix this? Any ideas?

Thanks a lot!

Comments

dorien’s picture

Hi,

I temporarily fixed this error by letting the mail be sent from the sites admin:

I changing the $from to the sites mail email domain, twice around line 382. That solved it. It is still BCCd in the headers to the real sender.

add1sun’s picture

Huh, that is a weird one. I've not encountered that behavior myself. I'll try to take a look at that in the next week and see if I can come up with anything.

add1sun’s picture

Status: Active » Closed (fixed)

Can't reproduce it myself and no further reports. Closing.