[horde] Problem with sending mail via mobile interface
Michael M Slusarz
slusarz at horde.org
Wed Nov 7 05:35:24 UTC 2012
Quoting Jens Grüntjes <jens.gruentjes at ebira.de>:
> Then I tried to debug a little more by changing Horde's log level to DEBUG.
> This is the output of sending via the "standard" interface on my
> desktop computer:
[snip]
> 2012-11-06T21:44:02+00:00 INFO: HORDE [imp] 94.79.128.222 Message
> sent to Jens Gruentjes <jens.gruentjes at provider.de> from jens [pid
> 10595 on line 866 of "/var/www/horde/imp/lib/Compose.php"]
So it appears that "Jens Gruentjes <jens.gruentjes at provider.de>" is
the e-mail address you are sending to.
> Now this is the output of sending via smartphone
[snip]
> 2012-11-06T22:04:33+00:00 DEBUG: HORDE [imp] SQL (0,0014s)
> INSERT INTO imp_sentmail (sentmail_who, sentmail_ts,
> sentmail_messageid, sentmail_action, sentmail_recipient,
> sentmail_success) VALUES ('jens', 1352239473,
>
> '<20121106220433.Horde.k-N6CErzi9JQmYlxZnNilkA at mail.ebira.de>', 'new',
> 'jens.gruentjes at provider.de', 1) [pid 10596 on line 806 of
> "/usr/share/php/Horde/Db/Adapter/Base.php"]
This looks correct.
> 2012-11-06T22:04:33+00:00 DEBUG: HORDE [imp] SQL (0,0010s)
> SELECT COUNT(*) FROM imp_sentmail WHERE sentmail_ts > 1352153073 AND
> sentmail_who = 'jens' [pid 10596 on line 806 of
> "/usr/share/php/Horde/Db/Adapter/Base.php"]
> 2012-11-06T22:04:33+00:00 ERR: HORDE [imp] Ungültige E-Mail-Adresse
> ( ). [pid 10596 on line 1155 of "/var/www/horde/imp/lib/Compose.php"]
This indicates you have an empty address in your recipients.
> mysql> SELECT * FROM imp_sentmail WHERE sentmail_ts >= 1352239473
> AND sentmail_who = 'jens';
> +-------------+--------------+-------------+--------------------------------------------------------------+-----------------+----------------------------+------------------+
> | sentmail_id | sentmail_who | sentmail_ts | sentmail_messageid
> | sentmail_action |
> sentmail_recipient | sentmail_success |
> +-------------+--------------+-------------+--------------------------------------------------------------+-----------------+----------------------------+------------------+
> | 7887 | jens | 1352239473 |
> <20121106220433.Horde.k-N6CErzi9JQmYlxZnNilkA at mail.ebira.de> | new
> | jens.gruentjes at provider.de | 1 |
> | 7888 | jens | 1352239473 |
> <20121106220433.Horde.k-N6CErzi9JQmYlxZnNilkA at mail.ebira.de> | new
> | � | 0 |
> +-------------+--------------+-------------+--------------------------------------------------------------+-----------------+----------------------------+------------------+
This seems to indicate that your recipient list when sending via
sendmail is something like "Jens Gruentjes
<jens.gruentjes at provider.de>,[Either space or null character]". is
that true?
What are you using to send the message in smartmobile mode? This is a
possibly a browser issue. I can't reproduce.
michael
___________________________________
Michael Slusarz [slusarz at horde.org]
More information about the horde
mailing list