Questions tagged [mail-sender]

100 questions
0
votes
0 answers

MessagingException on JavaMailSenderImpl

I'am trying to provide email-sending by using org.springframework.mail.MailSender. I configurated MailSender and MessageSource-beans in the following class: @Configuration public class MailProvider { @Bean(name = "mailSender") public MailSender…
Jelly
  • 972
  • 1
  • 17
  • 40
0
votes
0 answers

SMTP function is not working and the execution time is exceeding

I want to have a PHPMailer and I use smtp, at home it is working perfectly, but at my office, is not working anymore because I receive the following error. https://i.stack.imgur.com/JUQ7b.jpg I would like to know where does this error come from and…
0
votes
1 answer

How to pass arraylist file names to filepaths and send in email attachment?

I have multiple images in folder but i want some images send in attachment.I have arraylist which contains file names and i want to pass this arraylist items to filepaths but it's not working.filess are not accessible outside the loop. Please help…
don
  • 65
  • 2
  • 10
0
votes
2 answers

How to make my subject/sender work with some tag i make

Hey i have make some tag on my sender to make it quite optionable $usernameemail = preg_replace('/@.*?$/', '', $email); and i have been working with some array so its gonna work with ##UNAME## as the $usernameemail related, i want to make the tag…
0
votes
1 answer

How to change the email sender name in all emails in magento?

I have set emails in magento 2 but I want to edit the sender name in Email. How I change the sender name in magento 2?
prabhakaran7
  • 259
  • 4
  • 20
0
votes
1 answer

How to send a mail with using auth?

I'm using smtp package of golang to send the mail from localhost to the given mail address. But there is a problem I'm providing my email and password for it but it will show me the error of 535 5.7.8 Username and Password not accepted. Learn more…
catter
  • 151
  • 2
  • 16
0
votes
1 answer

send email with multiple attachment in scala

I have used the java mail API to send emails within our group. I am aware of the DataHandler objects that in turn uses FileDataSource to grab the files and attach as a multipart file. However, I am not able to use it in scala. Can anyone help me on…
user1234
  • 1
  • 2
0
votes
1 answer

Navigate to folder and run sendEmail from CMD

I'm building a simple email reporting system for my automated tests (in Katalon Studio). When tests are failed, email gets sent using sendEmail. if (GlobalVariable.testSuiteStatus=='FAILED'){ String bf = RunConfiguration.getProjectDir() +…
Mate Mrše
  • 7,997
  • 10
  • 40
  • 77
0
votes
3 answers

Lotus Notes / highlight specific sender in the common mailbox

I use Lotus Notes 8.5.3 and I have one common mailbox which is used by many people. When we send emails we always CC our mailbox and what we see in the "Who" field is the mailbox name. But in the details of each email I can find that it was sent for…
0
votes
1 answer

Create csv file and send as attachment

So I'm trying to generate a csv file and then immediately send it as an attachment. @Async public void sendAuditEventsReportEmail(@NonNull Locale locale, @NonNull String fileName, …
Tuco
  • 902
  • 3
  • 18
  • 33
0
votes
1 answer

large attachment cannot be sent using codeigniter

I'm implementing a program of sending email using Codeigniter Email class and gmail smtp. I find it works when the attachment is small (e.g., less than 1MB) but if it's large (e.g., 5MB) then the attachment cannot be sent with the email, though the…
Tao Hu
  • 57
  • 1
  • 9
0
votes
0 answers

I want to send reminder before particular time in java

I have calendar events in my java web project, in which i want to send reminder before some time (time can be minutes/hours/second depends on selection while creating event), How can i send mails before those particular time?
Sam
  • 404
  • 1
  • 4
  • 18
0
votes
1 answer

JHipster new User Registration -> MailConnectException

I am getting to know JHipster and Spring better and better but I have an issue with registrating a new User. When I try to register a new User I receive the below error message. According to this Stackoverflow issue Email service in Jhipster I have…
curlie
  • 275
  • 2
  • 6
  • 17
0
votes
1 answer

Gmail : Retrieve the mails from specific sender. API..?

I am stuck in the middle of a project and need help retrieving the mails only from a particular sender in Gmail. Can anyone suggest some API to do so OR can share any script to get it from the server..?? It would be very Helpful. Thanks in advance…
Pratik
  • 1
  • 1
0
votes
0 answers

why my input type doesn't accept emoji?

emoji is a new concept , so campanies would send their mail with an emoji pictures in the subject , i have my application that send normaly mails but it doesn't support emoji pictures , i looked around and i found that gmail did support it, here is…