Zeptomail - Bounce address could not be added
Need urgent help, My domain successfully verified then when i need to setup bounce address ex: return@bounce.domain.com it's always throw error, please help me, have been struggling in 2 days. Thank you.
How to configure webhook
I'm try to add webhook url but I get URL can not be reached why???
Need support on subscription and auto top-up for Zeptomail
Hello Zoho We need to automatically deduct subscription charges for Zeptomail with our corporate Credit Card Ticket No 86290605 Please bring this this feature Thanks
Sending Email to Multiple Receipient ZeptoMail
how to add multiple email address in API call. is the following example correct? "from":{ "address":"noreply@xyz.com", "name":"Sender name" }, "to":[ { "email_address":{ "address":"email1@gmail.com; email2@gmail.com" } }
PostFix: Reason:530 5.5.1 Authentication Required
I am trying to setup PostFix to be my local SMTP replay for all my services to send alerts to myself. However, I am not able to authenticate with the Zoho SMTP service to send messages. The log says the following: Sep 22 13:15:29 core postfix/qmgr[168993]:
Images visible in template, NOT visible once sent, visible to SOME email recipients, but NOT gmail recipients.
Hi support, dear Sir or Madam, Images sometimes visible, sometimes not there. When I send an email with pictures in it, the pictures are visible in my template and while I compose my letter, I change the addressee and add a few words. The pictures are
Zeptomail API (PHP) with invoice pdf attachment
I am unable to properly make the syntax of API request via PHP to sent order invoice (PDF) in attachment. Below is my sample code API request - $file = '169242759486.pdf'; $attFile = 'https://www.example.com/secureInvoice/' . $file; $base64_attFile =
Zeptomail API with invoice attachment
I am unbale to figureout the API request (PHP) with attachment of order invoice pdf file. My code sample below - $attFile = 'https://www.udyog.one/admin/secureQCReports/Inv150920231055.pdf'; $base64_attFile = chunk_split(base64_encode(file_get_contents($attFile)));
How to resume Zepto mail agent which was shutdown
Enable to resume the zepto mail agent, Can you please help me how to start.
SPAMHOUS email block
Hi, Emails from my Zoho Creator app are failing with the message below. It appears as though your servers are on a spamhaus block list. This is causing us issues launching our new project. Can you please advise ASAP? Message: 5.7.1 Service unavailable
Send Email From the ZeptoMail BY API
What is Zeptomail:- Transactional email service with reliable and fast delivery How we can Create a Connection for Zeptomail in Zoho CRM Go to the Setup Click on Connection Enter Connection Details:- Generate Consumer Key & Consumer Secret Using Zoho
zeptomail not working on production
We are using Zeptomail in our nodejs project. It works well on the development environment but when pushed to production we stop getting emails. We need this fixed Asap
Account not approved | No reply from Support | Terrible Experience
Hello, It's been a week now, and my zeptomail account is still not approved. I have submitted all required KYC documents but still have not been approved and no one replies to my emails, they simply close my ticket without replying. I am having a terrible
Account blocked
Yesterday I got my Zeptomail account blocked due to too many hard bounces. My account is used exclusively for sending transactional emails (eg. your order has been shipped, a form has been filled, etc) and the sudden blocking impacted hundreds of websites
Please investigate - 3rd attempt
Hi, I have tried in the past to get this resolved, but your replies and help hasn't worked so far. I cannot access my Zeptomail account - I just get a blank screen and a 401. Your previous responses from helpdesk saying I don't have an account isn't correct.
Zeptomail stopped working
Hi, Zeptomail was working fine, and then suddently it stopped working. No more email are sent, we did not change any setting. When we try to send a email via Zeptomail SMTP, on our nodejs server, we get after a while: Error: Connection timeout What
Bounce email
While setting up CNAME we have to create a host name (example form.domain.com) Actually we don't have any address email like that bounce@form.domain.com Furthermore sender adresss noreply@domain.com is a virtual address, just to send the notification.
Subscription Payment Failed
Our services are using zeptoMail to send trigger emails to our clients. All of our credits are expired now. But when we're trying to buy extra credit, we got payment failed message. What's the matter? What shall I do?
Account Audit
HI, my account has been under review for 6 days, your efficiency is too low
How can I loop through an array of data in the email template?
I want to make a purchase notification template but I don't know how I could loop through an array type variable that will contain the list of products that the customer bought with their specific information (quantity, unit price, etc) to make a pretty
SMTP Set up
Hey, We're migrating over from Zoho mail to Zeptomail and I'm having difficulty setting up the account. Our previous SMTP Settings: SERVER: smtp.zoho.eu PORT: 587 EMAIL: [our email] PASSWORD: [our password] I'm changing them to the following for Zeptomail
MailKit.Security.AuthenticationException: '535: Authentication Failed'
I am facing Authentication issue from MailKit with correct credentials., issue:'535: Authentication Failed'. Please find attachment which I mentioned detail code. Thanks
Inviting Outside Accounts into Zeptomail
This is related to both Zohomail and Zeptomail. Because Im not sure what would happen to Zohomail based on the situation im about to explain. I'm going to use examples to try to explain the dilemma I'm in. My client has an organization that was created
Inviting Outside Accounts into Zeptomail
I'm going to use examples to try to explain the dilemma I'm in. My client has an organization that was created with their gmail account for example: example@gmail.com My client website is https://example.com I want my client to invite me into their organization,
Account audit
My zeptomail account is not audited? ? ? Prompt to check the mailbox, but I haven't received any zeptomail emails in my mailbox so far
SMTP ACCOUNT
please provide me guide of for zepto smtp account
Help! Templates have disappeared today
Help! A few hours ago today our email templates just disappeared. These were not deleted. We looked everywhere but could not find them. Could somebody please restore these for us, They have taken years of building up. Thanks
Zepto Mail SMTP closing connection Sending invoice with PDF Attachment
Hi, I'm having problem with the smtp for transaction mail using zoho as smtp server. The file containing PDF File. Please help.. Thank you Log as follow: ++ Starting Swift_SmtpTransport
<< 220 mx.zohomail.com SMTP Server ready June 15, 2022 11:42:56
problem solving
hi I recorded the configuration information related to the email in Laravel as follows MAIL_DRIVER=smtp MAIL_HOST=smtp.zeptomail.eu MAIL_PORT=587 MAIL_USERNAME=jj1781427@bounce.octolink.live MAIL_PASSWORD=yA6KbHsJv1iklzlZEhQ0hseO8Iti+vxr2n6x4CnjK8wvK9Pg3qE51hdtK4S+dDDY2ICH5/lVYokQdIq9ttlZdpc2M9MCLZTGTuv4P2uV48xh8ciEYNYmgpqtBLMTFqZBcBkmDy81Qb0=
codeigniter application with smtp
$config = array( 'smtp_host' =>'smtp.zeptomail.com', 'smtp_port' =>587, 'smtp_user' =>'user, 'smtp_pass' =>'password', 'protocol' => 'mail', 'mailtype' => 'html', 'charset' => 'iso-8859-1',
Zeptomail Support
My zeptomail was blocked and i was notified to contact support. I have opened five tickets and no one is responding to my queries. I went through possibilities of the block and discovered the issue was due to suspicious mails sent through one of the mailagents.
Emails Stopped Sending
Was there an outage today? It's been three days since we started using the service with SMTP and we had many email not delivered today.
Is Zoho Transmail a supported product?
My account has been pending review for over six weeks. Accordingly, transactional email has ceased and presented its own challenges and lost opportunities. This was implemented over others because it was included in Zoho One - but support has been non-existent.
July 2021 in ZeptoMail!
Note: TransMail is now ZeptoMail. Click here to know more. Hello again, everyone! Hope you and your loved ones are doing well. We've had a few updates in the past month in ZeptoMail—some new features and some important announcements. Take look at what
TransMail has a new name—ZeptoMail!
Tried navigating to TransMail's community forum but see a different name now? That's because TransMail has a new name. TransMail is now ZeptoMail! As we’ve grown from an internal service used mainly by other Zoho products to an up-and-coming competitor
TransMail Template creator
Hello, Is it correct that TransMail does not (yet) allow for template creation? Is it possible to use Zoho Campaigns for the templates and then send them with TransMail? If not - what application do you recommend to use to create templates and then send
June 2021 in TransMail!
Note: TransMail is now ZeptoMail. Click here to know more. Hello again, everyone! Hope you and your loved ones are doing well. If you're doing less than fine, we truly hope that things only get better for you. We've had a few updates in the past month
Does transmail work with WooCommerce?
By the Grace of G-D. Hi, After adding the add-on, Do I need to set up something in WordPress in order to use transmail for the WooCommerce emails also?
What's new in TransMail!
Note: TransMail is now ZeptoMail. Click here to know more. Hello again, everyone! We've recently crossed the 6 months mark of TransMail's launch. In this time post our launch, we have been constantly working on updating our platform and adding new features
TransMail Overview
Note: TransMail is now ZeptoMail. Click here to know more. Hey there! It's been 5 months since we launched Zoho's transactional email service — TransMail. We've had great response and onboarded many users. I'd like to now give an overview of TransMail
Next Page