PHP Check domain of email being registered is a 'school.edu' address
I need to write a function for a project i'm working on for fun, where we're making a site only accessible to students, staff, and alumni at an institution.Let's say the schools website is:...
View ArticleEmail HTML TopNav Menu in Table structure
I inherited this code for use in an email and would appreciate advice on how to fix. The code is a table that creates a topnav/menu with a logo followed by 1-3 "menu" links to take the user to a...
View ArticleWeb - Open MS Exchange Draft email from URL
New to MS Exchange, could anyone please advise if there is a way to embed a link on a web page to a draft email in Exchange server and to open in Outlook client?The draft email would be generated in...
View ArticleHow to save HTML email as an outlook file using Python?
Someone created a nice email template in outlook and sent it to me for automation. I opened the email in HTML, and used that HTML to recreate the exact email images, formatting and all. I can send this...
View ArticlePHP email body background color not coloring whole mail
The background color only colors the first half of my email when I try to add background-color in my body.$mail->Body = "<body style='background-color: #fbedde;'> <div style='width:800px;...
View ArticleSaving mail into Sent items in JavaMail
I am using something like the following to save a copy of the sent message in the user Sent folder in JavaMail. It works fine for emails with no attachment and for emails whose attachments are less...
View ArticleUsing SSIS to send query results via email
I have a task to send query result in an email using SSIS 2017. I have referred to previous posts related to that but i am not able to get my required answer. Here's what i have done so far: 1. Create...
View ArticleForm mailer was working but now it doesn't [duplicate]
I have a form on my website that has been working fine. A week or two ago it just stopped working. I have gone through it (I am not a JS/PHP expert) and it seems to verify the form but then it never...
View ArticleHow can I read incoming mails in IBM Verse using NodeJs/Python?
I want to read emails that come to my IBM mailbox (IBM Verse) using NodeJS or Python program. Please help. Any sample code would be much appreciated.
View ArticleAddEmbeddedImage() function embadding inline images as well as attaching same...
I have added following parameters to PHPMailer object. Though I have embedded images for inline purpose using AddEmbeddedImage() function, it is working as expected, but additionally attaching same...
View Articlegenerate a list that contains complete email addressess
''' The email_list function receives a dictionary, which contains domain names as keys, and a list of users as values. Fill in the blanks to generate a list that contains complete email addresses (e.g....
View ArticleNodemailer 535 error when sending from remote server with .env
GoalSending emails with nodemailer.ProblemSending an email from the remote server ends up with a 535 error (535 Authentication credentials invalid). I'm not using Gmail!DescriptionWhen i logged in at...
View ArticleHow to Pass Multiple Objects via the Pipeline Between Two Functions in...
I am attempting to pass a list of objects from one function to another, one by one.First function: generate a list of users (objects) near expiry; Second function: send an email to each user...
View ArticleSendinblue SMTP not working in CodeIgniter
I am using CodeIgniter and I have set up a bunch of emails for my customers and sending them through SMTP ... Now the requirement of the job is to use Sendinblue for sending emails... So I simply...
View Articlehtml email template table header alignment
I have to float two header alignment left and right, the logo will be float left and navigation will be right but vertically center<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01...
View ArticleHow to hide/encrypt Excel VBA cdo email password in code?
i use this method to send emails from Excel:Dim Mail As New Message Dim Config As Configuration Set Config = Mail.Configuration Config(cdoSendUsingMethod) = cdoSendUsingPort Config(cdoSMTPServer) =...
View Articlecss padding is not working in outlook
I have following html in email template.I am getting different view in MS Outlook and in gmail for the same.<tr> <td bgcolor="#7d9aaa" style="color: #fff; font-size:15px; font-family:Arial,...
View ArticlePython dict KeyError 'RFC822' - IMAPClient for Gmail
So I am a beginner in coding and I have chosen Python to get started. I am trying to put together a script to get the "date" of the last email received from a particular contact. This "date" will be...
View ArticleCan't get my contact form to actually work [duplicate]
I'm quite new to coding in general and JUST started trying to use PHP for a uni project.I've made an extremely easy HTML contact form, and haven't bothered styling it (as it's just a test) My problem...
View ArticleUsing SendGrid SMTP Integration for bulk email
Is there a way to use SendGrid's SMTP Integration API for sending bulk mail?Here's what I have in mind: I need to send a large bulk of emails to subscribers. Since SendGrid docs recommend using SMTP...
View Article