Skip to main content

Questions tagged [email]

Use this tag for questions involving code to send or receive email messages. Posting to ask why the emails you send are marked as spam is off-topic for Stack Overflow. Questions about configuration of mail servers belong on Server Fault.

0 votes
2 answers
21 views

Using Apps Script to automate sending multiple emails from a google sheet, each with a different specific pdf attachment stored in Google Drive

This works to send automated emails from the same Google sheet, but when I added lines 9, 18 and 21(attachments part) it keeps returning Exception: Cannot retrieve the next object: iterator has ...
Ronald Turner's user avatar
0 votes
0 answers
10 views

Who is at fault here: the GSM Provider, my VPS email or Outlook.com?

I have developed a mobile tracking app that uses MailKit and MimeKit to send periodic emails (about the Android phone's most current location) to an email address ([email protected]). I use an email ...
Md Idiake's user avatar
0 votes
0 answers
8 views

Spring Boot Mail prints anything on STDIO

I am sending emails with my spring boot server I am using org.springframework.boot:spring-boot-starter-mail:3.3.1 But i get a stupid amount of log output. Is there any way to disable that? As far as i ...
InternalError_'s user avatar
0 votes
0 answers
11 views

addAttachmentData in SwiftUI is Taking Forever To Load MailComposer

I'm designing an app that allows a user to email themselves data from the application. The problem i'm running into is that when i use addAttachmentData, it takes an insane amount of time to load. ...
Mckinley Douberman's user avatar
0 votes
1 answer
11 views

How to add my PDF file which I have placed in my folder to this SMTP mail?

I want to send my attached PDF with message to the user. I have my website files in my server in Public_htm folder. There I have created folder with name "wp-regpdf". in this folder when ...
jitender kumar's user avatar
0 votes
1 answer
25 views

Inline css not being applied/used in smarty template for sending mail

I work on the website archi-wiki,org, we have a weekly mail and I'm doing the css for it. Unfortunatly, we use smarty template for this mail and I haven't found a way to use css other than inline css. ...
aphfug's user avatar
  • 1
0 votes
0 answers
25 views

Laravel v.11 job don't send email but give no errors

I have this problem with Laravel 11 that I can't solve: I create a command to retrieve data to send by email and this work correctly: class SendEvent5Reminder extends Command { /** * The name ...
Marco's user avatar
  • 1
-1 votes
1 answer
29 views

Is there any way to setup alarm for ubuntu's /var/mail via SSH or else?

Is there any frameworks / GUI to setup an alarm that triggers whenever mail is sent to /var/mail on ubuntu server? I'm currently using localhost because of closed network connection, and only way that ...
kzrt0123's user avatar
-1 votes
0 answers
8 views

Creating signatures for Google workspace users

We use Google Workspace as our company email. First of all, we will connect Google with the Active Directory structure and get information such as title, phone number, etc. Next, we want to add ...
Volkan Tipi's user avatar
0 votes
0 answers
35 views

HTML form using Google App Scripts MailApp Email Notification not working

I bootstrapped this code from github - click here if you would like to see the original tutorial Currently the MailApp.sendemail function is not working. Note: in my deployed App Script I replaced &...
Jordan h's user avatar
0 votes
1 answer
28 views

SpringBoot.- send message with Carriage Return

I want to send a message with Carriage Return, with it send it as 1 line public static void main(String[] args) throws MessagingException { Properties prop = new Properties(); prop.put("...
Nuñito Calzada's user avatar
-4 votes
0 answers
34 views

How to make email look the same in dark and light mode? [closed]

How to make my email look the same regardless of the theme the user uses on his device. I need my email look the same in both light and dark mode. How do I stop from inverting the colors and make my ...
Vladyslav Geyna's user avatar
-1 votes
0 answers
51 views

Bug on laravel email

to start I would like to apologize for my English. I have a problem with sending email with Laravel. as you can see in the image that I attached, there is html code. According to the research I did ...
Ibrahim Toulouse's user avatar
-3 votes
0 answers
13 views

DKIM Setup on WHM for Contabo Server? [closed]

This system does not control DNS for the “mydomain.com” domain. You can install the suggested “DKIM” record locally. However, this server is not the authoritative nameserver. If you install this ...
ashraf atamp's user avatar
0 votes
0 answers
13 views

Sort by title - Shopify

{% for line in subtotal_line_items **| sort: "line.product.title"** %} {% if line.quantity < line.quantity %} {% capture line_display %} {{ line.quantity }} di {{ ...
Andrea Vigo's user avatar

15 30 50 per page
1
2 3 4 5
3967