Login or Register

RSS IconRecent posts in this topic

avatar
qai on Feb 20. 2007. 10:45 pm
Hi.. I can send emails but I must have a configuration setting wrong because the activecollab server uses the from address of the sender. ie: myname@mycompany.com. Unfortunately the mycompany.com email server rejects the incoming email, I think because it knows that it didn't originate it. Perhaps if the incoming mail header was constructed as from: myname@activecollabserver.com; reply-to myname@mycompany.com then this would not be rejected?

How do I get around this?
avatar Staff
Ilija Studen on Feb 21. 2007. 4:16 am
All email generation is handled by /applications/models/notifier/Notifier.class.php (with help of few templates). You can change sender value in all cases where Notifier is sending out emails to a value that will not be filtered by your email server.
activeCollab team member | LinkedIn
avatar
qai on Feb 26. 2007. 6:59 pm
Thanks Ilija. I found a spot in the EmailSend function, where I could change the $from variable. That worked but I don't know enough about how to keep the reply-to variable from changing. Will this require a rewrite of the sendemail function to provide for a seperate reply-to field?
avatar
qai on Mar 11. 2007. 1:15 pm
Bump.. any thoughts yet Ilija? thanks.
avatar
jdhemsath on Apr 10. 2007. 11:59 am
Hi all--

I'm trying to the test mail function within aC and keep getting the following message:

"Notifier has failed to construct mailer object"


I am trying to send using SMTP through my gmail account, since my host does not do email. I did not use the PHP mailer because, the couple times I tried that, nothing came in my Inbox.


Any thoughts on how to get this going? I would like someone to start using aC with me, and they can't unless the passwords get mailed.
avatar
BHolmes on May 22. 2007. 9:54 am
Hi there.

Call me non-technologically-oriented if you will, but I was wondering if there is a basic "instruction manual" in the works? Some documentation that explores all the different aspects of aC and how they can be used in conjunction with each other? I'm having a lot of luck just exploring it independently, but I'm worried that I'm missing some obvious stuff.
avatar
activebiz on May 27. 2007. 8:56 pm
Hi,
am totally new to AC - had no problemes installing it and it seems all fine - my question is: does that thing have any kind of calendar at all?
And if not - how do other handle any project without having a calendar. I though ANY project management would have a basic calendar. So, I did not even look for it on the website before downloading and installing it. Now, I am frustrated because I have no idea how to get a calendar working with AC.

Any help is appreciated.

ps: also searched already for any possible extensions etc. that refer to AC - could not find anything at all.
Thanks
Michele
avatar Staff
Ilija Studen on May 28. 2007. 6:26 am
Hi Michele,

activeCollab 0.7.1 does not have a calendar display, but it can export milestones in iCalendar format so you can use your favorite calendar application. Global link to iCalendar feed is on My tasks page. You can also find per project feeds on Milestones page of every project.
activeCollab team member | LinkedIn
avatar
chrisn on Jun 8. 2007. 6:58 pm
Hi Ilija

Just wondering how do i change the name of the RSS feed from 'Recent Acitivies' to 'Company Name Projects'?

Thanks!

Chris
avatar Staff
Ilija Studen on Jun 9. 2007. 12:54 am
Hi,

You can change feed titles in FeedController (/application/controllers). Find lines where feed object is constructed ($feed = new Angie_Feed(...)) and replace lang(...) with value you want.
activeCollab team member | LinkedIn
Topic is locked. If you have something important to say about issues discussed on this page please write at hi@a51dev.com.

RSS IconRecent posts in this topic