Questions tagged [mail-sender]

100 questions
1
vote
3 answers

EXCEL VBA, Manual Outlook email sender, Class module Issue

I am still working on the problem that I have described in my 1st question on this topic. For short refresh, it is an excel file which contains the list of email templates and attachments, to each list unit I have add the button which opens the…
vlad.lisnyi
  • 325
  • 2
  • 12
1
vote
0 answers

Mailgun header.sender and SSL

In summary we have two questions: how to set the field header.sender for send with SMTP? how can I set in my domain SSL protocol for communicate with the target server?
1
vote
1 answer

How to access sent by property of gmail via app script?

There is a group mailbox which is used by few users via delegated access. The emails that are sent from this group mailbox displays that email is from the group mailbox and sent by property shows the email address of the individual who has sent this…
Partha
  • 11
  • 2
1
vote
2 answers

Sharepoint csom mailsender permissions

I am trying to write an mailsender in C# for sharepoint but each time I start it I get this error message that tells me that it doesn't have permission. I tried do give it permission at AppManifest.xml but I don't know which... I tried all but…
user6193206
1
vote
1 answer

PHP mail reply to sender instead of server email

Can anyone point out where am I getting this form wrong? Instead of being able to reply to the "email" from the sender I get the server email. Here is the php code:
Daniele Pais
  • 141
  • 1
  • 1
  • 10
1
vote
2 answers

Set Sender-header with mail()

Short version of question: How can I set the Sender: header to webmaster@ourdomain.com when mailing with mail() in PHP? (That is the Sender: header, NOT the From: header) Long version: We have issues with our server sent mail being falsely…
Roemer
  • 1,124
  • 8
  • 23
1
vote
1 answer

Set a sender different from smtp client user

I must send different emails... Every email has a aits own sender.. I want to connect to my smtp server just with one account.. So, for example I want to connect to the smtp server with this user: smtpclient@something.com But I want to send the…
Simone
  • 2,304
  • 6
  • 30
  • 79
1
vote
1 answer

Laravel Mail::send() illegal offet 'name'

I'm sure there is a simple solution, but I am having trouble with an error for "illegal string offset" when processing form input for use with the Laravel Mail::send(). This is the code which processes the form input, as it has to be an array. $msg…
Azeame
  • 2,322
  • 2
  • 14
  • 30
1
vote
1 answer

SMTPRecipientsRefused at /admin/montly_email/ in django

I have a csv which contains more than 1000 emails to which django has to send an email. But when i uploaded the csv file with more than 1000 records it was displaying me the below error File…
Shiva Krishna Bavandla
  • 25,548
  • 75
  • 193
  • 313
1
vote
1 answer

Laravel: Trying to send a mail, variable undefined

Hi Im trying to send a mail but when I try using the Mail::Send but the variables im creating to have the information to which mail it will be send wont go into the Mail::Send part. I dont know why it always tells me undifined variable, when its…
Jurgen Feuchter
  • 544
  • 1
  • 7
  • 29
1
vote
1 answer

Invalid handle with Mail sender with Windows 7

Im using Mail::Sender with my perl program and were able to send mails with this program when using windows xp. After migration to Windows 7 this does not work anymore and fails with the following error: error sending mail, connect() failed: The…
Sebastian Müller
  • 5,471
  • 13
  • 51
  • 79
1
vote
2 answers

Posfix - deny sender emails containing specific text in username

Postfix, Debian. I'm receiving spam and I'm not sure how can block it, because spammers uses different mail address everytime. For example: mike.newsletter30@gmail.com mike.sfsd4f564s6df45ds@gmail.com mike.newsletter30u@gmail.com etc. I have setup…
user1209216
  • 7,404
  • 12
  • 60
  • 123
1
vote
2 answers

javax.mail not including Sender Name in emails

No matter what I try, I can't get the Sender Name to show up in the outgoing mails sent through the javax.mail Session class. Please note that I'm using Rhino so there's a mixture of javascript and java here, but the code problem exists in pure java…
Scott Klarenbach
  • 37,171
  • 15
  • 62
  • 91
1
vote
1 answer

sending email using perl mail/sender with html body part

I am new to Perl and I am trying to send an email using the Mail::Sender module with HTML in the body part. I am using debug => 'x.log' to analyze the mail sending process. It looks like Perl is weirdly putting 3D after each '=' sign and 20 for…
mrig
  • 382
  • 1
  • 4
  • 21
1
vote
2 answers

How to find sender of an attached email with ews

In EWS, the EmailMessage has a sender (emailMessage.getSender()) and may has attachments (emailMessage.getAttachments()). These attachments can be FileAttachment (for files) or ItemAttachment (for attached email). There is a lot of information on…
Jean-Charles
  • 1,690
  • 17
  • 28