Email Inbox in V8

I guess this webinar will also adress the new mail features of v8.

Hi Thanks for the links.

But sill I am not able to sync emails.

My config is as shown below,

  1. Email Domain Setup

  1. Email Account Setup

  1. As you can see in above, I have setup the domain config for IMAP and in email account config selected ALL messages in email sync option but not able to see the email in my inbox. (Please note the emails are there at email server but erp email inbox is not reflecting them)

  1. I have sent an email from erpnext from email inbox.

  2. Now as you can see it is not showing in the sent Mail. (As I am using IMAP it should show in the email servers mail box but it is not showing there also.)

  1. But I have received this email.

So this is very first step of email config where I can see the email feature is working well for me.

Please suggest.

Regards

I can’t help much here but it appears that mails sent from ERPNext are not actually saved into your Imap mailbox. I asked this question of the developers in the we binary.

Check your Imap server logs if you are able. I can sync email ok. I have one or two small issues with this ie a few emails always seem to show up as a few mins ago even if they are a day old. But basically it works.

The SSL port is correctly set?

Hi,

Sorry for the delay in response

As I am assuming that there is some fault in my email server, so I have configured gmail account with Imap setting as follows.

and

Now still I am not able to see anything in Accounts email Inbox

Please suggest what could be the next step?

Regards

I am not familiar with the current inbox gui, but be aware of gmail login issues for eg

1 Like

Are you setup this as Administrator?

Please tell us your environment:
Windows, Linux, VM?

Please tell us the version of the ERPNext.

Did you checked the Email port is open trough firewall?

Hope this helps.

@krnkris

Yes i am the setup administrator

My enviornment is Linux Ubuntu 14.04 LTS VM, Erpnext Release v8.0.28

My Firewall are open for outgoing connection, i.e. for the IMAP/IMAPS POP/POPS SMTP/SMTPS.

I have cheked it by doing telnet., if my ports were blocked then I must have received “Request Timed out” error while creating the email inbox account in erpnext.

Regards,

May this help?:

Hi

I have tried the above mentioned link but it seems every thing is perfect.

I am able to send the email from the configured account, but the problem is it doen’t appear in the sent Items, as well as I am not able to see the email which are already there in Inbox of gmail.

Both the sent Items and Inbox is blank as shown in the screen shot earlier.

Please suggest

Regards,

You have checked this is not your problem?

  1. My experience is gmail ignores login attempts less than say 15 minutes apart!

As for your Sent Mail is blank/empty - is your Communication List empty too?

In my case both lists match - but I append to Communication and you do not - maybe if you set that!?

hi @clarkej

I have tried all possible ways of your post but not able to make it, I have used the below tweak.

  1. My experience is gmail ignores login attempts less than say 15 minutes apart!
    frappe@erpnext:~/frappe-bench$ find . -name *.json | xargs grep scheduler_interval
    ./sites/common_site_config.json: “scheduler_interval”: 900,
    ./sites/aproposcomputing.com/site_config.json: “scheduler_interval”: “300”,

My actual problem is I am not able to see the email in Email inbox as well as sent item in erpnext (On the email server mails are there), not the login or sending of emails.

Yes the communication list is empty too.

Regards,

Hi Deepak,

‘I append to Communication and you do not - maybe if you set that!?’

In your email Default Inbox, is Append To set to Communication?

In your screenshot that field is empty - that may be your problem!?

Hi @clarkej

Yes you are right after selecting the communication I am able to see two emails. (Please note there are more than 450 emails in inbox.)

But still not able to see the sent items.

Please refer the below screen shots.

Settings

Inbox

Sent Items

Regards,

ok in my case the one account set on Append To Communication is also set as Default Incoming & Outgoing.

You can experiment with settings and send some test emails in and out to determine how it works - or does not! I am not sure what the prescribed behaviour is…

cheers

Do you have read + write permissions for the private + public dyrectories under erpnext?

1 Like

The sent email is only the emails that are sent via Email Inbox in ERPNext, not your mail account’s normal Sent folder that you might view in Thunderbird say. Only the inbox is syncced. Actions such as reply and forward will show emails sent in this manner from the application. This was confirmed on a webinar by Frappe a few months ago.

@krnkris Yes I have the permissions.

@Julian_Robbins

Then giving the IMAP as an option will not make sense, because this seems to be a POP property. I thought that by using this feature we can eliminate the dependency of the email Clients like Thunderbird, outlook etc.

What if I send new email from the email inbox will it show in sent Items?

Can you share the webinar link if available.

Thanks for filling in the blanks Julian.

Lots to be had on youtube Deepak - possibly this one has some answers you seek?

1 Like

IMAP is only sense if you not read the message with differ e-mail client /ThunderBird, outlook ect./
If it is already readed then ERPNext will not pull again. You should put it in to not readed stage /mostly with bold letters/, then the ERPNext is pulls within time range others not pull, then there is a chance to get it in to your Inbox of ERPNext.

Make a new email address dedicated only for ERPNext to try out.

Lengthen the pull request for the differ email clients and/ or shorten in ERPNext /don’t know how/.

Hope this helps.