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
Comment #1
dorien commentedHi,
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.
Comment #2
add1sun commentedHuh, 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.
Comment #3
add1sun commentedCan't reproduce it myself and no further reports. Closing.