<!-- 
RSS generated by JIRA (8.13.3#813003-sha1:22ebedbb75c99b147c66f14e031dd8a2d214753a) at Sat Feb 10 07:17:07 CET 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>Jira</title>
    <link>https://jira.astppbilling.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>8.13.3</version>
        <build-number>813003</build-number>
        <build-date>14-01-2021</build-date>
    </build-info>


<item>
            <title>[ASTPPCOM-436] Version 3.6 |  Email is not sending automatically</title>
                <link>https://jira.astppbilling.org/browse/ASTPPCOM-436</link>
                <project id="10608" key="ASTPPCOM">ASTPP Community</project>
                    <description>&lt;p&gt;I have tried many times in many way &lt;br/&gt;
E-mail on signup, forgot password or anyone is not sending automatically, i need to send it from manually from E-mail history page.&lt;/p&gt;

&lt;p&gt;I have already enable E-mail notification from Configuration &amp;gt; Settings&lt;/p&gt;

&lt;p&gt;Can you help me to solve it?&lt;/p&gt;</description>
                <environment></environment>
        <key id="12256">ASTPPCOM-436</key>
            <summary>Version 3.6 |  Email is not sending automatically</summary>
                <type id="10000" iconUrl="https://jira.astppbilling.org/secure/viewavatar?size=xsmall&amp;avatarId=10318&amp;avatarType=issuetype">Task</type>
                                                <status id="10001" iconUrl="https://jira.astppbilling.org/images/icons/status_generic.gif" description="">Done</status>
                    <statusCategory id="3" key="done" colorName="green"/>
                                    <resolution id="10000">Done</resolution>
                                        <assignee username="-1">Unassigned</assignee>
                                    <reporter username="whitesparrowbd">whitesparrowbd</reporter>
                        <labels>
                    </labels>
                <created>Mon, 11 Jun 2018 03:32:14 +0530</created>
                <updated>Sat, 8 Sep 2018 13:05:03 +0530</updated>
                            <resolved>Sat, 8 Sep 2018 13:05:03 +0530</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>0</watches>
                                                                <comments>
                            <comment id="13371" author="smrdoshi" created="Mon, 11 Jun 2018 10:44:00 +0530"  >&lt;p&gt;Have you configured crons? &lt;/p&gt;</comment>
                            <comment id="13372" author="whitesparrowbd" created="Mon, 11 Jun 2018 13:16:10 +0530"  >&lt;p&gt;yes configured the given crons &lt;/p&gt;

&lt;h1&gt;&lt;a name=&quot;GenerateInvoice%C2%A0%C2%A0&quot;&gt;&lt;/a&gt;Generate Invoice&#160;&#160;&lt;/h1&gt;
&lt;p&gt;0&#160;1&#160;_ _ * cd /var/www/html/astpp/cron/ &amp;amp;&amp;amp; php cron.php GenerateInvoice&#160;&lt;/p&gt;
&lt;h1&gt;&lt;a name=&quot;Lowbalancenotification&quot;&gt;&lt;/a&gt;Low balance notification&lt;/h1&gt;
&lt;p&gt;0&#160;1&#160;_ _ * cd /var/www/html/astpp/cron/ &amp;amp;&amp;amp; php cron.php UpdateBalance&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&lt;br/&gt;
&#160;# Low balance notification&lt;br/&gt;
0&#160;0&#160;_ _ * cd /var/www/html/astpp/cron/ &amp;amp;&amp;amp; php cron.php LowBalance&#160;&lt;/p&gt;
&lt;h1&gt;&lt;a name=&quot;Lowcreditnotification&quot;&gt;&lt;/a&gt;Low credit notification&lt;/h1&gt;
&lt;p&gt;0&#160;0&#160;_ _ * cd /var/www/html/astpp/cron/ &amp;amp;&amp;amp; php cron.php LowCredit&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&lt;br/&gt;
&#160;# Update currency rate&lt;/p&gt;
&lt;h2&gt;&lt;a name=&quot;0%C2%A00%C2%A0cd%2Fvar%2Fwww%2Fhtml%2Fastpp%2Fcron%2F%26%26phpcron.phpCurrencyUpdate&quot;&gt;&lt;/a&gt;0&#160;0&#160;_ _ * cd /var/www/html/astpp/cron/ &amp;amp;&amp;amp; php cron.php CurrencyUpdate&lt;/h2&gt;

&lt;p&gt;i saved all data to /etc/crontab&lt;/p&gt;

&lt;p&gt;but the main issue is all the given crons are regular usable issue, but where is the signup, forgot password, confirmation and others cron job ?&lt;/p&gt;


</comment>
                            <comment id="13373" author="devangn" created="Thu, 14 Jun 2018 12:19:03 +0530"  >&lt;p&gt;About &apos;email not sending issue&apos;, you can enable mail debug from configuration and monitor the logs in /var/log/astpp/astpp_email.log file.&lt;br/&gt;
About other event&apos;s cron, those event are triggered from button click and managed by calling according scripts when required/button clicked.&lt;/p&gt;</comment>
                            <comment id="13374" author="powerpbx" created="Wed, 4 Jul 2018 02:43:24 +0530"  >&lt;p&gt;Maybe a stupid question but have you verified that emails sent manually work?&lt;/p&gt;

&lt;p&gt;&lt;tt&gt;echo testing | mail -s &quot;test mail&quot; somemail@somedomain.com&lt;/tt&gt;&lt;/p&gt;</comment>
                            <comment id="13375" author="alexheylin" created="Tue, 10 Jul 2018 12:31:47 +0530"  >&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;~whitesparrowbd&amp;#93;&lt;/span&gt; I think you&apos;ve made a mistake I made when I first configured ASTPP by hand.  You&apos;ve put the cron entries in /etc/crontab directly - but they&apos;re in the wrong format to go directly into the master crontab as it needs a username field too so they won&apos;t run.  I suggest moving them to /var/spool/cron/crontabs/astpp on Debian or /var/spool/cron/astpp on CentOS - or use the install.sh to install.  The cron code is on lines 556 - 576.  Using the install.sh will ensure the system is configured as it&apos;s supposed to be, as there are some other things like this that can catch you out if you try to install manually. &lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;~powerpbx&amp;#93;&lt;/span&gt; makes a good suggestion too - confirm email system is working, and your settings in Configuration &amp;gt; Settings &amp;gt; Email are correct.&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10000" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10703" key="com.atlassian.jira.plugin.system.customfieldtypes:textfield">
                        <customfieldname>External issue ID</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>436</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10006" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i00bbr:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        </customfields>
    </item>
</channel>
</rss>