Rails stops sending mails with deliver_later after a while
I'm sending mails from a Rails application using GMail. When I start the server, everything works fine and Rails sends mails both by using deliver_now and deliver_later. However after some time (about...
View ArticleDelay in SAMPMAILJS with google SMTP
I am using google SMTP host and I have a delay of five minutes between emails."smtp.gmail.com" the host. Anyone knows how to fix ? Maybe it has any timer?
View ArticleAdding to email message body after the user selects send | Swift
Currently I have the following function that allows the user to press a button and allow them to compose an email:@IBAction func emailButton(_ sender: Any) { if...
View ArticleLooking for tolerant email service so I can develop some SMTP and IMAP Python...
i'm working on some automation tool with Python that send and receive emails. Got things to working pretty good, but it appears if i cross a certain policy threshold while sending emails (SMTP) i seem...
View ArticleHow to remove postgrey at all
I removed it from everywhere but it still keeps on greylisting. The following line: check_policy_service inet:127.0.0.1:10023 is removed from smtpd_recipient_restrictions = in /etc/postfix/main.c and I...
View ArticleHow to validate an email address in JavaScript
How can an email address be validated in JavaScript?
View Articlebase64 image code not work in gmail
I use zend_mail and render smarty tpl with email template. I try to send logo in email message (code using base64):<img...
View ArticleRoundcube IMAP AUTHENTICATE PLAIN Error on Debian
I have own VPS server (Debian 10) and domain with A and MX records to my IP address of VPS. Installed LAMP with SSL cert, Postfix and Dovecot, but want to install Roundcube email client.I installed...
View ArticleUsing Android Intent.ACTION_SEND for sending email
I'm using Intent.ACTION_SEND to send an email. However, when I call the intent it is showing choices to send a message, send an email, and also to send via bluetooth. I want it to only show choices to...
View ArticleSubmit video via contact form more then 25 mb limit
I have wordpress site where users need to submit their videos. I use contact form 7 as for contact form. It works ok, but with one problem - i couldn't submit file bigger than 25 mb as it is limit...
View ArticleSending emails behind firewall using Apache
I've got one Debian server with access to the Internet and Apache installed on it, and it can connect to email server by static IP. There is the second Debian server behind firewall without access to...
View ArticleSending mail using GCP on private network
More than a simple question-answer, this is more of a recommendation post. Want to see what ideas I have to work with. I am working on porting my company's work to the cloud (GCP) Most of this work is...
View ArticleSendgrid 550 unauthenticated senders not allowed laravel swiftmailer
When I am using sendgrid to send mail in laravel it gives me "550 unauthenticated senders not allowed" Does not know why these happens. I have configured sender authentication from sendgrid account and...
View Articlephp read gmail new mail [closed]
I have a task where I need a bit of php code to check gmail every minute or so for new mail. Any new email I need to examine and check for certain pieces of text, if these pieces of text exist then I...
View ArticleGet size of attachment in email
I don't have much experience with JAVA mail programming and I need help with one task. I have this code (this is a part of all code where I load attachments; if you need to see whole code, I can send)...
View ArticleTextarea to plain text mail, problem with line breaks
In a form for ordering I give some option to add a few remarks. The people involved so far used e-mail for ordering and in practice they added a lot of remarks beside the actual order. The form has a...
View ArticleCan you manually add a comment to a PGP public key block and not break it?
Pretend that the following is a valid PGP PUBLIC KEY BLOCK:-----BEGIN PGP PUBLIC KEY BLOCK----- UBStcXNLrrB3CTV429OmCB35xiYZNCckQZ8LQ+RkcIetcWUTY5n4oYn+3WGGTvv6...
View ArticlePython email bot imap/smtp
I am new to python, and trying to make an a script to download emails from gmail, and do some things based on the subject text.Since i am not as so good in python i wasn't able to do so any one willing...
View ArticleDjango email not working - smtplib.SMTPServerDisconnected: Connection...
I'm using the standard Django/SendGrid setup for sending emails. Here's the relevant fields in my settings.py:EMAIL_HOST = 'smtp.sendgrid.net' EMAIL_HOST_USER = 'myusername' EMAIL_HOST_PASSWORD =...
View ArticleOutlook MailItem embed images not shown in sent mails
I have the following code to embed images to Outlook MailItems:private void ReplaceImageIds() { foreach(var image in Image.GetImagesFromText(HTMLBody)) { var imageTag = $"<img src \"...
View Article