Questions tagged as 'email'

2
answers

mai () function php not working under conditions

I have a PHP sending a contact form email, when it is in the captcha check condition, I receive the sent message, but the email is not delivered, and when I shoot the condition the email arrives normal. Follow the PHP code (The submit is done by...
asked by 14.06.2016 / 19:05
1
answer

PHPMailer does not send email

I have a problem with the PHP Mailer class, and I have a bigger problem, because this is an email that is sent when there is a change in transaction status, so I can not debug this page because POST comes of an API. Everything is working, upd...
asked by 20.11.2015 / 13:01
1
answer

Connection test with PHPMailer

Working with PHPMailer at one time, I'm now inserting you into a more complex Content Manager and through the panel the person can insert multiple emails to be the PHPMailer Sender in several situations (for example: contact email, password reco...
asked by 01.04.2016 / 10:23
1
answer

Send HTML email with formatting in Android (style inline)

I'm trying to send a custom email through new Intent(Intent.ACTION_SEND) , containing in the email body a formatted HTML, but when selecting the Gmail application, for example, all style of html is ignored. What I'm trying is the...
asked by 25.08.2015 / 15:24
1
answer

Sendmail () localhost in LOT

Friends, I'm able to send mail normally using sendmail () localhost, as follows: sendmail.ini [sendmail] smtp_server=smtp.gmail.com smtp_port=587 error_logfile=error.log debug_logfile=debug.log smtp_ssl=auto auth_username=meugmail auth_pas...
asked by 26.07.2015 / 18:45
1
answer

Sending birthday emails based on MySQL query

I have to create a function on the server of my site that sends a birthday email, containing an HTML code, to birthday emails. Detail: These birthdays are registered in a MySQL table that contains name, email, and date of birth. So if there a...
asked by 20.10.2015 / 17:51
2
answers

Sanitize email address

Assuming the following email address: $email = "zuúl@ so.pt"; I tried to clean it using: filter_var($email, FILTER_SANITIZE_EMAIL); // [email protected] I've also tried: preg_replace('/[[:punct:]]/', '', $email); // zuúl sopt The idea is...
asked by 21.10.2014 / 15:03
1
answer

Format RTF file to be sent as body using MFMailComposeViewController

I have to send a text report (with formatting) that I put in an RTF file within my project. When I set the email body using the method below, the formatting of the RTF file is not recognized by the MFMailComposeViewController. Here is the...
asked by 03.03.2014 / 00:27
2
answers

registration confirmation via email

I am putting together a registration system and only the part of the confirmation in the email is missing to finish and I am not able to do this part. I already searched for tutorials on youtube and tried to apply them to my code, but that does...
asked by 03.04.2017 / 21:38
0
answers

Save e-mail outbox

I would like to know if you can save an email in the outbox of the default email manager (Outlook, live mail, etc.) using Indy10. Today I already have a function to send e-mail, but it calls the new e-mail screen of the manager for each messa...
asked by 18.03.2016 / 19:03