Open hesedel opened 10 years ago
FLOW?
replier.< item-id >.< base_conver(id, 10, 36) >@users.garagesale.ph
poster.< item-id >.< base_conver(id, 10, 36) >@users.garagesale.ph
replier's email address
TO: poster.< item-id >.< id >@users.garagesale.ph
poster.< item-id >.< id >@users.garagesale.ph
replier.< item-id >.< id >@users.garagesale.ph
TO: poster's email address
replier.< item-id >.< id >@users.garagesale.ph
replier.< item-id >.< id >@users.garagesale.ph
poster.< item-id >.< id >@users.garagesale.ph
TO: replier's email address
poster.< item-id >.< id >@users.garagesale.ph
poster.< item-id >.< id >@users.garagesale.ph
replier.< item-id >.< unique-conversation-code >@users.garagesale.ph
TO: poster's email address
DB Table Stucture
name | type | index | default |
---|---|---|---|
id | int | pk | autoinc |
created | |||
updated | |||
item_id | int | fk | not null |
user_id_replier | varchar | fk | null |
replier_email | varchar | null | |
replier_name | varchar | null | |
user_id_poster | varchar | fk | not null |
TODO JANX:
emailing poster.9.1@int.users.garagesale.pajaroncreative.com
should forward to janzen.biz@gmail.com
emailing replier.9.1@int.users.garagesale.pajaroncreative.com
should forward to janzen.contact@gmail.com
TODO HES:
Janx, I was thinking, pwede na yata tanggalin ang creation of email accounts. The email forwarders already do the job, email accounts are no longer needed since emails are forwared to pipe.php, I don't think the emails reach the account anymore. We can instead create a table for all the correspondence between the two users.
So when we make an admin interface to monitor these, we can see all the conversations on an item separated by the replier email address.
Poster receives email from:
replier.< item-id >.< unique-conversation-code >@users.garagesale.ph
Replier receives email from:
poster.< item-id >.< unique-conversation-code >@users.garagesale.ph