Menu

#902 calendar sends no mail-reminder

0.6.x
closed-wont-fix
nobody
Calendar (348)
1
2003-06-16
2003-02-27
No

software versions:
mgw 0.6.6-neo
php 4.3.0
mySQL 3.23.55-entropy.ch

running on:
mac os x 10.2.3
apache web server version 1.3

problem:
0. set up imap mail account - which works ok
1. checked 'settings>calendar>send reminder e-mail'
2. entered appointment
3. never recvd mail msg(s)

question:
does calendar module need its own setup field where the
mail-server can be configured that the CALENDAR module
is going to use?

it would be helpful to have 2 reminder messages with a
choice of pre-event-intervals (2 hours, 1 day, 3 days,
1 week, 2 weeks, 1 month).

thank you,
wolf schweitzer

Discussion

  • Karsten Dambekalns

    • labels: --> Calendar
    • milestone: --> 0.6.x
     
  • Karsten Dambekalns

    Logged In: YES
    user_id=105527

    Calendar sends reminder via PHP's mail() function at the
    moment. We could make it use webmail2 for this (as it sends
    vCal files this way), by changing mail_new_date() in
    calendar_func.inc.php.

    Bottom line: as long as PHP can't send mail via mail(), this
    won't work.

     
  • Karsten Dambekalns

    Logged In: YES
    user_id=105527

    The calendar now sends mail through the notification core.
    This still uses the mail() function, so the issue probably
    remains.

     
  • Karsten Dambekalns

    • priority: 5 --> 1
    • status: open --> open-postponed
     
  • Karsten Dambekalns

    • status: open-postponed --> closed-wont-fix
     

Log in to post a comment.