Opened 5 years ago
Closed 5 years ago
#1484714 closed Bugs (worksforme)
cant send to hotmail addresses
| Reported by: | noodleweb | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.2-alpha |
| Component: | Client Scripts | Version: | 0.1-rc2 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
cant end emails to hotmail.com accounts
error log says
Cannot modify header information - headers already sent in /var/www/vhosts/boardingschoolchat.com/httpdocs/components/com_roundcube/program/include/rcube_shared.inc on line 154
any ideas hotmail is obviously blocking the emails due to te header problem
Attachments (1)
Change History (7)
comment:1 Changed 5 years ago by till
comment:2 Changed 5 years ago by seansan
- Milestone set to 0.1-stable
- Resolution set to worksforme
- Status changed from new to closed
Headers already sent - implicates another error. Plese attach your logs. Closing for now
comment:3 Changed 5 years ago by savovski
- Resolution worksforme deleted
- Status changed from closed to reopened
I am able to send emails to Hotmail,Gmail, Yahoo trought my "Thunderbird",
But when I try with Roundcube, my mails are received only to Gmail and Yahoo.
I assume that headers or something is modified by Roudcube code or PHP itself, and so it is catch from SPAM Filter of Hotmail.
Problem is real and in in Roundcube or PHP itself.
In all cases mail is successfully sent, but in Roundcube case not received from Hotmail.
I have Virtual Mail , please test it with virtual mail setup.
comment:4 Changed 5 years ago by thomasb
- Milestone changed from 0.1-stable to 0.1.2
Maybe related to #1484867? Did you test with the 0.1.1 release?
comment:5 Changed 5 years ago by savovski
Yes , I test it exactly with 0.1.1 release
comment:6 Changed 5 years ago by till
- Resolution set to worksforme
- Status changed from reopened to closed
Please test with svn, and please test with RoundCube standalone. Not with a RoundCube wrapped in a Mambo/Joomla? component.

I don't know, when I check here:
... it doesn't output anything there.
Are you sure you didn't edit in this file and now the line is off? If so, please restore the file first and let me know the correct line number of this error.
I've never heard of Hotmail blocking email from RoundCube.
In general, you should configure SMTP in order to send out "valid" emails. mail() is valid as well, but depending on your setup there are other obstacles involved and other measures (such as SPF-records, domain-keys) necessary to make your emails look legit.