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.

email
0 votes
0 answers
7 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
-4 votes
0 answers
11 views

Email Address Verification - the existence [closed]

I was thinking of creating an email checker or verifier to clean my list of emails, The question is in order to prevent mistyping or other errors, is there an easy solution? Rather Than depending on ...
Hendrix McClure's user avatar
0 votes
1 answer
9 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
0 answers
19 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
16 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
22 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
0 votes
0 answers
5 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
29 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
28 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
47 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
12 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
0 votes
0 answers
13 views

How to send Mail with Dynamic Sender in Laravel 10 [duplicate]

I am stuck here I want to send mail in Laravel 10 Mail Class with dynamic email address.I am using Hostinger for hosting & mail both. I have searched alot but the available solutions they are ...
Ahmed Ibrahim's user avatar
0 votes
0 answers
22 views

Unable to send email to api from kotlin lang

I have wroted 5 files MainActivity.kt ApiService.kt LoginResponse.kt RetrofitClient.kt User.kt Here is the code part MainActivity.kt file code. package com.example.apitest import android.os.Bundle ...
KOYA VEERANJANEYULU's user avatar

15 30 50 per page
1
2 3 4 5
3969