Questions tagged [zoho]

Zoho is a SaaS based company which offers a comprehensive suite of on-line business, productivity & collaboration applications.

Zoho has a large number of products so it can be good to include the name of the Zoho product in the question title.

Example:

Zoho: Creator: <question topic>

It is also useful to include 'Deluge' if the question is related to Zoho's Deluge scripting language.

Example:

Zoho: CRM: Deluge: <question topic>
722 questions
21
votes
4 answers

Can servers block curl requests?

I am working on ZOHO API and trying to update the record using cURL. I tried different cURL variations, but it always returns "false". But when I call the same URL using a browser, it works. Is there any way they can block cURL requests? Is there…
www.amitpatil.me
  • 3,001
  • 5
  • 43
  • 61
21
votes
5 answers

Rails EOFError (end of file reached) when saving a devise user

I'm getting this error in production when trying to create a user (i'm using the devise gem). EOFError (end of file reached): I hit this problem before and it was due to my smtp settings using zoho mail. I believe my configuration below is what…
Catfish
  • 18,876
  • 54
  • 209
  • 353
19
votes
2 answers

Error: Message failed: 553 Relaying disallowed as @ . - NodeMail Zoho

After searching for more than 6 hours trying to understand what is zoho's mail problem to send emails! After i read lots of their answer with no helpful solution, i found the solution is that you need to have the sender option in your NodeMailer…
heshamelmasry99
  • 380
  • 4
  • 12
14
votes
6 answers

Rails ActionMailer configuration for Zoho

Anyone have luck configuring ActionMailer to send email via a Zoho account? These are my settings: ActionMailer::Base.smtp_settings = { :address => "smtp.zoho.com", :port => 465, :domain =>…
lambinator
  • 10,616
  • 7
  • 55
  • 57
13
votes
10 answers

Send email through Zoho SMTP

I am trying to send email from my django-based website, but I got some problem - SMTPServerDisconnected Connection unexpectedly closed My setting.py: EMAIL_USE_TLS = True EMAIL_HOST = 'smtp.zoho.com' EMAIL_PORT = 465 EMAIL_HOST_USER =…
Daniel
  • 981
  • 3
  • 11
  • 15
10
votes
1 answer

SMTPDataError at /accounts/signup/ (553, b'Relaying disallowed as webmaster@localhost')

I am using Django 1.7 and for authentication I am using Django allauth. For sending email, I started using zoho smtp server. It is able to send normal & transactional mails but it cannot send signup conversation email. It shows the…
Rohit
  • 475
  • 1
  • 7
  • 16
10
votes
3 answers

Assembla Redmine JIRA Zoho Yodiz review and/or alternatives

I'm looking for a AaaS to handle the agile/scrum project management for a commercial software development project. We are probably going to use git as SCM and ideally we would like to have a good integration between the code changes in SCM and the…
movees
  • 183
  • 1
  • 15
7
votes
2 answers

Yii2-curl oAuth2 with zoho

I am working on Yii2. I have a URL which on hitting a browser is redirected to my redirect URI.…
Moeez
  • 494
  • 9
  • 55
  • 147
7
votes
1 answer

Codeigniter SMTP Email Error

I can't get my emails to send when using SMTP with my codeigniter app. There are many similar questions on SO, but none that solve my problem so that's why I'm asking again. Here's the error i'm getting: hello: The following SMTP error was…
Catfish
  • 18,876
  • 54
  • 209
  • 353
6
votes
4 answers

Zoho mail says 535 Authentication Failed in Node Js

I am creating an Application using Node Express and MongoDB. After user creation a successful mail want to send to the user. I am using zohomail and can able to use those username and password to login zohomail online. But when I try to send mail I…
test team
  • 677
  • 3
  • 12
  • 27
6
votes
3 answers

How can I send email through ZOHO api using PHP?

I've followed this doc and here is my code: $url = "https://mail.zoho.com/api/accounts/662704xxx/messages"; $param = [ "fromAddress"=> "myemail@mydomain.com", "toAddress"=> "somewhere@gmail.com", "ccAddress"=> "", …
Martin AJ
  • 6,261
  • 8
  • 53
  • 111
6
votes
3 answers

Email settings for custom domain in Microsoft Azure

I want to setup a mailbox for my custom domain bought in Microsoft Azure. For this, I am configuring Zoho Mail to be my mail box for the custom domain. Now I am supposed to configure email delivery settings. Zoho says - You need to configure the MX…
Vamsi Sangam
  • 948
  • 1
  • 11
  • 16
6
votes
1 answer

How to save uploaded file in Rails 2

Hi I have integrated Zoho sheet in Rails 2 app , where I can open new Zoho Sheet from local , but when i click on save at zoho editor , it will send me the file to my server, this is my production log Processing ZohoController#index to…
Sanju B Myh
  • 271
  • 1
  • 15
5
votes
1 answer

module 'zcrmsdk' has no attribute 'ZCRMRestClient'

I am unable to get the following working: import zcrmsdk config = { "apiBaseUrl":"https://www.zohoapis.com", "apiVersion":"v2", "currentUserEmail":"sample@gmail.com", "sandbox":"False", …
Atahan
  • 61
  • 3
5
votes
3 answers

nodemailer and zoho email issue '530 Must issue a STARTTLS command first.'

I am using the latest version of nodemailer version 4.1.0. I tried using the sample code available here https://nodemailer.com/smtp/ Here is my code let transporter = nodemailer.createTransport({ host: 'smtp.zoho.com', …
Rahul Ganguly
  • 1,908
  • 5
  • 24
  • 36
1
2 3
47 48